chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Newbie installing eggs on windows


From: Thomas Chust
Subject: Re: [Chicken-users] Newbie installing eggs on windows
Date: Tue, 22 Apr 2008 13:26:20 +0200

On 22. April 2008 13:19:01 +0200 Wietse Jacobs <address@hidden> 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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]