| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | Kevin Murphy <murphy(at)genome(dot)chop(dot)edu> |
| Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
| Subject: | Re: [GENERAL] aix build question re: duplicate symbol warning |
| Date: | 2005-10-28 14:47:38 |
| Message-ID: | 43623A0A.6020601@dunslane.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general pgsql-hackers |
Kevin Murphy wrote:
>>
>> It seems that the right place to put this is BE_DLLLIBS, which is a
>> macro that probably didn't exist when the AIX support was last looked
>> at. But both Windows and Darwin ports use it now, so we may as well
>> bring AIX up to speed. Would you try the attached patch and see if it
>> gets rid of the warnings? Also check that regression tests and contrib
>> build/regression tests still work.
>>
>>
>>
> Tom, That patch worked, as far as eliminating those duplicate symbol
> warnings. I have some dependency issues (libintl) that I have to
> resolve in order to test the build.
>
>
Or you could build without nls in the first instance.
cheers
andrew
| From | Date | Subject | |
|---|---|---|---|
| Next Message | CG | 2005-10-28 14:49:17 | Re: Function written in C, hangs on one machine and not another... |
| Previous Message | hubert depesz lubaczewski | 2005-10-28 14:41:33 | Re: serial number in output |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2005-10-28 14:47:55 | Re: ERROR: invalid memory alloc request size <a_big_number_here> |
| Previous Message | Andrew Dunstan | 2005-10-28 14:16:15 | Re: enums |