I think the big problem here is that the files don't know where they are relative to each other the make doesn't know where the cflags is, the auth.c doesn't know where the includes.h is....is there a good way to fix besides putting everybody in the same directory(which probably wouldn't work either) ? :)
On Mon, 1 Apr 2002, ja wrote: > hello, I'm trying to get 1.1.14 up and running on my OS X box. > Everything went ok installing the libs but after running ./configure and getting > past that for the core the make gives me ... > root# make > cd nessus && make > gcc -g -O2 `sh ./cflags` -c auth.c > gcc: auth.c: No such file or directory > gcc: No input files > now the auth.c IS in the nessus folder in nessus-core so I'm thinking > the makefile may be a bit messed up > > any help would be appreciated. > > thanks > xeno > > > >
