Comment 61 for bug 88570

Revision history for this message
Ralph (rbancer) wrote :

John thank you for your prompt answer, i too realized that slight error in the cflag line and i attempted a fix
export CFLAGS="-O2 -mtune=k8 -funroll-loops -ffast-math -fomit-frame-pointer -fno-exceptions"

it fixed the issue of not begin able to compile, and i was able to complete the compile, however this fix only lasts for the current session. Once i reboot i no longer can compile until i input that line.