> 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*
_______________________________________________
Chicken-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to