Re: Compilation & Installation problem

From: Doug McNaught <doug(at)wireboard(dot)com>
To: Namrata <nlabade(at)nulinkinc(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Compilation & Installation problem
Date: 2001-07-02 14:14:59
Message-ID: m33d8ffme4.fsf@belphigor.mcnaught.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Namrata <nlabade(at)nulinkinc(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Mihai Gheorghiu 2001-07-02 14:25:42 Re: Migrating from MSAccess
Previous Message Namrata 2001-07-02 13:52:57 Compilation & Installation problem