This is the mail archive of the libc-alpha@sources.redhat.com 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]

undefined reference to `_dl_debug_mask@GLIBC_2.2.3'


Hi,

I have problem with glibc 2.2.3/linker/who knows on some x86 machines.

[arekm@fn arekm]$ cat test.c
#include <stdio.h>

int main()
{
	printf("ble\n");
	return 0;
}
[arekm@fn arekm]$ gcc test.c -o q 
/lib/libc.so.6: undefined reference to `_dl_debug_mask@GLIBC_2.2.3'
/lib/libc.so.6: undefined reference to `_dl_debug_printf@GLIBC_2.2.3'
collect2: ld returned 1 exit status

This is very strange because on some machines this problem occur
while on others (ie on my private) there is no problem at all
(and on both exacly the same glibc package is used, so it's probably
problem with some other tool).

[arekm@fn arekm]$ /lib/libc.so.6 | grep version
GNU C Library stable release version 2.2.3, by Roland McGrath et al.
Compiled by GNU CC version 2.95.3 20010315 (release).
	crypt add-on version 2.1 by Michael Glad and others

binutils-2.11.90.0.8 (.7, too)
gcc version 2.95.3 20010315 (release)

Any ideas or suggestions?
-- 
Arkadiusz Miśkiewicz, AM2-6BONE    [ PLD GNU/Linux IPv6 ]
http://www.t17.ds.pwr.wroc.pl/~misiek/ipv6/   [ enabled ]


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