Re: [GENERAL] Problems compiling

From: Gilles Darold <darold(at)neptune(dot)fr>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: [GENERAL] Problems compiling
Date: 1999-02-12 13:15:37
Message-ID: 36C42979.944CB546@neptune.fr
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hi stuart,

It means that (as I know) you don't need C++ compiler to compile and run
PostgreSQL
on your machine. But you will not be able to link C++ application with
PostgreSQL.
Why? This is because you will not have Libpq++ compiled. Ok, I promise you to
be
more efficient next time :-)))

Regards

Stuart Rison wrote:

> >Hi,
> >
> >Part II (translation) : You need C++ compiler installed on you Linux box.
> >
> >See your log :
> >> checking for c++... no
> >> checking for g++... no
> >This is the reason.
> >
> >Regard,
> >
> >Gilles.
> >
>
> Does this mean you cannot compile PG 6.4.2 without a C++ compiler or just
> that if you don't have a C++ compiler, you need to change your config flags
> appropriately and lose some of the functionality?
>
> regards,
>
> Stuart.
>
> +-------------------------+--------------------------------------+
> | Stuart Rison | Ludwig Institute for Cancer Research |
> +-------------------------+ 91 Riding House Street |
> | Tel. (0171) 878 4041 | London, W1P 8BT, UNITED KINGDOM. |
> | Fax. (0171) 878 4040 | stuart(at)ludwig(dot)ucl(dot)ac(dot)uk |
> +-------------------------+--------------------------------------+

In response to

Browse pgsql-general by date

  From Date Subject
Next Message jose' soares 1999-02-12 14:06:50 Re: [GENERAL] A mistake generates strange result
Previous Message Bill Sneed 1999-02-12 12:58:22 Re: [NOVICE] Re: Subject: Re: [GENERAL] A book for PgSQL? A need? yes? no?