Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

compiling nessus issue - libnasl

Status
Not open for further replies.

Alana0246

Technical User
Jan 20, 2004
12
0
0
GB
Hi

Im havin a few problems on an my ultra 10 solaris8(10/01) box which ive recently built.

its patched and has the latest gcc, gmake, gtk, glib on it but when im compiling things im running into problems.

This is the output from a "gmake" of libnasl.

/bin/sh /usr/local/Solbinaries/nessus/libnasl/libtool --silent gcc -pipe -g -02 'sh ./cflags' -c nasl_grammar.tab.c
gcc: nasl_grammar.tab.c: No such file or directory
gcc: no input files
gmake[1]: ***[nasl_grammar.tab.o] Error 1
gmake[1]: Leaving directory '/usr/local/Solbinaries/nessus/libnasl/nasl'
gmake: *** [all] Error 2
#

-------------------------

bison --version
1.75

m4 --version
GNU m4 1.4

when i run a 'find' for y.tab.c there is no record of this on the system neither is there a 'nasl_grammar.tab.c' or 'nasl_grammar.tab.o' which is probably obvious but thought i'd double check.

any help is appreciated

regards

a
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top