ld fails with signal 4 on fortran77 compile

From: Mindy Preston (mpreston_at_ssec.wisc.edu)
Date: 03/23/05

  • Next message: David Bear: "setting time zone"
    Date: Wed, 23 Mar 2005 11:53:07 -0600
    To: redhat-list@redhat.com
    
    

    All,

    I was hoping someone could give me some insight on a strange problem I'm
    seeing on a Redhat Enterprise 3 WS system. It has a "twin", with the
    same hardware and software versions (including binutils, glibc, and gcc,
    as well as their devel versions), on which the following Fortran 77
    program compiles and runs with no problem:

            PROGRAM TESTP

            PRINT*,'START'
            PRINT*,'STOP'

            STOP
            END

    However, on the system in question, "g77 testp.f -o testp" fails with:
    collect2: ld terminated with signal 4 [Illegal instruction]

    Has anyone seen behavior like this before? Any hints as to what I
    should investigate?

    Thanks,
    Mindy Preston

    -- 
    redhat-list mailing list
    unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe
    https://www.redhat.com/mailman/listinfo/redhat-list
    

  • Next message: David Bear: "setting time zone"