Hello, I'm on Windows XP, with mingw-msys and chicken 3.0.0 installed.
I've been going through the list archives and was able to figure out how to install eggs manualy. I'd like to end up having http installed and I've been working my way up the "egg-tree" (or is it basket?). I'm now stuck with openssl, when I run chicken-setup I get the following errors: openssl.c:21:28: openssl/rand.h: No such file or directory openssl.c:32:25: openssl/err.h: No such file or directory openssl.c:33:25: openssl/ssl.h: No such file or directory And indeed: those files are missing. Does this mean I have to install openssl first? Anyway, when I do, and then copy the openssl header files to mingw/include, I get the following error: C:\chicken\downloaded\openssl>chicken-setup "/chicken/bin/csc" -feature compiling-extension -O2 -d0 -check-imports -s openssl.scm -lssl -lcrypto -lgdi32 -o openss l.so -emit-exports openssl.exports C:\MinGW\bin\..\lib\gcc\mingw32\3.4.5\..\..\..\..\mingw32\bin\ld.exe: cannot find -lssl collect2: ld returned 1 exit status *** Shell command terminated with exit status 1: gcc openssl.o -o openssl.so -shared -L/chicken/lib -lssl -lcrypto -lgdi 32 -lm -lws2_32 -lchicken Error: shell invocation failed with non-zero return status "\"/chicken/bin/csc\" -feature compiling-extension -O2 -d0 -check-imports -s op... 1 Can anybody shed some light? -- --Wietse _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
