Compile errors

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
aart3k
New user
Posts: 4
Joined: 21 Nov 2007, 20:32

Compile errors

Post by aart3k »

Hi, i'm not new here but rather i stay silent :)

I've got problems with 2.0.8rc1 compilation:
...
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lphysfs
collect2: ld returned 1 exit status

Any ideas about that? I've got physfs installed from official suse packages, and i can compile trunk without any problems.
Why am i compiling? i'm too lazy to play with mojo :P
Giel
Regular
Regular
Posts: 725
Joined: 26 Dec 2006, 19:18

Re: Compile errors

Post by Giel »

aart3k wrote: I've got problems with 2.0.8rc1 compilation:
...
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.so when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: skipping incompatible /usr/lib64/libphysfs.a when searching for -lphysfs
/usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: cannot find -lphysfs
collect2: ld returned 1 exit status

Any ideas about that? I've got physfs installed from official suse packages, and i can compile trunk without any problems.
As far as I know (yes that is AFAIK written out full!) none of the 2.0.x series work on 64 bit systems (I know I haven't ever been able to get it to compile and/or execute on my system).
aart3k wrote: Why am i compiling? i'm too lazy to play with mojo :P
Strange way of being lazy if you'd ask me...
"First make sure it works good, only then make it look good." -- Giel
Want to tip/donate? bitcoin:1EaqP4ZPMvUffazTxm7stoduhprzeabeFh
aart3k
New user
Posts: 4
Joined: 21 Nov 2007, 20:32

Re: Compile errors

Post by aart3k »

Ah, that's why... so i'll simply do what i've done with 2.0.7: install under wine :)

Thanks
EvilGuru
Regular
Regular
Posts: 615
Joined: 23 Jun 2007, 22:41

Re: Compile errors

Post by EvilGuru »

aart3k wrote: Ah, that's why... so i'll simply do what i've done with 2.0.7: install under wine :)

Thanks
The Mojo package really is the easier option! However, if you don't mind a bit of compiling may I suggest you give the SVN HEAD revision a go (which works under 64-bit systems).

Regards, Freddie.
aart3k
New user
Posts: 4
Joined: 21 Nov 2007, 20:32

Re: Compile errors

Post by aart3k »

As I've wrote earlier I'm using trunk from time to time as my little playground and it compiles without problems but... hell sometimes i'd like simply to play wz not to see all these gdb crash infos :P