Thanks again Richard,

After about two more days of spending my free moments
on this I came up with a FAQ page for Solaris that
gives a list of packages necessary for the compiler to
run at all.  Since I'm trying to build nessus on a
core install instead of the full install (which I
experimented on earlier) I have none of them.  I'll
probably have time to do this today (good god I'm
busy) and if it works I'll put it into my little
solaris/suffer documentation piece.

BTW, #line 888 "configure"
     #include "confdefs.h"

is exactly what config.log says gcc failed on.

Hope to have good news soon, 
twigles

--- Richard van den Berg <[EMAIL PROTECTED]>
wrote:
> twig les wrote:
> 
> > On a clean build of solaris 8 I get a compiler
> error
> > during the configure of nessus-libraries.  "C
> compiler
> > cannot create executables."  The weird thing is
> I've
> > compiled this nessus (1.1.11) on this box before
> and
> > never seen this.  I tried gcc 2.95, then even
> tried
> > 3.05 again.  It's in the PATH (obviously from the
> > error) and now I'm stumped.  I'd really appreciate
> any
> > leads at this point.  Thanks.
> 
> 
> To determine if your compiler works, configure tries
> to compile this program:
> 
> #line 888 "configure"
> #include "confdefs.h"
> 
> main(){return(0);}
> 
> At this point of configure, confdefs.h is an empty
> file. The commands it 
> uses to compile this simple program is:
> 
> ${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext
> ${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS
> $LDFLAGS 
> conftest.$ac_ext $LIBS
> 
> Errors of these commands go to config.log .. if you
> can't find anything 
> there, try typing these commands by hand, replacing
> ${CC-cc} with gcc if 
>   $CC is not in your environment.
> 
> -- 
> Richard van den Berg, CISSP
> 
> Trust Factory B.V.      |
> http://www.trust-factory.com/
> Bazarstraat 44a         | Phone: +31 70 3620684
> NL-2518AK The Hague     | Fax  : +31 70 3603009
> The Netherlands         |
> 


=====
-------------------------------------------------------
It is easier to denature Plutonium than to denature the evil spirit of man
-------------------------------------------------------
Albert Einstein

__________________________________________________
Do You Yahoo!?
Send FREE video emails in Yahoo! Mail!
http://promo.yahoo.com/videomail/

Reply via email to