> Kai Antweiler wrote: >>> Thats why -O3 isn't used in head. You compile with ./configure >>> CXXFLAGS="whatever u want". >> I just had a problem: >> configure didn't work because configure.in has "-march=i686" in it. >> (I use amd64) >> Is this the usual way we do this? >> If this is new we should dump it again. >> I had to manually edit configure.in and call autoconf before # >> ./configure CXXFLAGS="-g2 -O2 -march=k8 -Wall" >> ran without error. > > can you fix this in cvs or explain more in deep how you did it as i can't > ./configure neither and met someone on irc who ran into the same problem.
I switched back to the old CXXFLAGS="$CXXFLAGS" in cvs. But here is what I did two hours ago: 1. I commented out line 9 in configure.in: #CXXFLAGS="-O3 -march=i686" 2. then I ran autoconf: # autoconf 3. ./configure CXXFLAGS="-O2 -g -march=k8 -Wall" 4. make clean 5. make -- Kai Antweiler _______________________________________________ glob2-devel mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/glob2-devel
