Re: [Hampshire] [Geeky] Semaphores and shared libraries...

トップ ページ

このメッセージに返信
著者: Vic
日付:  
To: Hampshire LUG Discussion List
題目: Re: [Hampshire] [Geeky] Semaphores and shared libraries...
> Hi,
> The symbols you want are in the library libpthread.so.0 I found mine
> in /lib


Yes - that's where I was looking.

It turned out that if I specified the library with a full path, the
resolution failed. If I let dlopen() search for the lib, I can suddenly
resolve symbols in it :-)

Looks like I've got a bug. Thanks for the help, everyone!

Vic.