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


_______________________________________________
Chicken-users mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to