2010/1/13 Jason L Tibbitts III <[email protected]>: > /usr/bin/ld: i386 architecture of input file `libyywrap.o' is incompatible > with i386:x86-64 output > collect2: ld returned 1 exit status > make[4]: *** [FvwmScript] Error 1
Try to do "make clean" in your source tree. It seems to me as if you have switched architecture, but have old object files left in the source tree. /Viktor
