| From: | Doug McNaught <doug(at)wireboard(dot)com> |
|---|---|
| To: | jtp <john(at)akadine(dot)com> |
| Cc: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: compiling on sco |
| Date: | 2002-02-11 18:49:56 |
| Message-ID: | m34rknyht7.fsf@varsoon.denali.to |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
jtp <john(at)akadine(dot)com> writes:
> we're attempting to compile postgres on a box running open server 5 using
> sco's development tools and gnu's make (gmake). somewhere in the make it
> came back with the following lines from which we can't discern the
> errors? can anyone help point this out? or is sco a hopeless cause?
> (it's 7.0.3 that's being installed for compatibility reasons)
Looks like an internal compiler error with the SCO cc. What a
surprise. You might consider installing GCC and using that to compile
PG, which might work better. The gotcha there is you may have trouble
linking SCO-compiled client apps with GCC-compiled PG libraries.
-Doug
--
Let us cross over the river, and rest under the shade of the trees.
--T. J. Jackson, 1863
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-02-11 18:50:05 | Re: getting currval from a sequence |
| Previous Message | Darren Ferguson | 2002-02-11 18:30:31 | Re: getting currval from a sequence - BUG ? |