compilation error on linux mandrake

Started by Agboh, Charlesover 25 years ago5 messagesbugs
Jump to latest
#1Agboh, Charles
Charles.Agboh@gts.com

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
------------8-)-----------
Charles Agboh
GTS Network services
IP Engineering
RFC822: charles.agboh@gts.com
Tel: +32 (0) 2 658 4243
mobile: +32 495 58 52 67
Fax: +32(0) 2 658 5118
http://www.gtsgroup.com

Quan Yin Method

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Agboh, Charles (#1)
Re: compilation error on linux mandrake

"Agboh, Charles" <Charles.Agboh@gts.com> 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.

regards, tom lane

#3Tom Lane
tgl@sss.pgh.pa.us
In reply to: Agboh, Charles (#1)
Re: compilation error on linux mandrake

Thomas Lockhart <lockhart@alumni.caltech.edu> 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.

regards, tom lane

#4D. Jay Newman
jay@sprucegrove.com
In reply to: Tom Lane (#2)
Re: compilation error on linux mandrake

"Agboh, Charles" <Charles.Agboh@gts.com> 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).

I hope this helps.
--
D. Jay Newman ! For the pleasure and the profit it derives
jay@sprucegrove.com ! I arrange things, like furniture, and
http://www.sprucegrove.com/~jay/ ! daffodils, and ...lives. -- Hello Dolly

#5Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Agboh, Charles (#1)
Re: compilation error on linux mandrake

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 and over,
without seeing it tickle a compiler bug. You might have some bad memory?
That old 120MHz Pentium must be puffing pretty hard trying to compile
this...

- Thomas