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/



_______________________________________________
Bug-gnustep mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gnustep

Reply via email to