Re: Shared objects

2005-12-03 Thread Alistair Sutton
, required by libwx_gtk2_xrc-2.6.so.0 hot-babe /libexec/ld-elf.so.1: Shared object libgdk-x11-2.0.so.0 not found, required by hot-babe xmms /libexec/ld-elf.so.1: Shared object libgtk12.so.2 not found, required by xmms some of those Shared objects exist while deferend version eg libgdk-x11-2.0

Re: Shared objects

2005-12-03 Thread Mehmet Fatih AKBULUT
hi Dimitris. i had that problem once. try to upgrade whole packages with #portupgrade -arR ( ps: if u havent downloaded portupgrade yet: cd /usr/ports/sysutils/portupgrade #make install clean ) i did the above and the problem solved. (one more ps: if the command above doesnt work then try this

shared objects(.so files)

2004-01-02 Thread niraj kumar
i want to create shared objects (.so files) in freebsd what is the command and the parameters for that. niraj Yahoo! India Matrimony: Find your partner online.Post your profile. ___ [EMAIL PROTECTED

Re: shared objects(.so files)

2004-01-02 Thread Gautam Gopalakrishnan
On Fri, Jan 02, 2004 at 01:16:38PM +, niraj kumar wrote: i want to create shared objects (.so files) in freebsd what is the command and the parameters for that. I think it's: $ gcc -shared -o libname.so (object files) Gautam ___ [EMAIL PROTECTED