Am Montag, 21. Januar 2002 23:12 schrieben Sie: > How do I setup pgui cvs so that the configure script > checks for the cross compiler? I see there is a > crosspgui.m4 but I don't know how to enable it. > Running autogen.sh then ./configure > --host=m68k-pic-coff --build=`./config.guess` > --with-prefix runs the standard config--gcc is used.
You probably have to set the compiler variable first; try running something like 'CC=m68k-pic-gcc ./configure --host=m68k-pic-coff'. For me, the command 'CFLAGS="-march=armv4" CC=arm-linux-gcc ./configure --host=arm-linux' works alright to crossconfigure for the Ipaq. Arnd <>< _______________________________________________ Pgui-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/pgui-devel
