Matt Matson wrote: > I'm getting the following make error regarding "-fstack-protector" on > Fedora7. Thanks in Advance! > > Fedora 7 > Net-SNMP 5.3.1 > GCC 3.4.3 [...] > cc1: error: unrecognized command line option "-fstack-protector" > cc1: error: invalid parameter `ssp-buffer-size'
It means that your Perl package has been compiled with these gcc flags (see "perl -V" output), but your current gcc installation doesn't support them. Please make sure you use Perl and gcc packages that do match. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
