This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: libposix


>>>>> Ulrich Drepper writes:

 > Has anybody ever seen a use of libposix?  We are generating it but I
 > personally never saw it being used.

I did a grep over the few sources I've installed locally and found the
following in autoconf:
/cvs/autoconf/INSTALL:     ./configure CC=c89 CFLAGS=-O2 LIBS=-lposix

and in /cvs/autoconf/acspecific.m4
    # Guillermo Gomez says -lposix is necessary on A/UX.
    AC_CHECK_FUNC(remove)
    if test $ac_cv_func_remove = no; then
      AC_CHECK_LIB(posix, remove, X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix")
    fi

Other files using autoconf where included this - but I couldn't find a
reference to -lposix for a Linux system.

So it looks that it not needed anywhere - just mentioned in all
INSTALL documents as an example :-(.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]