chicken-users
[Top][All Lists]
Advanced

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

[Chicken-users] How to compile without chicken-config


From: Matthew David Parker
Subject: [Chicken-users] How to compile without chicken-config
Date: Thu, 11 May 2006 13:23:08 -0400 (EDT)

I just upgraded to 2.3, and I tried to compile my project, which is just a
dynamic chicken library that has foreign access to a dynamic C library.

my C library is called libxpilot_ai.so and my scheme file is xpai.ss

Normally I type:

$ chicken -dynamic xpai.ss
compiling `xpai.ss' ...
generating `xpai.c' ...
$ gcc -o xpai.so xpai.c path/to/c/lib/libxpilot_ai.so `chicken-config
-shared -cflags -libs`

Which makes xpai.so and I can load it in csi.  But in 2.3 since there
is no "chicken-config" as far as I know, what is the proper way to do
this?

Matt




reply via email to

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