This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
GNU linker
- From: Bård Lutzow-Holm Myrstad <baardm at ifi dot uio dot no>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 18 Feb 2002 11:59:18 +0100 (MET)
- Subject: GNU linker
How do ld know which library to load for an application?
Many applications using sockets run the socket-code from libc,
but if the application is using pthreads, it will need to use
the socket-calls in libpthread. How does ld know which library to
choose?
Bård Myrstad