bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

coreutils-5.2.1: wmemchr() and wmemcpy() not necessarily in libc


From: Robert Dahlem
Subject: coreutils-5.2.1: wmemchr() and wmemcpy() not necessarily in libc
Date: Wed, 11 Aug 2004 15:09:20 +0200 (MEST)

Hi,

Under ReliantUnix 5.43 wmemchr() and wmemcpy() are not in libc but in libw.

configure should check for this:

AC_CHECK_FUNCS(wmemchr)
if test $ac_cv_func_wmemchr = no; then
  AC_CHECK_LIB(w, wmemchr)
fi

AC_CHECK_FUNCS(wmemcpy)
if test $ac_cv_func_wmemcpy = no; then
  AC_CHECK_LIB(w, wmemcpy)
fi

Regards,
        Robert



-- 
NEU: WLAN-Router für 0,- EUR* - auch für DSL-Wechsler!
GMX DSL = supergünstig & kabellos http://www.gmx.net/de/go/dsl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]