Thanks, I figured that was as far as I had to go for the error. Turned out readline was searching for GCC (Sun's Companion) version. Disabled readline and went without a hitch.
Thanks! --- Tom Lane <[EMAIL PROTECTED]> wrote: > William <[EMAIL PROTECTED]> writes: > > 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. > > $ more config.log > > You need to read a LOT further than that in > config.log to find the > failure associated with this error. There are going > to be dozens or > hundreds of expected failures; the unexpected one > will be at the end > (modulo some probably-useless printouts of variable > values). > > regards, tom lane > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match