Re: [Openvas-discuss] CPPFLAGS problem - Mac OS X

2009-06-04 Thread Jeff Simmons
Any instructions on filing a bug report? A quick search of the openvas web site couldn't find one. Basically, here's the section where make fails for openvas-libraries. Near the end the /opt/local/include FLAG has disappeared: gcc -pipe -I../ -DHAVE_CONFIG_H -I. -I/opt/local/src/openvas-

Re: [Openvas-discuss] CPPFLAGS problem - Mac OS X

2009-06-02 Thread Michael Wiegand
* 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

Re: [Openvas-discuss] CPPFLAGS problem - Mac OS X

2009-05-31 Thread Jeff Simmons
On Saturday 30 May 2009 06:55, I wrote: 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

Re: [Openvas-discuss] CPPFLAGS problem - Mac OS X

2009-05-31 Thread Jeff Simmons
s/compile/configure On Sunday 31 May 2009 15:21, Jeff Simmons wrote: I managed to get this past the ./compile stage (it helps to remember that -l and -I look identical in my mailreader). But the make is dying in an unusual way, and with only a rudimentary knowledge of C I don't know what to

[Openvas-discuss] CPPFLAGS problem - Mac OS X

2009-05-30 Thread Jeff Simmons
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