On Fri, 14 Jun 2002 19:42:55 -0700 Ujwal Sathyam <[EMAIL PROTECTED]> wrote:
US> On my MacOS X box, I have the openssl headers under US> /sw/include/openssl installed by fink. However, the c-cclient build US> still looks under /usr/include/openssl and hence fails. I also US> noticed that a file CFLAGS is created under extra/src/c-client and US> has "-I/usr/include/openssl" in. When I run configure, I specify both US> CFLAGS="-I/sw/include -I/sw/include/openssl" and US> --with-ssl=/sw/include, but it still does not work. US> US> So, currently, I either have to copy my openssl header to under US> /usr/include or edit the extra/src/c-client/CFLAGS file. Is there US> something I am doing wrong? Are you building directly in the source tree? I never do it and always build in a separate directory and, at least in this case -- and under Solaris, not Darwin -- the --with-ssl option works ok for me. I'm sorry, but the details of the c-client build and the makefiles in general are not simple to understand (it wasn't me who wrote them and the person who did never cared to explain how did it work -- I tried to add a few comments here and there describing what I could discover myself), so I can only say that: 1. it is supposed to work 2. it worked for me under Solaris with build_dir != source_dir 3. you should try debugging it yourself Regards, VZ _______________________________________________________________ Don't miss the 2002 Sprint PCS Application Developer's Conference August 25-28 in Las Vegas - http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink _______________________________________________ Mahogany-Developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mahogany-developers
