[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-dejagnu] building dejagnu under osx
From: |
Ben Elliston |
Subject: |
Re: [Bug-dejagnu] building dejagnu under osx |
Date: |
Fri, 23 Dec 2005 21:20:59 +1100 |
User-agent: |
Mutt/1.2.5.1i |
Hi Dan
> I fussed some trying to build dejagnu-1.4.4, and keep getting an
> error that rejects my seemingly perfectly good gcc compiler. Here
> is an excerpt from config.log
> configure: failed program was:
> | #ifndef __cplusplus
> | choke me
> | #endif
Just because the program failed to compile doesn't mean that your
compiler is broken. These tests can fail and are used to indicate
characteristics of your system.
> and another excerpt ...
>
> configure:3020: g++ -c -g -O2 conftest.cc >&5
> configure: In function `int main()':
> configure:3017: error: `exit' undeclared (first use this function)
> configure:3017: error: (Each undeclared identifier is reported only
> once for
> each function it appears in.)
> configure:3023: $? = 1
Likewise here.
> As a result of this, "make" simply does nothing.
That's because DejaGnu is written in a scripting language and has very
little to do in the "make all" step. If you type "make install",
you'll see a lot more activity. :-)
Cheers, Ben
pgptwQteNydTJ.pgp
Description: PGP signature
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Re: [Bug-dejagnu] building dejagnu under osx,
Ben Elliston <=