Hi, I'm trying to compile nessus-libraries under the HPUX 11.11. I've the gcc 3.0.1 installed. After invoking make in nessus-libraries directory ( configure first of course) I can observe that it is starting to use gcc, and later it is using boundled cc compiler in place of gcc (configure says that gcc is ok). This of course is source of big amount of warrings and the errors later. During the first stage of make I can observe that gcc is complaining about '+DD64' and "+03" options: gcc: +DD64: no such file or directory gcc: +03: no such file or directory
I've made the following experiment: I've changed the name of bundled cc, but after that configure script complaining something like that: config.sub: hpux11.11 unknown option Thanks is advance for any suggestions, Marcin
