[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bugs #11678] GWorkspace doesn't compile with recent Darwin linker versi
From: |
Quentin Mathé |
Subject: |
[bugs #11678] GWorkspace doesn't compile with recent Darwin linker versions |
Date: |
Fri, 21 Jan 2005 11:14:26 +0000 |
User-agent: |
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; fr-fr) AppleWebKit/125.5.5 (KHTML, like Gecko) Safari/125.12 |
This is an automated notification sent by Savannah.
It relates to:
bugs #11678, project GNUstep
==============================================================================
OVERVIEW of bugs #11678:
==============================================================================
URL:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11678>
Summary: GWorkspace doesn't compile with recent Darwin
linker versions
Project: GNUstep
Submitted by: qmathe
Submitted on: ven 21.01.2005 Ã 11:14
Category: Application
Severity: 9 - Blocker
Item Group: Bug
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
_______________________________________________________
FSF GCC 3.3.5 with Xcode 1.5 developer tools
GWorkspace compilation on Mac OS X fails at the linking because the last
Darwin linker version doesn't accept to link an application with multiple
definitions of a symbol like a class, a category etc.
Here the problem seems to result from a class NSAppIconView which exists in
both Recycler and -gui library.
Reported error :
Linking app Recycler ...
/usr/bin/ld: multiple definitions of symbol ___objc_class_name_NSAppIconView
./shared_obj/Recycler.o definition of ___objc_class_name_NSAppIconView in
section (__TEXT,__const)
/GNUstep/System/Library/Libraries//libgnustep-gui.dylib(single module)
definition of ___objc_class_name_NSAppIconView
collect2: ld returned 1 exit status
==============================================================================
This item URL is:
<http://savannah.gnu.org/bugs/?func=detailitem&item_id=11678>
_______________________________________________
Message posté via/par Savannah
http://savannah.gnu.org/
- [bugs #11678] GWorkspace doesn't compile with recent Darwin linker versions,
Quentin Mathé <=