* Jeff Simmons [30. May 2009]: > Trying to compile openvas (specifically openvas-libraries-2.0.2) on a Mac > (10.5.8) using Mac Ports to add necessary libraries. Mac Ports puts files > into /opt/local/include and /opt/local/lib, so I should need something like: > > LDFLAGS=-L/opt/local/lib > CPPFLAGS=-l/opt/local/include > > The CPPFLAGS environmental variable crashes the ./configure script with the > message: "C compiler cannot create executables". Without it, make can't find > the necessary header files (specifically for gnutls). > > Anyone have any suggestions on this?
Parts of the compile environment have the tendency to silently lose FLAGS. This is due to existing templates and Makefiles. We have fixed it in a number of places, looks like you just discovered a new one. Could you file a bug report for that? Regards, Michael -- Michael Wiegand | OpenPGP: D7D049EC | Intevation GmbH - www.intevation.de Neuer Graben 17, 49074 Osnabrück, Germany | AG Osnabrück, HR B 18998 Geschäftsführer: Frank Koormann, Bernhard Reiter, Dr. Jan-Oliver Wagner
pgpjqkK9Y2zdi.pgp
Description: PGP signature
_______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
