On Mon, 17 Mar 2003 [EMAIL PROTECTED] wrote: > first seems due to configure's:
OK... First gentle suggestion. Don't try reading/debugging a configure script. I'm impressed, but it's usually faster to check the configure.in, aclocal.m4 and acinclude.m4 files for the appropriate sections. Easier to debug and it's easier for us to fix since configure scripts are generated from these. > which resets CFLAGS regardless of OLD_FLAGS being set? This line should > be moved into the if section: > CFLAGS=$OLD_CFLAGS Certainly a good fix. > And, it appears the problem is that CXXFLAGS needs to have the SSL include > path added to it. I munged things to do that, but I'm sure there's a > cleaner way. Yes, please take a look at the acinclude/aclocal files which have the CHECK_SSL macro. I think it's supposed to be in the acinclude file. > make distclean This would be an automake bug. What do the top of the Makefile.in files say? (I want to be sure it's the original CVS version and not regenerated on your system.) Thanks, -Geoff -- -Geoff Hutchison Williams Students Online http://wso.williams.edu/ ------------------------------------------------------- This SF.net email is sponsored by:Crypto Challenge is now open! Get cracking and register here for some mind boggling fun and the chance of winning an Apple iPod: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0031en _______________________________________________ htdig-dev mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/htdig-dev
