freebsd-dev/gnu/lib
Peter Wemm 3c343fc067 libg++ and libstdc++ also have internal calls to libm. Programs using the
shared versions should not need to add -lm unless the program uses libm
itself.  Strictly speaking, libg++ depends on libstdc++, but libstdc++
has dynamic dependencies on some exception tables and binutils doesn't
seem to like it when a secondary library has undefined references.  It
doesn't seem to care when -lstdc++ is added on the command line to ld
though.  Anyway, the c++ driver adds -lstdc++ explicitly, so that should
be OK.  c++ also adds -lm explicitly too, even though it wouldn't need
to now. [except for statically linked binaries as .a files don't have an
equivalent of automatic internal shared object dependencies.]
1998-10-11 04:56:03 +00:00
..
libdialog Add documentation for new tree functions. 1998-10-02 11:23:47 +00:00
libg++ libg++ and libstdc++ also have internal calls to libm. Programs using the 1998-10-11 04:56:03 +00:00
libgcc Replace use of non-standard ld -O with a ld -o / mv combination as used 1998-10-06 11:28:29 +00:00
libgmp BINFORMAT -> OBJFORMAT ready for E-day. 1998-08-30 01:57:55 +00:00
libmp BINFORMAT -> OBJFORMAT ready for E-day. 1998-08-30 01:57:55 +00:00
libobjc Document why the library is still not being build as shared. 1998-09-09 10:21:12 +00:00
libreadline Upgrade to 2.2 1998-04-28 07:16:24 +00:00
libregex <gnuregex.h> is rather old and breaks AWK's regex matching. Use a newer 1997-10-19 13:39:55 +00:00
libstdc++ libg++ and libstdc++ also have internal calls to libm. Programs using the 1998-10-11 04:56:03 +00:00
Makefile Fixed munging of the SUBDIR list in rev.1.16-1.18. 1998-09-02 14:56:59 +00:00
Makefile.inc Revert $FreeBSD$ to $Id$ 1997-02-22 15:48:31 +00:00