On 24/Feb/10 19:09, Shehab Kazi wrote: > Thank you for your reply. I am not sure of the purpose of include that > instead of CFLAGS. This is where I found that: > http://phparchitecture.com/howto_show.php?id=2&showall
C_INCLUDE_PATH is described in http://gcc.gnu.org/onlinedocs/gcc/Environment-Variables.html as a gcc-specific environment variable equivalent to using the -isystem command line option. > Although when I tried this *./configure CFLAGS=" -I > /usr/local/ssl/include"* I didn't get any errors. > > But I went ahead and did this from the start: > http://www.mail-archive.com/[email protected]/msg03210.html CPPFLAGS is more appropriate, according to automake's docs (e.g. ./configure --help) > That seems to have fixed it. I now don't get an error when I telnet to > port 993. :) > > Do you know if I should send another mail to the mailing list saying its > been sorted out or leave it as it is? You could have replied to the list... ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ courier-users mailing list [email protected] Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users
