I looked at the config.log file, but I can only discern that it
appears to be failing on fseeko in the configure section that loops
through tests in the area where there are comments about NetBSD, etc
re-rendering of fseeko. Understanding that make is difficult with
messaging, the output that was in the config.log did not inspire any
confidence in the process.
Nathan K. Reed
Programmer/Analyst
Supervisor of Records group
University of California, Irvine
Office of Admissions and Relations with Schools
(949) 824-9631
At 11:48 AM 6/4/2008, Tom Lane wrote:
>"Nathan Reed" <nreed@uci.edu> writes:
> > It does not matter what parameters I do or do not provide on the configure
> > step, I get the same failure every time:
> > checking for fseeko... (cached) yes
> > checking test program... failed
> > configure: error:
> > Could not execute a simple test program. This may be a problem related to
> > locating shared libraries. Check the file 'config.log' for the exact
> > reason.
>
>This is not related to fseeko, that just happens to be the test before
>the one that is failing. Did you look into config.log to see what is
>going wrong?
>
> regards, tom lane