Re: gcc linker failing when building gluegen
Posted by
Sven Gothel on
Jul 10, 2014; 4:24pm
URL: https://forum.jogamp.org/gcc-linker-failing-when-building-gluegen-tp4032540p4032541.html
On 07/10/2014 06:16 PM, KBreaker [via jogamp] wrote:
> file `JVMUtil.o' is incompatible with i386 output
> [cc]
> d:/mingw64/bin/../lib/gcc/x86_64-w64-mingw32/4.8.1/../../../../x86_64-w64-mingw32/bin/ld.exe:
> i386:x86-64 architecture of input
you are using the wrong compiler set, i.e. 64bit where we
try to build 32bit libraries:
"gcc -m32"
~Sven