| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Henry B(dot) Hotz" <hotz(at)jpl(dot)nasa(dot)gov> |
| Cc: | pgsql-ports(at)postgresql(dot)org |
| Subject: | Re: 7.1.3 fails to configure on Solaris 2.7 |
| Date: | 2001-12-04 01:26:04 |
| Message-ID: | 20453.1007429164@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-patches pgsql-ports |
"Henry B. Hotz" <hotz(at)jpl(dot)nasa(dot)gov> writes:
> configure: failed program was:
> #line 6802 "configure"
> #include "confdefs.h"
> int main() { return 0; }
> I can put those 3 lines in a file and use those gcc options and it
> compiles just fine thank you.
But does it *execute*? And return zero status?
The usual cause of this sort of problem is messed-up shared library
linkage (eg, LD_LIBRARY_PATH different from linker's search path),
which doesn't show up till you try to execute the program.
That's what the test is there to catch.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Manuel Cabido | 2001-12-04 02:18:45 | Re: date formatting and tab-complete patch |
| Previous Message | Henry B. Hotz | 2001-12-04 00:03:45 | 7.1.3 fails to configure on Solaris 2.7 |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Henry B. Hotz | 2001-12-04 02:26:39 | Re: 7.1.3 fails to configure on Solaris 2.7 |
| Previous Message | Henry B. Hotz | 2001-12-04 00:10:00 | Darwin/MacOSX 10.1.1 configure issues with b3 |