bug-gnustep
[Top][All Lists]
Advanced

[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 21:54:05 +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

==============================================================================
 LATEST MODIFICATIONS of bugs #11678:
==============================================================================

               Posted by: Quentin Mathé <qmathe>
               Posted on: 2005-01-21 21:54 (GMT)
    _______________________________________________________

Follow-up Comment:
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.

==============================================================================
 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: Fixed
                 Privacy: Public
             Assigned to: esersale
             Open/Closed: Closed

    _______________________________________________________


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

    _______________________________________________________

Follow-up Comments:


-------------------------------------------------------
Date: ven 21.01.2005 à 21:54        By: Quentin Mathé <qmathe>
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.

-------------------------------------------------------
Date: ven 21.01.2005 à 12:38        By: Enrico Sersale <esersale>
I can't test on OS X but it should be fixed.








==============================================================================

This item URL is:
  <http://savannah.gnu.org/bugs/?func=detailitem&item_id=11678>

_______________________________________________
  Message posté via/par Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]