[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33189] Linking broken with subprojects and Clang
From: |
Nicola Pero |
Subject: |
[bug #33189] Linking broken with subprojects and Clang |
Date: |
Mon, 02 May 2011 10:35:46 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux x86_64; en-GB; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16 |
Follow-up Comment #3, bug #33189 (project gnustep):
gnustep-make 2.6.0 is supposed to try and detect if you're using GCC or clang
at configure time.
If you're using GCC, it will do the partial linking using -r, while if you're
using clang, it will do the partial linking using -Wl,-r.
What is the output of gnustep-make's configure ? In particular,
the line --
checking for the flag to use to do partial linking... -r
(that's the output for GCC on my machine). In the case of
clang, that should read
checking for the flag to use to do partial linking... -Wl,-r
You can still edit config.make manually and change it to the
other one, but it's all supposed to work automatically.
Thanks
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33189>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/