Re: pfdLoadFile Linker problem ?
Don Burns (don_burns++at++peru.engr.sgi.com)
Tue, 6 Apr 1999 11:57:40 -0700 (PDT)
On Apr 6, 3:55pm, Torbjorn Hakansson wrote:
> Subject: pfdLoadFile Linker problem ?
>
> [ plain text
> Encoded with "quoted-printable" ] :
Hello all Perf Users
>
> I wonder if I cant gert some help with a linker problem ?
>
> I use pfNode *model1 = pfdLoadFile_flt( "robot.flt" );
> to load my Multigen model.
>
> Then I get this errors - I dont know what is wrong !!
>
> ld: ERROR 33: Unresolved text symbol "pfdConverterAttr_flt" -- 1st
> referenced by robot.o.
> ld: ERROR 33: Unresolved text symbol "pfdLoadFile_flt" -- 1st referenced
> by robot.o.
>
> In my pfmakedefs I have Included following row
>
> DSOLINKS = \
> -L$(PFROOT)/usr/lib$(LIBBITSUF) \
> -L$/usr/local/MultiGen/Performer_Loader/2.0.2/lib \
> -L$(PFROOT)/usr/lib$(LIBBITSUF)/libpfdb \
> -L$(PFROOT)/lib$(LIBBITSUF)
>
> The file I think is needed is in following directory !
>
> /usr/local/MultiGen/Performer_Loader/2.0.2/lib/libpfflt_ogl.so.2
>
>
> Pleese , are there anybody how know the solution on this problem !
>
> -------------------------------------------
> Torbjörn Håkansson
> tha++at++cresita.se
> Cresita Development
> SWEDEN
> ---------------------------------------------
>
> -----------------------------------------------------------------------
> List Archives, FAQ, FTP: http://www.sgi.com/software/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
>-- End of excerpt from Torbjorn Hakansson
Performer uses dynamic linking for loaders. This means that you need to call
pfdLoadFile( "robot.flt" );
in your code and make sure that the environmental variable PFLD_LIBRARY_PATH is
set to
/usr/local/MultiGen/Performer_Loader/2.0.2/lib/
when you run.
-don
This archive was generated by hypermail 2.0b2
on Tue Apr 06 1999 - 11:57:44 PDT