This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

GNU/Linux vs. libtool --no-undefined



First, libtool didn't actually do anything with --no-undefined on
GNU/Linux.  It took a while to figure that out.

Second, I get:

/lib/libc.so.6: undefined reference to `_dl_init_next@GLIBC_2.0'
/lib/libc.so.6: undefined reference to `_dl_lazy@GLIBC_2.1.1'

These symbols are defined in ld-linux.so.  Is it reasonable to link
against that library, or is that harmful?  I know it isn't necessary,
but does it hurt?

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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