"Haidar Habib" <[EMAIL PROTECTED]> writes: > Hi, > > I am trying to build gnutls-1.6.3 in HP-UX , but when i am running > make command after ./configure it showing following errors. > > g++: +b: No such file or directory > g++: /saurabh/gnutls-1.6.3/lib/.libs:/usr/local/lib: No such file or directory > > I am makeing from /saurabh/gnutls-1.6.3 directory and used configure > with following options > > ./configure CC=aCC CFLAGS="+d -Aa +DAportable -mt +W930 +W829 +Z -ext > -Wl,+s -g" LDFLAGS="-L/usr/local/lib/ -L/usr/local/lib/"
If you don't need the C++ library, try adding --disable-cxx when running ./configure. Otherwise, please send the output from running ./configure, and the contents of the config.log file. /Simon _______________________________________________ Help-gnutls mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-gnutls
