[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33189] Linking broken with subprojects and Clang
From: |
Chris Armstrong |
Subject: |
[bug #33189] Linking broken with subprojects and Clang |
Date: |
Sun, 01 May 2011 23:36:00 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16) Gecko/20110323 Ubuntu/10.04 (lucid) Firefox/3.6.16 |
Follow-up Comment #2, bug #33189 (project gnustep):
I found the same problem too. Unfortunately, I upgraded gnustep-make and clang
at the same time, so I don't know what the cause is.
I do know that:
* clang 2.8 doesn't suffer from this issue
* clang 2.9 and clang SVN does
I ended up patching clang so that it passes the '-r' option to the linker,
which partially removes this problem. I still have runtime errors with clang
on builtins (e.g. memset()), so I disabled them too (-fno-builtin).
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33189>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [bug #33189] Linking broken with subprojects and Clang, Quentin Mathé, 2011/05/01
- [bug #33189] Linking broken with subprojects and Clang, Quentin Mathé, 2011/05/01
- [bug #33189] Linking broken with subprojects and Clang,
Chris Armstrong <=
- [bug #33189] Linking broken with subprojects and Clang, Nicola Pero, 2011/05/02
- [bug #33189] Linking broken with subprojects and Clang, Quentin Mathé, 2011/05/03
- [bug #33189] Linking broken with subprojects and Clang, Nicola Pero, 2011/05/03
- [bug #33189] Linking broken with subprojects and Clang, Quentin Mathé, 2011/05/03
- [bug #33189] Linking broken with subprojects and Clang, Nicola Pero, 2011/05/23