From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105067 invoked by alias); 19 Oct 2015 11:34:36 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 105015 invoked by uid 48); 19 Oct 2015 11:34:32 -0000 From: "josephpattara at gmail dot com" To: gcc-bugs@gcc.gnu.org Subject: [Bug target/61577] [4.9.0] can't compile on hp-ux v3 ia64 Date: Mon, 19 Oct 2015 11:34:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: target X-Bugzilla-Version: 4.9.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: major X-Bugzilla-Who: josephpattara at gmail dot com X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Resolution: X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: unassigned at gcc dot gnu.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://gcc.gnu.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-10/txt/msg01490.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61577 --- Comment #5 from Joseph John --- I am still struggling to compiler any version giver than GCC 4.9.0 on ia64 platform still but as far as this issue is concerned I was able to get pass the LD abort when I used the below options for configure: CC="gcc -mlp64" CXX="g++ -mlp64" With this option I was able to pass the linker abort just after the libbackend.a creation but I run into a segmentation error which I believe is the documented issue at https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64919