Subject: relocation truncated to fit: BRADDR ??
To: None <port-alpha@netbsd.org>
From: None <mcmahill@mtl.mit.edu>
List: port-alpha
Date: 08/11/2002 01:06:34
I came across an error I haven't seen before when trying to build
gtk-gnutella on my alpha (1.5.3).  What does the error mean?
In hosts.c, it calls pcache_init() which is defined in another file.

hosts.o: In function `host_init':
hosts.c(.text+0x630): undefined reference to `$pcache_init..ng'
hosts.c(.text+0x630): relocation truncated to fit: BRADDR $pcache_init..ng
collect2: ld returned 1 exit status
gmake[2]: *** [gtk-gnutella] Error 1

Thanks

-Dan