>> I have an O2 with Irix 6.3
>> I install gmake but know i've got another compilation error with inventor :
>>
>> /usr/bin/CC -mips -n32 -quickstart_info -nostdlib -L/usr/lib ppp.o
>> ld32 : FATAL 12 : expecting n32 objects : /usr/lib/crt1.o is o32
>>
>> Anyone know what is wrong ?
>
>Bonjour Sebastien,
>
> Your combination of -nostdlib and -L/usr/lib inform the compiler to look
>for o32 libraries. You need to specify -L/usr/lib32 (in lieu of
>-L/usr/lib) or remove -nostdlib from your link line.
>
>A+,
>
>Alexandre.
>
Merci Alexandre,
Thank you, I solve this point.
After fixing a redundant 'int i' declaration in 'SoText3.c++'
I've got another compilation error with 'SoTexture2.c++'
This piece of code can't include <jpeglib.h>
Do you know how to fix that ?
Do i have to install a jpeg library and where can i find it ?
Best regards.
Sebastien Carpentier / SimTeam
http://www.simteam.com
|