chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] undefined reference to `C_library_2csrfi_2d69_toplev


From: Santosh Rajan
Subject: Re: [Chicken-users] undefined reference to `C_library_2csrfi_2d69_toplevel
Date: Mon, 27 Jun 2011 15:48:26 +0530



> Hi Felix,
> Thanks for the reply. The "-uses library -uses srfi-69" option, doesn't
> work. Looks like a prob in srfi-69.c (just guessing). I will try the latest
> from git repo though.

What error message are you getting?



The first time i used "-explicit-use -uses library,srfi-69" I got

/tmp/ccxRIoEH.o: In function `C_toplevel':
server.c:(.text+0x689): undefined reference to `C_library_2csrfi_2d69_toplevel'
srfi-69.o: In function `C_srfi_2d69_toplevel':
srfi-69.c:(.text+0xf9a5): undefined reference to `C_library_2csrfi_2d69_toplevel'

Next I tried using "-explicit-use -uses library -uses srfi-69" I got

srfi-69.o: In function `C_srfi_2d69_toplevel':
srfi-69.c:(.text+0xf9a5): undefined reference to `C_library_2csrfi_2d69_toplevel'

The second time round the complaint about server.c is not there.


“The young man knows the rules but the old man knows the exceptions”. Oliver Wendell Holmes


reply via email to

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