libposix

Andreas Jaeger aj@suse.de
Thu Jul 13 00:49:00 GMT 2000


>>>>> 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


More information about the Libc-hacker mailing list