Martin Costabel wrote:
> 
> "Hester, Jeffrey W." wrote:
> 
> > checking for C compiler default output... configure: error: C compiler cannot
> > create executables
> 
> Standard answer to questions about configure failure: What does the
> config.log file say at the end?

After looking at this myself, I see that this is again a problem with
this @#%!#@ cpp-precomp. If you change the db3 info file as follows

-(cd build_unix; ../dist/configure %c)
+(cd build_unix;  export CPPFLAGS="-no-cpp-precomp"; ../dist/configure %c)

then it starts building correctly. This is with 
Apple Computer, Inc. GCC version 1025, based on gcc version 3.1 20020105 (experimental)

-- 
Martin

_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to