Jeremy Friesner (jaf++at++chem.ucsd.edu)
Wed, 16 Apr 1997 14:37:48 -0700 (PDT)
I want to make a version of my Performer app that is self-contained, and
for that I need to statically link in the .pfb loader DSO. So I set
my makefile to link the app with the following command:
CC -n32 -L/usr/lib32/Performer/Static -L/usr/lib32/Performer/Static/libpfdb -L/usr/lib/X11
-L../BG -no_unresolved -o ve app.o -lmovieGL -ldmedia -lcl -lGL -lGLU -lm -lpfpfb_ogl -llv3
-lpfdu_ogl -lpfui -lpfutil_ogl -lpf_ogl -limage -lGLU -lGL -lXext -lXmu -lX11 -lm -lfpe
-lC -lmalloc
to get it to link in the static pfb library, libpfpfb.a.
But when I run it, pfdLoadFile() gives the following error:
PF Notice: pfdLoadFile_pfb: Loading "../../ve-models/torp2-dye1.pfb"
2168:./ve: rld: Fatal Error: attempted access to unresolvable symbol in
/usr/lib32/libpfdb/libpfpfb_ogl.so: pfGetPartClassType
Can someone tell me what I am doing wrong here?
thanks,
Jeremy
=======================================================================
List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
Submissions: info-performer++at++sgi.com
Admin. requests: info-performer-request++at++sgi.com
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:55:05 PDT