Re: Linux ssl configure bug ?

2001-12-06 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: >> would insert `make distclean' before the second configure, or *at >> least* `rm config.cache'. > > Exactly my point - shouldn't either everything handled gracefully, or > cleaned up automatically when necessary (in ./configure ?), I don't think so. D

RE: Linux ssl configure bug ?

2001-12-06 Thread Herold Heiko
> From: Hrvoje Niksic [mailto:[EMAIL PROTECTED]] > Herold Heiko <[EMAIL PROTECTED]> writes: > > > make -f Makefile.cvs > > ./configure > > make > > ./configure --with-ssl > > make > > Isn't this a bit dangerous, what with Autoconf caches and all? I Most probably. > would insert `make distclea

Re: Linux ssl configure bug ?

2001-12-06 Thread Hrvoje Niksic
Herold Heiko <[EMAIL PROTECTED]> writes: > make -f Makefile.cvs > ./configure > make > ./configure --with-ssl > make Isn't this a bit dangerous, what with Autoconf caches and all? I would insert `make distclean' before the second configure, or *at least* `rm config.cache'.

Linux ssl configure bug ?

2001-12-06 Thread Herold Heiko
linux, a machine with ssl libs and headers installed in /usr/local . Current cvs sources, make -f Makefile.cvs ./configure --with-ssl make works flawlessly. On the other hand, starting over again with clean sources, make -f Makefile.cvs ./configure make ./configure --with-ssl make fails with