http://mahogany.sourceforge.net/cgi-bin/show_bug.cgi?id=630
------- Additional Comments From [EMAIL PROTECTED] 2002-04-22 07:51 -------
when configure tests for ssl, it runs ${CC} ${CFLAGS} ..... using the variables
from the environment.
Those in my case are set in such a way that all the ssl stuff will be found.
However configure also has a list of locations to test for, the first one
is ".". Since ${CC} ${CFLAGS} -I. finds ssl, it assumes that ssl lives in
"." and calls that "standard location".
It remembers that and configures ${build_dir}/extra/src/c-client/CFLAGS acording
to "standard location" ignoring my values for ${CC} and ${CFLAGS}.
Makefile.ssl part: I thought it wasn't used but I had to change it for the ssl
comile to work....
libcrypto.so: I only have a libcrypto.a, which might explain my problems here.
I'll have a check and recompile.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
Mahogany-Developers mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-developers