azimuth

Member
Sep 27, 2006
8
0
151
When i compiled the apache i got the following error:

make [@mod_gzip-1.3.26.1a]...(-j 1).... Done

cc1: error: unrecognized command line option "-Wall,-O3,-fomit-frame-pointer,-pipe"
apxs:Break: Command failed with rc=1
make: *** [build] Error 1

make [@mod_gzip-1.3.26.1a]...(install).... Done

make: *** [install] Error 1

Does anyone know why is this happening?
 

mitgib

Well-Known Member
Apr 9, 2006
59
0
156
I got the same today trying to add mod_gzip

And went and tried from the command line as well with /scripts/easeapache

Untarring mod_gzip....Done
make [@mod_gzip-1.3.26.1a]...(-j 4)....Done
cc1: error: unrecognized command line option "-Wall,-O3,-fomit-frame-pointer,-pipe"
apxs:Break: Command failed with rc=1
make: *** [build] Error 1
make [@mod_gzip-1.3.26.1a]...(install)....Done
make: *** [install] Error 1
 
Last edited: