On Tue, Oct 10, 2006 at 10:23:31AM +0200, Ludovic Court?s wrote:
> Hi,
> 
> Stanislav Ievlev <[EMAIL PROTECTED]> 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'            
                                       
--



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-devel

Reply via email to