bugGNUstep - Bugs: bug #11678, GWorkspace doesn't compile with...

Group
 
 

bug #11678: GWorkspace doesn't compile with recent Darwin linker versions

Submitter:  Quentin Mathé <qmathe>
Submitted:  Fri 21 Jan 2005 11:14:25 AM UTC
   
 
Category:  Application Severity:  6 - Security
Item Group:  Bug Status:  Fixed
Privacy:  Public Assigned to:  esersale
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 21 Jan 2005 09:54:04 PM UTC, comment #2: 

Well Recycler is now correctly linked, but the linking still doesn't fully succeed because of an identical issue later…

Linking app GWorkspace ...
/usr/bin/ld: multiple definitions of symbol _myrintf
./shared_obj/GWFunctions.o definition of _myrintf in section (__TEXT,__text)
../FSNode/FSNode.framework/Versions/Current/./libFSNode.dylib(single module) definition of _myrintf
collect2: ld returned 1 exit status

I haven't reopened the bug report.

Quentin Mathé <qmathe>
Group Member
Fri 21 Jan 2005 12:38:56 PM UTC, comment #1: 

I can't test on OS X but it should be fixed.

Enrico Sersale <esersale>
Group Member
Fri 21 Jan 2005 11:14:25 AM UTC, original submission:  

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

Quentin Mathé <qmathe>
Group Member

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

Only logged-in users can vote.

 

Follow 3 latest changes.

Date Changed by Updated Field Previous Value => Replaced by
2005-01-21 esersale StatusNone Fixed
    Assigned toNone esersale
    Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code