It's standard gnu (gcc)... STFW... If you are compiling on a 486 to run on a 486, then config.guess will properly recognize the system, e.g.:
$ ./config.guess i486-pc-linux-gnu If you are compiling on something more advanced, then it's like any other cross-compile situation, you have to give ./configure the target: $ ./configure --host=i486-pc-linux-gnu and you will see this in the messages: checking build system type... i686-pc-linux-gnu checking host system type... i486-pc-linux-gnu checking target system type... i486-pc-linux-gnu If you're cross-compiling, you'll have to make mods in the gdchart0.94c stuff... gdchart0.94c itself accepts --target, the rest don't - IIRC, you need to set CFLAGS. Check the home pages for the specific products... -----Burton -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of /dev/null Sent: Tuesday, January 14, 2003 12:58 AM To: [EMAIL PROTECTED] Subject: [Ntop] configure for 486? I want to also build ntop for a 486 I have that has no compiler installed. What do I need to pass to the ./configure calls to build just for 486? Is there anything else I need to consider? Thanks! _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop _______________________________________________ Ntop mailing list [EMAIL PROTECTED] http://listgateway.unipi.it/mailman/listinfo/ntop
