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

Bug#224419: still seeing it



On Thu, Jan 08, 2004 at 12:16:24PM +0100, Miek Gieben wrote:
> Hello,
> 
> well, I really don't know it sometimes did work, but i'm getting
> the same error again.
> 
> Here is trace of it: 
> (Below is a trace with the LD_LIBRARY_PATH=/lib, which solved it)
> 
> strace gcc -g -O2  -o nsd answer.o axfr.o dbaccess.o dname.o namedb.o nsd.o
> plugins.o query.o \
> rbtree.o region-allocator.o \
> server.o util.o b64_pton.o b64_ntop.o -lwrap -ldl

Stracing gcc doesn't tell me anything.  You need to strace the ld
process that it spawns.  Or use -Wl,-Map,foo.map to take a look at what
ld claims to open.

Does objdump -T /lib/ld-linux.so.2  | grep dl_tls_symaddr show
anything?

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer



Reply to: