Re: Need a little help with a dynamic linking problem

2012-05-07 Thread Ronald F. Guilmette
Sorry for my late reply... I was tied up on other projects. A few days ago, in a galaxy not far away... In message <20120426080649.go2...@deviant.kiev.zoral.com.ua>, Konstantin Belousov wrote: >You need to pass --export-dynamic to the linker when linking binary that >is supposed to export its

Re: Need a little help with a dynamic linking problem

2012-04-26 Thread Konstantin Belousov
On Wed, Apr 25, 2012 at 05:58:37PM -0700, Ronald F. Guilmette wrote: > > In message > > , you wrote: > > >Without being able to look at the details in-depth myself, it looks like > >the shared object is looking for a symbol which the RTLD can't resolve. > > That much seems self-evident. The e

Re: Need a little help with a dynamic linking problem

2012-04-25 Thread Chuck Swiger
On Apr 25, 2012, at 5:01 PM, Ronald F. Guilmette wrote: > When I try to run the gthumb binary that I built and install, I am getting > the following perplexing error message: > > /libexec/ld-elf.so.1: > /usr/local/hacked/lib/gthumb/extensions/libfile_viewer.so: Undefined symbol > "gth_viewer_pag

Re: Need a little help with a dynamic linking problem

2012-04-25 Thread Ronald F. Guilmette
In message , you wrote: >Without being able to look at the details in-depth myself, it looks like >the shared object is looking for a symbol which the RTLD can't resolve. That much seems self-evident. The error message itself in effect says precisely that. >The symbol is defined in the gthumb

Re: Need a little help with a dynamic linking problem

2012-04-25 Thread Shawn Webb
Without being able to look at the details in-depth myself, it looks like the shared object is looking for a symbol which the RTLD can't resolve. The symbol is defined in the gthumb application itself. Is that symbol exported such that shared objects can reference it? If the problem is still unresol

Re: Need a little help with a dynamic linking problem

2012-04-25 Thread Ronald F. Guilmette
In message <450d1c59-c403-463b-9c35-6af26f63d...@mac.com>, you wrote: >On Apr 25, 2012, at 5:01 PM, Ronald F. Guilmette wrote: >> When I try to run the gthumb binary that I built and install, I am getting >> the following perplexing error message: >> >> /libexec/ld-elf.so.1: /usr/local/hacked/li

Need a little help with a dynamic linking problem

2012-04-25 Thread Ronald F. Guilmette
My question relates to a port that I am doing of gthumb v2.14.3 to FreeBSD. Because gthumb is fundamentally a gnome application, I am cross-posting my question to both the ports and gnome mailing lists. (My apologies if that means that some of you see this twice.) After a modest but unexpected a