Carol Kankelborg wrote: []
I looked at the config.log file. I'm not sure what I am looking for in it.
The first hint of an error is listed below.
I think this looks all normal. You should look further on when it starts talking about
checking new usability... no
checking new presence... yes
This is between configure:12975: checking new usability and configure:13007: result: yes (or in your case, no)
Same for cassert around the same lines.
OK, I found the "new" and "cassert" lines. Looks like I'm missing /usr/include/gcc/darwin/3.3/machine/ansi.h. I tried reinstalling gcc 3.3 from the Xcode Tools installer. Still no ansi.h. How do I get an ansi.h file? I found a few references on the web to people missing ansi.h, but no explanation as to why or how to get it back other than manually hacking it.
Thanks for your help.
Carol
configure:12896: result: no
configure:12932: checking for osfcn.h
configure:12939: result: no
configure:12975: checking new usability
configure:12988: g++-3.3 -c -g -O2 -I/sw/include conftest.cc >&5
In file included from configure:13076:
/usr/include/gcc/darwin/3.3/inttypes.h:34:56: machine/ansi.h: No such file or directory
configure:12991: $? = 1
configure: failed program was:
[I left out the failed program code]
configure:13007: result: no
configure:13011: checking new presence
configure:13022: g++-3.3 -E -I/sw/include conftest.cc
configure:13028: $? = 0
configure:13047: result: yes
configure:13067: WARNING: new: present but cannot be compiled
configure:13069: WARNING: new: check for missing prerequisite headers?
configure:13071: WARNING: new: proceeding with the preprocessor's result
configure:13083: checking for new
configure:13090: result: yes
configure:12975: checking cassert usability
configure:12988: g++-3.3 -c -g -O2 -I/sw/include conftest.cc >&5
In file included from configure:13077:
/usr/include/gcc/darwin/3.3/inttypes.h:34:56: machine/ansi.h: No such file or directory
configure:12991: $? = 1
configure: failed program was:
-- Carol Kankelborg
------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
