Problems with shared libraries...
Problems with shared libraries...
- Subject: Problems with shared libraries...
- From: "i." <email@hidden>
- Date: Fri, 03 Aug 2001 07:30:04 -0700
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hello, all. Please let me know if this is too [OT] for this list. It just
seemed like the place to ask...
Here is my problem. I am trying to link some shared libraries to an
application. I have successfully linked libjpeg, libpng, and libtiff. I have
been and am still trying to link libpdf to no avail. During the 'configure'
proccess I get this message in my config.log:
/usr/bin/ld: /usr/local/lib/libpdf.dylib is input for the dynamic link
editor, is not relocatable by the static link editor again
configure: failed program was:
#line 40685 "configure"
My gut tells me it has to do with the lack of dl() support in OSX, but, I am
not really sure. If anyone can tell me how to fix this, I would be eternally
grateful.
Thanks,
Isaac