This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


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

__lib_fork symbol


Well, 

perhaps silly. But I can't compile with libpthread with glibc version 2.1.2. Trying

> gcc test.c -lc -lpthread

always leads to 

/lib/libpthread.so: undefined reference to `__libc_fork@@GLIBC_2.1.2' 

Indeed __libc_fork seems to be defined in /lib/libc.so.6 but not __libc_fork@@GLIBC_2.1.2 (that
is look for by /lib/libpthread.so.0
There is something wrong with symbol versioning? Or with the linker? I've just upgraded
from 2.1.1.

Regards,

Thomas

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