%% "Sanjay Gupta" <[EMAIL PROTECTED]> writes: sg> Getting compilation errors as Unrecognized option sg> `-fnon-call-exceptions'
Unless you're getting these errors trying to compile GNU make, this is not an issue with GNU make. This flag is a GCC flag so either there's a problem with GCC in which case you should address your question to that list, or the package you're compiling in which case you should address your question to that list. sg> For gcc version sg> [EMAIL PROTECTED] SignalTest3]$ gmake -v This is the version of GNU make, not GCC. If you want the version of GCC, use "gcc -v" not "gmake -v". -- ------------------------------------------------------------------------------- Paul D. Smith <[EMAIL PROTECTED]> Find some GNU make tips at: http://www.gnu.org http://make.paulandlesley.org "Please remain calm...I may be mad, but I am a professional." --Mad Scientist _______________________________________________ Bug-make mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-make