Hi, Duncan
/usr/X11R6/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/../lib/crti.o' is incompatible with i386 output
/usr/X11R6/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/../lib/crtn.o' is incompatible with i386 output
make[4]: *** [32/libgcc_s.so] Error 1
This is multilib issue. Please read README.LLVM file, I added section
there describing possible problem & solution.
Hi Anton,
> /usr/X11R6/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/../lib/crti.o' is incompatible with i386 output
> /usr/X11R6/bin/ld: i386:x86-64 architecture of input file
`/usr/lib/../lib/crtn.o' is incompatible with i386 output
> make[4]: *** [32/libgcc_s.so] Error 1
This is multilib issue. Please read README.LLVM file, I added section
there describing possible problem & solution.
you are right: disabling multilib fixed it.
Ciao,
Duncan.