bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

problems linking with bdf...


From: gotroot
Subject: problems linking with bdf...
Date: Thu, 2 Aug 2001 12:32:31 -0230

When trying to link with bdf on a freshly installed slackware 8.0 i386
system I get the following output:

$ gcc -lbfd -liberty it.c -o it
/usr/lib/libbfd.so: undefined reference to `htab_find_slot_with_hash'
/usr/lib/libbfd.so: undefined reference to `htab_create'
/usr/lib/libbfd.so: undefined reference to `htab_delete'
collect2: ld returned 1 exit status

$ nm /usr/lib/libbfd.so | grep htab
                 U htab_create
                 U htab_delete
                 U htab_find_slot_with_hash
$

The man page for nm just says 'U' is undefined.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]