chicken-janitors
[Top][All Lists]
Advanced

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

[Chicken-janitors] #463: undefined reference to `C_chicken_syntax_toplev


From: Chicken Trac
Subject: [Chicken-janitors] #463: undefined reference to `C_chicken_syntax_toplevel' compiling experimental branch
Date: Sun, 19 Dec 2010 22:29:10 -0000

#463: undefined reference to `C_chicken_syntax_toplevel' compiling experimental
branch
--------------------------+-------------------------------------------------
 Reporter:  alanpost      |       Owner:       
     Type:  defect        |      Status:  new  
 Priority:  major         |   Milestone:  4.7.0
Component:  build system  |     Version:  4.6.x
 Keywords:                |  
--------------------------+-------------------------------------------------
 After working with C-Keen to introduce a patch to bypass ticket:462, I've
 continued trying to compile the experimental branch of Chicken on OpenBSD
 4.8.  If you pretend that ticket:462 is fixed, the build continues and
 produces the following error:

 {{{
 gcc  -L. chicken.o batch-driver.o compiler.o optimizer.o compiler-syntax.o
 scrutinizer.o unboxing.o support.o c-platform.o c-backend.o -o chicken \
           -lchicken -Wl,-R"." -lm
 ./libchicken.so: warning: strcpy() is almost always misused, please use
 strlcpy()
 ./libchicken.so: warning: sprintf() is often misused, please use
 snprintf()
 ./libchicken.so: warning: strcat() is almost always misused, please use
 strlcat()
 chicken.o(.text+0x1f4e): In function `f_99':
 : undefined reference to `C_chicken_syntax_toplevel'
 collect2: ld returned 1 exit status
 gmake[1]: *** [chicken] Error 1
 gmake[1]: Leaving directory `/home/a/wa/chicken/core'
 gmake: *** [all] Error 2
 }}}

-- 
Ticket URL: <http://bugs.call-cc.org/ticket/463>
Chicken Scheme <http://www.call-with-current-continuation.org/>
Chicken Scheme is a compiler for the Scheme programming language.

reply via email to

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