On Wednesday 2008-07-23 12:33, Miklos Vajna wrote:
On Wed, Jul 23, 2008 at 11:33:56AM +0200, Jan Engelhardt [off-list ref] wrote:
quoted
./configure --prefix=$HOME/rt --with-openssl=/opt/csw
--with-curl=/opt/csw CFLAGS="-O2 -I/opt/csw/include -L/opt/csw/lib
-R/opt/csw/lib"
Why do you put -L/opt/csw/lib to CFLAGS instead of LDFLAGS?
Oversight I guess. Had --with-{openssl,curl} any effect, I would not even
need the -I and -L.