RE: [gentoo-user] compile error / missing libraries?

2005-01-28 Thread Dave Nebinger
You only want to use nptl or threads, but not both. Stick with nptl as it should not need the linux-headers. -Original Message- From: Sevak Avakians [mailto:[EMAIL PROTECTED] Sent: Thursday, January 27, 2005 6:56 PM To: [EMAIL PROTECTED] Subject: RE: [gentoo-user] compile

RE: [gentoo-user] compile error / missing libraries?

2005-01-27 Thread Dave Nebinger
Libdl and libpthread are parts of glibc. You should have a file named libdl.a and libdl.so in /usr/lib. The libpthread you should have also, but you might need the threads or nptl use flags when compiling glibc in order to get libpthread. -Original Message- From: Sevak

RE: [gentoo-user] compile error / missing libraries?

2005-01-27 Thread Sevak Avakians
Ok, trying this: USE=nptl threads emerge glibc Gives me this: Calculating dependencies ...done! [blocks B ] sys-kernel/linux-headers (from pkg sys-kernel/linux26-headers-2.6.8.1-r2) [ebuild N ] sys-kernel/linux26-headers-2.6.8.1-r2 [ebuild R ] sys-libs/glibc-2.3.4.20040808-r1 Is it safe to