Re: building dejagnu under osx
Ben Elliston <[email protected]>
| Newsgroups | gmane.comp.sysutils.dejagnu.bugs |
|---|---|
| Message-ID | <[email protected]> |
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 _______________________________________________ Bug-dejagnu mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-dejagnu
signature.asc
(application/pgp-signature, 189 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQFDq8+KbNtDbHIEhSURAoqgAKCG5Z3uiQyiBCnNO1RiIQd0Fl9abgCeJDep 2DRXCJUjK4slPKLYqbC5dpg= =2cKx -----END PGP SIGNATURE-----