On 2/13/06, Brandon J. Van Every <[EMAIL PROTECTED]> wrote: > Is C_NO_PIC_NO_DLL really important? It is used for static libraries, > and Makefile.am has the following notation: > > # we add -DC_NO_PIC_NO_DLL seperately so that chicken-config does not > # use -DC_NO_PIC_NO_DLL ... -DC_NO_PIC_NO_DLL is only for libtool > # compiles >
It's needed to compile statically linked apps on Windows. It's a bit clunky, but does the job and should not bother the user as long as he/she is using csc. cheers, felix _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
