[Date Prev][Date Next] [Chronological] [Thread] [Top]

2.0: configure problem with multiple values for CPPFLAGS=



Hi All,

Here's my configure file:

env CPPFLAGS='-I/usr/local/BerkeleyDB.3.1/include -I/usr/local/ssl/include/openssl' \
    LDFLAGS='-L/usr/local/BerkeleyDB.3.1/lib -L/usr/local/ssl/lib' \
    CC=gcc CFLAGS='-O3' \
    ./configure --enable-shell --with-tls

Now this does not work and configure won't find the ssl library (headers, etc) unless
CPPFLAGS is "CPPFLAGS=-I/usr/local/ssl/include/openssl". But that doesn't work later on
since it can't find the DB library, either.


Thanks,



Jie