iopen again

New Message Reply Date view Thread view Subject view Author view

Scott Herod (herod++at++evt.com)
Thu, 29 Oct 1998 10:34:41 -0700


I'm hitting the "iopen" problem again and my previous fix
no longer works. I'm getting the following error message

 2725:anterO2: rld: Fatal Error: attempted access to unresolvable symbol
in /usr/lib/libpf_ogl.so: iopen

I believe that this occurs because I am using a run-time linked
shared object that calls pfTexture::loadFile(). Previously,
I forced all of libimage.a (which contains iopen) to be installed
with the .so file by using a -all -limage call in the Makefile.

Now, I am linking a .so file at run time which itself links
one of the database loaders that I believe calls loadFile()
for a texture. Adding libimage.a to my .so library is no longer
sufficient to allow the app to find iopen. Can anyone suggest
a fix? I suppose that I could link all of libimage.a into the
main application but that is a poor solution at best.

Scott Herod
scott++at++evt.com


New Message Reply Date view Thread view Subject view Author view

This archive was generated by hypermail 2.0b2 on Thu Oct 29 1998 - 09:34:47 PST

This message has been cleansed for anti-spam protection. Replace '++at++' in any mail addresses with the '@' symbol.