[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[MiNT] Crosscompiling on ArchLinux



Hi all,

I tried the installation of the freemint cross compiler on Archlinux, I took the Ubuntu deb packages and fiddled the tar.gz file with deb2targz out of it and installed everything in the right place but when I try to compile freemint I get the following error:

m68k-atari-mint-gcc -I../.. -Werror -mshort -g -c genmagic.c -o genmagic.o
/usr/libexec/gcc/m68k-atari-mint/4.6.4/cc1: error while loading shared libraries: libmpc.so.3: cannot open shared object file: No such file or directory
make[3]: *** [genmagic.o] Error 1
make[3]: Leaving directory `/home/massi/Dokumente/atari/cross/freemint/sys/arch/magic'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/massi/Dokumente/atari/cross/freemint/sys/arch'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/massi/Dokumente/atari/cross/freemint/sys'
make: *** [all-recursive] Fehler 1


So as far as I see it, cc1 searches for the libmpc.so.3 but can't find it, where does cc1 search for it, because there is a libmpc.so.3 in /usr/lib

Would be nice if someone could help me with this.

Regards

Marc-Antón