When creating a unified fasl, the init function name has to be exported outside the DLL. In cygwin this means adding ECL_DLLEXPORT to +lisp-program-init+.

This commit is contained in:
Juan Jose Garcia Ripoll 2009-10-29 14:30:40 +01:00
parent 1521275b11
commit 5a35ce22df

View file

@ -230,6 +230,7 @@ the environment variable TMPDIR to a different value." template)))
#ifdef __cplusplus
extern \"C\"
#endif
ECL_DLLEXPORT
void ~A(cl_object cblock)
{
static cl_object Cblock;