• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Xcode 2.5, ppc, link errors
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 2.5, ppc, link errors


  • Subject: Xcode 2.5, ppc, link errors
  • From: "Robert J. Lang" <email@hidden>
  • Date: Thu, 07 Feb 2008 21:22:30 -0800
  • Thread-topic: Xcode 2.5, ppc, link errors

Hi,

I've been getting a series of link errors in the ppc build of an app that
built OK several months (and one or two Xcode versions) ago: the error log
is below. The i386 builds work fine. Based on the missing symbol names, it
seems like maybe I missed some setting when Xcode updated the project? Any
suggestions for directions to explore would be most appreciated.

Thanks,
Robert
------------------
Checking Dependencies
Ld
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/Deployment
/VirtualCherry.app/Contents/MacOS/VirtualCherry normal ppc
    cd /Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac
    setenv MACOSX_DEPLOYMENT_TARGET 10.3
    setenv NEXT_ROOT /Developer/SDKs/MacOSX10.4u.sdk
    /usr/bin/g++-3.3 -o
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/Deployment
/VirtualCherry.app/Contents/MacOS/VirtualCherry
-L/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/Deployme
nt -Lbuild/wxMac/src/build/Deployment
-L/Developer/SDKs/MacOSX10.4u.sdk/usr/lib/gcc/darwin/3.3
-F/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/Deployme
nt -filelist
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/VirtualCherry.Li
nkFileList -framework Carbon -framework System -framework AGL -framework
OpenGL -framework QuickTime -framework IOKit -lwx_mac_static -framework
AppKit -framework WebKit -arch ppc -Wl,-Y,1455 -mmacosx-version-min=10.3 -lz
-liconv -Wl,-syslibroot,/Developer/SDKs/MacOSX10.4u.sdk

ld: Undefined symbols:
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE
__ZNSt24__default_alloc_templateILb1ELi0EE22_S_node_allocator_lockE
__ZNSt24__default_alloc_templateILb1ELi0EE9_S_refillEm
__ZNSt24__default_alloc_templateILb1ELi0EE8allocateEm
__ZNSs20_S_empty_rep_storageE
__ZNSt15basic_streambufIcSt11char_traitsIcEEC4Ev
__ZNSt15basic_streambufIcSt11char_traitsIcEED4Ev
__ZNSaIcED4Ev
__ZNSs4_Rep9_S_createEmRKSaIcE
__ZNSsD4Ev
__ZNSt24__default_alloc_templateILb1ELi0EE5_LockD4Ev
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GradeUtils.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GradeUtils.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GradeUtils.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GradeUtils.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE22_S_node_allocator_lockE
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GradeUtils.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE9_S_refillEm
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GraphicContext.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE10deallocateEPvm
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GraphicContext.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_force_newE
/Users/rjlang/C++Projects/VirtualCherry_1/VirtualCherry/mac/build/VirtualChe
rry.build/Deployment/VirtualCherry.build/Objects-normal/ppc/GraphicContext.o
reference to undefined
__ZNSt24__default_alloc_templateILb1ELi0EE12_S_free_listE
<snip>


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Xcode 2.5, ppc, link errors
      • From: John Brownie <email@hidden>
  • Prev by Date: Re: libPng.dylib: "file is not of required architecture"
  • Next by Date: Re: Xcode 2.5, ppc, link errors
  • Previous by thread: Re: libPng.dylib: "file is not of required architecture"
  • Next by thread: Re: Xcode 2.5, ppc, link errors
  • Index(es):
    • Date
    • Thread