glob2-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [glob2-devel] Alpha 22 Released


From: Kai Antweiler
Subject: Re: [glob2-devel] Alpha 22 Released
Date: Thu, 05 Apr 2007 19:33:20 +0200
User-agent: Gnus/5.1007 (Gnus v5.10.7) XEmacs/21.4.20 (linux)

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]