Re: compiling translated files on Linux AMD64
- Posted by Jeremy Cowgar <jeremy at co?gar.?om> May 16, 2008
- 779 views
Kenneth Rhodes wrote: > > /usr/lib64/gcc/x86_64-suse-linux/4.2.1/../../../../x86_64-suse-linux/bin/ld: > i386 architecture of input file `/home/ken/euphoria/bin/ecu.a(be_machine.o)' > > is incompatible with i386:x86-64 output > You're going to have to compile Euphoria on the x86 then That's the only solution. Luckly, it's not hard on Linux. You should be able to change to the source directory and type make. That will build new binaries and a new ecu.a. Save your previous ecu.a and then copy the new ecu.a to the ../bin dir of euphoria and give it another go and see what happens. -- Jeremy Cowgar http://jeremy.cowgar.com