gcc
Rupert Wood
me@rupey.net
Wed Nov 13 04:16:00 GMT 2002
Reza Afshar wrote:
(This would have been more appropriate for the gcc-help mailing list;
this list is for development of GCC.)
> gcc -g -o fileSaveAs -lssl -lcrypto fileSaveAs.c
> i recive mesage "cant open -lssl".
Do you have a libssl.a or libssl.so built and installed?
If not, you can use OpenSSL from http://www.openssl.org/.
If you do, you need to make sure that GCC can find it: use the -L switch
before -lssl to specify the library search path.
Good luck,
Rup.
More information about the Gcc
mailing list