From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7575 invoked by alias); 26 Nov 2014 22:53:31 -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 7511 invoked by uid 48); 26 Nov 2014 22:53:26 -0000 From: "howarth at bromo dot med.uc.edu" To: gcc-bugs@gcc.gnu.org Subject: [Bug jit/64089] libgccjit.so.0.0.1 linkage failure on darwin Date: Wed, 26 Nov 2014 22:53:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gcc X-Bugzilla-Component: jit X-Bugzilla-Version: 5.0 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: howarth at bromo dot med.uc.edu X-Bugzilla-Status: UNCONFIRMED X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: dmalcolm 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: 2014-11/txt/msg03182.txt.bz2 https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64089 --- Comment #4 from howarth at bromo dot med.uc.edu --- We are testing in gcc/configure for... configure:14564: checking for -exported_symbols_list linker flag configure:14584: /sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/xgcc -B/sw/src/fink.build/gcc50-5.0.0-1000/darwin_objdir/./prev-gcc/ -B/sw/lib/gcc5.0/x86_64-apple-darwin14.1.0/bin/ -B/sw/lib/gcc5.0/x86_64-apple-darwin14.1.0/bin/ -B/sw/lib/gcc5.0/x86_64-apple-darwin14.1.0/lib/ -isystem /sw/lib/gcc5.0/x86_64-apple-darwin14.1.0/include -isystem /sw/lib/gcc5.0/x86_64-apple-darwin14.1.0/sys-include -o conftest -g -O2 -I/sw/include -static-libstdc++ -static-libgcc -Wl,-no_pie -Wl,-exported_symbols_list,conftest.sym conftest.c >&5 configure:14584: $? = 0 configure:14594: result: yes Can we leverage this test to append the correct linker flags for libgccjit.so.0.0.1 on darwin?