Thread

  1. compilation error on linux mandrake

    Agboh, Charles <charles.agboh@gts.com> — 2000-12-14T17:16:56Z

    
    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
    
    
    
  2. Re: compilation error on linux mandrake

    Tom Lane <tgl@sss.pgh.pa.us> — 2000-12-15T04:26:44Z

    "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
    
    
  3. Re: compilation error on linux mandrake

    Tom Lane <tgl@sss.pgh.pa.us> — 2000-12-15T05:51:08Z

    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
    
    
  4. Re: compilation error on linux mandrake

    D. Jay Newman <jay@sprucegrove.com> — 2000-12-15T05:59:04Z

    >"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
    
    
  5. Re: compilation error on linux mandrake

    Thomas Lockhart <lockhart@alumni.caltech.edu> — 2000-12-15T06:06:57Z

    > > 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