Hi all, I want to cross compile fltk 1.1.10 for m68k-elf
What I did: k...@mauersegler:~/work/fltk-1.1.10$ ./configure --target=m68k-elf --host=m68k-elf --build=i386-linux checking for m68k-elf-gcc... m68k-elf-gcc checking for C compiler default output file name... configure: error: C compiler cannot create executables See `config.log' for more details. if I do: ./configure --target=m68k-elf --build=i386-linux I get only the x86 compile but not the cross version :-( What is the correct way to specify target compiler/linker etc and how I have to specify the path to nxlib/microwindows headers and libs and so on... Is there a documentation for cross compiling fltk? Sorry, I googled a lot but could not find it anyway... Thanks _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

