If editing your include statements does not help, try using gmake instead of make.
Bill
Bill, (and everybod)

I edited the include statemens in conf-cc to reflect my system (-I/usr/include/openssl) and I tried with 'gmake' but I still have the same error:

./compile tls.c
tls.c:12: conflicting types for `strerror'
/usr/include/string.h:243: previous declaration of `strerror'
make: *** [tls.o] Error 1

This error doesn't seem to be related with the ssl includes at this point. The compiler is complaining because the tls.c file declares the sterror function which is declared also in "string.h" include file.

Does it have solution?

Thank you,
bnegrao

Reply via email to