Comment 3 for bug 362878

Revision history for this message
Ximin Luo (infinity0) wrote :

/usr/lib should be included in a system compiler's library path already. my first thought is that the previous submitter was mixing a custom compiler and system libraries. if you do that, then you should be prepared to add flags in yourself, rather than adding it into the automatic build scripts.

two of my friends have compiled it separately, one using fink gcc with fink libs, one using macports gcc with macports libs, and both of them needed that line to be removed.