[ADMIN] error on build from source

2004-01-17 Thread kdyke
Hi, Postgres will not build on a Slackware-9.1 system. make[3]: *** [utf8_and_gb18030.o] Error 1 make[3]: Leaving directory `/usr/src/postgresql-7.4.1/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' make[2]: *** [all] Error 2 make[2]: Leaving directory `/usr/src/postgresql-7.4.1/src/ba

Re: [ADMIN] error on build from source

2004-01-17 Thread Tom Lane
[EMAIL PROTECTED] writes: > Postgres will not build on a Slackware-9.1 system. > make[3]: *** [utf8_and_gb18030.o] Error 1 > make[3]: Leaving directory > `/usr/src/postgresql-7.4.1/src/backend/utils/mb/conversion_procs/utf8_and_gb18030' You have omitted all trace of what the actual problem is :-

Re: [ADMIN] error on build from source

2004-01-18 Thread kdyke
On Sat, Jan 17, 2004 at 10:30:13PM -0500, Tom Lane ([EMAIL PROTECTED]) wrote: > You have omitted all trace of what the actual problem is :-( [snip many screenfuls of compiler output] make[3]: Entering directory `/usr/src/postgresql-7.4.1/src/backend/utils/mb/conversion_procs/utf8_and_cyrillic' gc

Re: [ADMIN] error on build from source

2004-01-18 Thread Peter Eisentraut
[EMAIL PROTECTED] wrote: > Internal error: Killed (program cc1) > Please submit a full bug report. > See http://gcc.gnu.org/bugs.html> for instructions. There you go. ---(end of broadcast)--- TIP 5: Have you checked our extensive FAQ?

Re: [ADMIN] error on build from source

2004-01-18 Thread kdyke
On Sun, Jan 18, 2004 at 11:10:58AM +0100, Peter Eisentraut ([EMAIL PROTECTED]) wrote: > [EMAIL PROTECTED] wrote: > > Internal error: Killed (program cc1) > > Please submit a full bug report. > > See http://gcc.gnu.org/bugs.html> for instructions. > > There you go. Postgres killed it. I'm in the

Re: [ADMIN] error on build from source

2004-01-18 Thread Tom Lane
[EMAIL PROTECTED] writes: > On Sun, Jan 18, 2004 at 11:10:58AM +0100, Peter Eisentraut ([EMAIL PROTECTED]) wrote: >> [EMAIL PROTECTED] wrote: >>> Internal error: Killed (program cc1) >>> Please submit a full bug report. >>> See http://gcc.gnu.org/bugs.html> for instructions. >> >> There you go. >