Re: Compilation & Installation problem - Mailing list pgsql-general

From Doug McNaught
Subject Re: Compilation & Installation problem
Date
Msg-id m33d8ffme4.fsf@belphigor.mcnaught.org
Whole thread Raw
In response to Compilation & Installation problem  (Namrata <nlabade@nulinkinc.com>)
List pgsql-general
Namrata <nlabade@nulinkinc.com> writes:

> I am using PostgreSQL on Solaris-8.  I am trying to use the library
> oc C/C++ which is compiled using GNU. I am trying to use that GNU
> compiled library with the application which is being compiled with
> FORTE/CC of version 5.2. My application is not getting compiled with
> it.  It is giving me the following errors.

I've found that trying to link gcc-compiled code with other code
compiled with the Sun compiler just doesn't work.  Compile everything
with one compiler and you'll have a lot fewer headaches.

-Doug
--
The rain man gave me two cures; he said jump right in,
The first was Texas medicine--the second was just railroad gin,
And like a fool I mixed them, and it strangled up my mind,
Now people just get uglier, and I got no sense of time...          --Dylan

pgsql-general by date:

Previous
From: Namrata
Date:
Subject: Compilation & Installation problem
Next
From: Martijn van Oosterhout
Date:
Subject: [PATCH] Resurrecting partial indicies, need help and feedback