Re: [asterisk-users] Problems compil 1.2.11

2006-09-02 Thread Tzafrir Cohen
On Sat, Sep 02, 2006 at 05:50:09PM +0200, Andrea Spadaccini wrote: > Ciao Noc, > > > checking whether the C compiler (gcc -O6 ) works... no > > In my gcc version (3.4.4), there's no -O6 switch. in the man page of my gcc there isn't either. It will build Asterisk just the same. I'm not sure if it

Re: [asterisk-users] Problems compil 1.2.11

2006-09-02 Thread Andrea Spadaccini
Ciao Noc, > checking whether the C compiler (gcc -O6 ) works... no In my gcc version (3.4.4), there's no -O6 switch. Try removing from your CFLAGS the -O6 switch, or replacing it with a more conservative -O2. HTH, -- Andrea Spadaccini Multimedia Technologies Institute s.r.l. __

RE: [asterisk-users] Problems compil 1.2.11

2006-09-02 Thread Lenny
CFLAGS ... looks like Gentoo .. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tzafrir Cohen Sent: Saturday, September 02, 2006 8:54 AM To: asterisk-users@lists.digium.com Subject: Re: [asterisk-users] Problems compil 1.2.11 On Thu, Aug 31, 2006 at 05

Re: [asterisk-users] Problems compil 1.2.11

2006-09-02 Thread Tzafrir Cohen
On Thu, Aug 31, 2006 at 05:58:49PM +0200, Noc Phibee wrote: > Hi > > when i want compile asterisk 1.2.11, i have this error : > > > make[1]: Leaving directory `/usr/src/asterisk-1.2.11/stdtime' > cd editline && unset CFLAGS LIBS && test -f config.h || CFLAGS="-O6" > ./configure > loading cache

Re: [asterisk-users] Problems compil 1.2.11

2006-08-31 Thread Noc Phibee
Anyone have a idea ? Noc Phibee a écrit : Hi when i want compile asterisk 1.2.11, i have this error : make[1]: Leaving directory `/usr/src/asterisk-1.2.11/stdtime' cd editline && unset CFLAGS LIBS && test -f config.h || CFLAGS="-O6" ./configure loading cache ./config.cache checking for g