RE: [BUGS] compilation error

2001-04-05 Thread Darren King
> Iam installing postgresql-7.0.3 on solaris sparc 2.7. > > ... > > `/usr/share/src/postgresql-6.5.3/src/backend/lib' > make[1]: *** [lib.dir] Error 2 > make[1]: Leaving directory > `/usr/share/src/postgresql-6.5.3/src/backend' > make: *** [all] Error 2 Looks like there's a little version mixing

Re: [BUGS] compilation error

2001-04-05 Thread Tom Lane
[EMAIL PROTECTED] writes: > stringinfo.c:115: `va_list' undeclared (first use in this function) Try changing src/include/c.h so that and are included unconditionally (near line 53) and remove #include near line 770. Or try 7.1RC2 or later --- these changes are already made for 7.1.

[BUGS] compilation error

2001-04-05 Thread pgsql-bugs
suresh ([EMAIL PROTECTED]) reports a bug with a severity of 2 The lower the number the more severe it is. Short Description compilation error Long Description Hi Iam installing postgresql-7.0.3 on solaris sparc 2.7. In that machine i installed flex, gnu-make ,readline and bison i installed.But

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread D. Jay Newman
>"Agboh, Charles" <[EMAIL PROTECTED]> writes: >> gcc generated a fatal error message. >> gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) I've gotten that error before, and heard that it is do to a swapping/memory problem. Try restarting the compile (a few times if necessary)

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Tom Lane
Thomas Lockhart <[EMAIL PROTECTED]> writes: > I've built PostgreSQL with egcs and gcc-2.95 over and over and over, > without seeing it tickle a compiler bug. Ditto... but I don't recognize the gcc compiler version he mentioned. It might be one of those not-so-stable releases.

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Thomas Lockhart
> > gcc generated a fatal error message. > > gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) > > Can you help? > You're complaining to the wrong people. See the gcc documentation for > their bug-reporting address. I've built PostgreSQL with egcs and gcc-2.95 over and over an

Re: [BUGS] compilation error on linux mandrake

2000-12-14 Thread Tom Lane
"Agboh, Charles" <[EMAIL PROTECTED]> writes: > gcc generated a fatal error message. > gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) Yipes. > Can you help? You're complaining to the wrong people. See the gcc documentation for their bug-reporting address.

[BUGS] compilation error on linux mandrake

2000-12-14 Thread Agboh, Charles
gcc version : pgcc 2-19.66 flex version: 2.5.4 linux kernal: 2.2.13-4mdk postgresql version: 7.0.2 processor: Intel P120 w/40 M RAM Problem: --- gcc generated a fatal error message. gcc: Internal compiler error: program cc1 got fatal signal 11 (segv) Can you help? -charles ---