On 22. April 2008 13:19:01 +0200 Wietse Jacobs <[EMAIL PROTECTED]> wrote:

[...]
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?

Yes.

[...]
cannot find -lssl
collect2: ld returned 1 exit status
[...]

Apart from the headers to compile you also need the libraries to link. You should place libssl.a and friends in mingw/lib if you placed the headers in mingw/include.

cu,
Thomas



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

Reply via email to