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? -- Jeff Simmons [email protected] Simmons Consulting - Network Engineering, Administration, Security "You guys, I don't hear any noise. Are you sure you're doing it right?" -- My Life With The Thrill Kill Kult _______________________________________________ Openvas-discuss mailing list [email protected] http://lists.wald.intevation.org/mailman/listinfo/openvas-discuss
