From: | Peter Eisentraut <e99re41(at)DoCS(dot)UU(dot)SE> |
---|---|
To: | Horák Daniel <horak(at)sit(dot)plzen-city(dot)cz> |
Cc: | "'pgsql-hackers(at)postgreSQL(dot)org'" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: [HACKERS] PostgreSQL on Solaris/SPARC with gcc |
Date: | 2000-03-02 16:13:55 |
Message-ID: | Pine.GSO.4.02A.10003021708330.27493-100000@Dront.DoCS.UU.SE |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Wed, 1 Mar 2000, [iso-8859-2] Horák Daniel wrote:
> it is caused by the fact that the symbol CurrentMemoryContext is not
> exported from the main executable (postmaster). The solution is to use
> "-export-dynamic" switch when linking postgres executable (it is used on
> Linux).
>
> I think it will require a new system specific makefile. The
> Makefile.solaris_sparc is done for solaric_sparc_cc template. More details
> can be send.
Couldn't we just test for gcc in general on any platform? For right now
you might get away with doing a little ifeq($(CC),gcc) action in the
solaris makefile, but that's bogus in the long run.
--
Peter Eisentraut Sernanders väg 10:115
peter_e(at)gmx(dot)net 75262 Uppsala
http://yi.org/peter-e/ Sweden
From | Date | Subject | |
---|---|---|---|
Next Message | Peter Eisentraut | 2000-03-02 16:23:35 | Re: AW: [HACKERS] having and union in v7beta |
Previous Message | Peter Eisentraut | 2000-03-02 15:58:42 | Re: [HACKERS] rpms |