RE: problem with unresolved symbols

"Howell, David P" <[email protected]> Mon, 11 Nov 2002 15:21:03 -0800
Newsgroups gmane.linux.ngpt.user
Message-ID <[email protected]>
I just did a:
	objdump -T /usr/lib/libpthread.so.20 | grep pthread_initialize
and I got:
	00008fcc g    DF .text	0000003f  Base        pthread_initialize
Same for pthread_shutdown, I got:
	00008fb0 g    DF .text	0000001b  Base
libpthread_shutdown
So, they are in the runtime library's dynamic symbol table.

Using 'nm /usr/lib/libpthread.so | grep pthread_initialize' I see:
	00008fcc T pthread_initialize
and for pthread_shutdown I see:
	00008fb0 t pthread_shutdown

So, I'm not sure where the issue is, I was using ngpt-2.0.3. Is there 
something that I'm missing?

Thanks,
Dave Howell

-----Original Message-----
From: Dominik Westner [mailto:[email protected]] 
Sent: Saturday, November 09, 2002 8:31 PM
To: [email protected]
Subject: [pthreads-users] problem with unresolved symbols

Hi,

I have successfully compiled and installed pgth-2.0.3 on a Gentoo linux 
i386 system.

Unfortunately when I try to compile vim I get the an unresolved symbol 
error:

/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpthread.so: 
undefined reference to `pthread_initialize'
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.2/../../../libpthread.so: 
undefined reference to `pthread_shutdown'

I verified that libpthread indeed does not contain this functions. Is 
this an know incompatibility? Or did I do something wrong?

Thanks for your help

Dominik

_______________________________________________
pthreads-users mailing list
[email protected]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/pthreads-user
s