| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | "Mark Hollomon" <mhh(at)nortelnetworks(dot)com> |
| Cc: | PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: configure CXX bug |
| Date: | 2000-08-19 05:39:04 |
| Message-ID: | 22286.966663544@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
"Mark Hollomon" <mhh(at)nortelnetworks(dot)com> writes:
> configure seems to be having a problem with --without-CXX
> When given, the C++ compiler is set to 'no'.
> This was with CVS as of about 10:00 EDT
Peter E. has been hacking the configure stuff since 7.0. The behavior
is now more consistent with GNU/autoconf standard practice, but not 100%
backwards compatible. I think that --without-CXX is now the default,
and you need to say --with-CXX [=compiler] if you want the C++ code
built.
regards, tom lane
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Bosma | 2000-08-19 06:50:24 | python as procedural language |
| Previous Message | Tom Lane | 2000-08-19 05:22:43 | Re: pg_attribute growing and growing and growing |