Scott Herod (herod++at++evt.com)
Mon, 05 Oct 1998 11:09:06 -0600
If you are writing a DSO for loading into a performer app,
you will need something like the following in your makefile.
# DSO
Shared.so: Shared.o /usr/lib/libimage.a
$(LD) -shared Twister.o -all -limage -o $++at++
The -all is necessary for the iopen function to be included.
Scott
attached mail follows:
P J Narayanan wrote:
>
> Friends,
>
> Sorry to bother you with something basic again. We are not able to read
> a texture image when loading an flt file using Performer (2.0 or 2.1).
> The loader is not able to find "iopen" which I guess is the image open
> function. The error given is:
>
> rld: Fatal Error: attempted access to unresolvable symbol in /usr/lib/libpf_ogl.so: iopen
>
> Is libpf_ogl.so the correct place for iopen? If so, why is it not found?
> Is there anything simple (like LD_LIBRARY_PATH) that we have not set
> properly here? Also, iopen only reads sgi format files, as I understand?
> Are there any other versions of it that can read other standard image
> formats, such as gif, tiff, jpeg etc?
>
> Perfly does not have this problem, but I suspect the perfly that came
> with the system (/usr/sbin/perfly) used a vesrion of the _ogl library
> in the static mode.
>
> Any help will be appreciated.
>
> Thanks!
>
> PJN
> --------
> Centre for Artificial Intelligence and Robotics +91 80 226 5609 (Phone)
> Raj Bhavan Circle, High Grounds +91 80 225 5615 (Fax)
> Bangalore 560 001, INDIA
> URL: http://www.cair.res.in/~pjn pjn++at++cair.res.in
> =======================================================================
> List Archives, FAQ, FTP: http://www.sgi.com/Technology/Performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
--
Phil Keslin Silicon Graphics, Inc.
E-Mail: philk++at++sgi.com 2011 N. Shoreline Blvd. M/S 8U-590
Mountain View, CA 94043
=======================================================================
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 Oct 05 1998 - 10:09:33 PDT