guile-devel
[Top][All Lists]
Advanced

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

Re: guile-1.8.1 - problems on AMD64


From: Stanislav Ievlev
Subject: Re: guile-1.8.1 - problems on AMD64
Date: Wed, 11 Oct 2006 15:01:53 +0400

On Tue, Oct 10, 2006 at 10:23:31AM +0200, Ludovic Court?s wrote:
> Hi,
> 
> Stanislav Ievlev <address@hidden> writes:
> 
> > <unnamed port>: In expression (vector-length syntmp-x-1008):
> > <unnamed port>: Stack overflow
> 
> Did you compile with `-O0'?  If so, make sure you compile at least with
> `-O1'.
You have problems with optimization disabled?

However, guile does not build with glibc >=2.4 when -D_FORTIFY_SOURCE=2 is
added to CFLAGS:
--
i586-alt-linux-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I.. -pthread -pipe
-Wall -O2 -march=i586 -mtune=pentium4 -Wall -Wmissing-prototypes -Werror -c 
async.c  -fPIC -DPIC -o .libs/libguile_la-async.o                               
        
cc1: warnings being treated as errors                                           
                                       
async.c: In function 'scm_i_queue_async_cell':                                  
                                       
async.c:250: warning: ignoring return value of 'write', declared with attribute 
warn_unused_result                     
make[3]: *** [libguile_la-async.lo] Error 1                                     
                                       
make[3]: Leaving directory `/usr/src/RPM/BUILD/guile-1.8.1/libguile'            
                                       
--





reply via email to

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