|
|||||||||||
|
Re: [PORTS] ./configure problems on Fedora Core 8
From: Tom Lane <tgl(at)sss.pgh.pa.us>
Date: Wed Feb 06 2008 - 13:17:56 EST
I think the problem is that every single one of the test compilations produces this error message: /usr/bin/ld: error in /usr/lib/gcc/i686-redhat-linux/4.2.2/crtend.o(.eh_frame); no .eh_frame_hdr table will be created. Apparently it is just a warning because the compiler returns status zero anyway, but nonetheless it will confuse our configure script --- in particular, I think what's biting you is that the test to see which threads flags to use can't tell that this isn't a complaint about a bogus thread switch, so it omits to use -pthread which is necessary. There are some other tests that might be going wrong too. I see that the gcc on my stock Fedora 8 machine is 4.1.2, so I suppose that this 4.2.2 you are using came from someplace other than Red Hat. I fear it's a bit broken :-( regards, tom lane ---------------------------(end of broadcast)---------------------------TIP 2: Don't 'kill -9' the postmaster Received on Wed Feb 6 13:19:40 2008 This archive was generated by hypermail 2.1.8 : Wed Jun 18 2008 - 23:39:12 EDT |
||||||||||
|
|||||||||||