Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?

From: "G(dot) Anthony Reina" <reina(at)nsi(dot)edu>
To: jgramke(at)maple(dot)computing(dot)csbsju(dot)edu
Cc: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>, jgramke(at)oak(dot)computing(dot)csbsju(dot)edu, "pgsql-ports(at)postgresql(dot)org" <pgsql-ports(at)postgreSQL(dot)org>
Subject: Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Date: 2000-01-04 22:37:21
Message-ID: 38727621.BA1F8636@nsi.edu
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-ports

Jim Gramke wrote:

> About the last item that I can add is that when I run the "configure" script,
> I use the --with-CXX=CC option. If I don't use this option, I get this error:
>
> checking whether the C++ compiler (c++ ) works... no
> configure: error: installation or configuration problem: C++ compiler cannot
> create executables.
>
> Is there anything other information you would like for me to provide?
>

Ahhh! Well, it may not correct your error, but if you don't have the C++ compiler
then you need to configure with the option '--without-CXX'.

Do a 'gmake clean' first to erase any previously compiled stuff. Then erase the
config.cache. Then re-run your configure with:

configure --without-CXX

It will skip checking for the C++ compiler.

-Tony

In response to

Responses

Browse pgsql-ports by date

  From Date Subject
Next Message G. Anthony Reina 2000-01-04 22:54:13 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?
Previous Message Jim Gramke 2000-01-04 22:22:56 Re: [PORTS] Re: Postgress 6.5.3 on Irix 6.5.x?