Re: Re: Re: found a compiling optimization problem

2008-09-04 Thread xiao ren
me. HELP! -- xiao ren 2008-09-04 - 发件人:xiao ren 发送日期:2008-09-03 15:15:29 收件人:Wes Hardaker 抄送:Net-snmp-users 主题:Re: Re: found a compiling optimization problem Thanks Wes My compiler's version is: g++ (GCC) 4

Re: found a compiling optimization problem

2008-09-03 Thread Wes Hardaker
> On Wed, 3 Sep 2008 15:14:44 +0800, "xiao ren" <[EMAIL PROTECTED]> said: xr> Did anybody meet this kind of problem before? Not that I've heard of at least. -- Wes Hardaker Sparta, Inc. - This SF.Net email is sponsored

Re: Re: found a compiling optimization problem

2008-09-03 Thread xiao ren
r 发送日期:2008-09-03 07:27:37 收件人:xiao ren 抄送:Net-snmp-users 主题:Re: found a compiling optimization problem >>>>> On Tue, 2 Sep 2008 23:35:51 +0800, "xiao ren" <[EMAIL PROTECTED]> said: xr> Could anybody tell me why this is happend? If true, it certainly sounds l

Re: found a compiling optimization problem

2008-09-02 Thread Wes Hardaker
> On Tue, 2 Sep 2008 23:35:51 +0800, "xiao ren" <[EMAIL PROTECTED]> said: xr> Could anybody tell me why this is happend? If true, it certainly sounds like a bug in g++. What version are you using? -O2 is supposed to be the "safe" level of optimization to turn on, but it sounds like you've h

found a compiling optimization problem

2008-09-02 Thread xiao ren
Hi, there Today I rewrote my program's makefile, which was previously managed by eclipse cdt. This time I used the autoconf and automake tools to generate the new makefile, and by using it I can build my application without error. But when I run the newly generated exec file, an error reported