[info-performer] Re: <performer 3 on RH9>

Date view Thread view Subject view Author view

From: John DeWeese (deweese++at++ict.usc.edu)
Date: 11/05/2003 11:19:56


Two problems. First, I had problems with Performer 3 loading the wrong
versions of loader libs. My trick was to write a scripts that manually
switched symlinks between .1, .2, and .3 versions of the libs. It was
terrible, but I couldn't figure anything better.

Second, Performer 3 on RH9 is simply broken. There's a little bit of
code that can trick the linker into making your app work, but you'd
have to recompile some of the built-in tools for this to work. Our
solution was to... dump RH9! We currently use Debian unstable, which
seems to run Performer just fine.

Here is the code snippet that magically made my Performer apps work in
RH9:

int main (int argc, char * argv[]) {
   // insert these two lines and everything will magically work, ACK!
   static int ignore = 0;
   if (ignore) { FILE * fp = fopen("", "r"); }

   pfInit();

   ...
}

   - John DeWeese

On Wednesday, November 5, 2003, at 01:47 AM, Guest Account wrote:

> FHi everyone
>
> I currently have installed performer 3.0.2 gcc3 on a RedHat 9.0 Linux
> box.
> I'm using an software build with performer 2.5 gcc 2.96. It's working
> well with pfb files but refuse to load flt files.
> It seems to be a lake of libpfflt.so.2 (performer 2.5 loader).
>
> Did some one have the same problem ?
> Could I still download performer 2.5 eoe rpm ?
>
> Then, I try to convert my flt files in pfb one with pfconv but it exits
> with segfaults. However, my flt files could be correctly load in
> perfly.
> What is the problem with pfconv ?
>
> Manu
>
> --
> -----------------------------------------
> FOLLIN Emmanuel
> Projet Manager, OKTAL
> Phone : +33 4 42 37 18 86
> -----------------------------------------
>
>
>
>
> -----------------------------------------------------------------------
> List Archives, Info, FAQ: http://www.sgi.com/software/performer/
> Open Development Project: http://oss.sgi.com/projects/performer/
> Submissions: info-performer++at++sgi.com
> Admin. requests: info-performer-request++at++sgi.com
> -----------------------------------------------------------------------


Date view Thread view Subject view Author view

This archive was generated by hypermail 2b29 : Wed Nov 05 2003 - 11:54:58 PST