Jens-Erik Weber wrote:
Alexander K. Hansen wrote


Check the config.log file in the gconf build directory (probably
/sw/src/gconf-1.0.9-22/gconf-1.0.9/config log) and see if there's
anything weird there.



There are some error messages in config.log:

[...]
configure:2062: $? = 1
configure: failed program was:
#ifndef __cplusplus
  choke me
#endif
[...]
configure: failed program was:
#line 2461 "configure"
#include "confdefs.h"

Only the last error in config.log is interesting. The configure script is testing whether certain things exist, and it is quite normal to see lots of failures of little programs there. This is just the normal form of an answer "no" to certain questions. The last error will corresponding to the last answer "no", and configure does not accept "no" as an answer there. You will probably see complaints about undefined symbols there.


--
Martin



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Fink-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to