• 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 1.5: Incomplete Accelerate.framework in MacosX10.3.0.sdk?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Xcode 1.5: Incomplete Accelerate.framework in MacosX10.3.0.sdk?


  • Subject: Xcode 1.5: Incomplete Accelerate.framework in MacosX10.3.0.sdk?
  • From: j o a r <email@hidden>
  • Date: Mon, 14 Feb 2005 00:09:34 +0100

Hej,

I got linker errors when I tried to enable the Mac OS X 10.3 SDK for one of my projects. It seems that the SDK is missing a couple of libraries in Accelerate.framework (see build log below)?

This is not really an issue now, as I can just disable the SDK as long as I compile on Panther, but it should be fixed before Tiger is released!

j o a r

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

Native Build of Target "SDKTest"

ProcessPCH /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SharedCaches/SDKTest_Prefix-cbvjpgzahwctphbqixgjkckvmgef/ SDKTest_Prefix.pch.gch SDKTest_Prefix.pch normal ppc objective-c com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.0.sdk
cd /Volumes/Local/Users/joar.wingfors/Desktop/SDKTest
/usr/bin/gcc-3.3 -x objective-c-header -arch ppc -pipe -Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4 -fmessage-length=0 -ffix-and-continue -mdynamic-no-pic -F/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build -I/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/include -isystem /Developer/SDKs/MacOSX10.3.0.sdk/usr/include -I/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SDKTest.build/DerivedSources -Wp,-header-mapfile,/Volumes/Local/Users/joar.wingfors/Documents/ Developer/Build/SDKTest.build/SDKTest.build/SDKTest.hmap -c SDKTest_Prefix.pch -o /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SharedCaches/SDKTest_Prefix-cbvjpgzahwctphbqixgjkckvmgef/ SDKTest_Prefix.pch.gch


CompileC /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SDKTest.build/Objects-normal/ppc/main.o main.m normal ppc objective-c com.apple.compilers.gcc.3_3
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.0.sdk
cd /Volumes/Local/Users/joar.wingfors/Desktop/SDKTest
/usr/bin/gcc-3.3 -x objective-c -arch ppc -pipe -Wno-trigraphs -fasm-blocks -fpascal-strings -g -O0 -mtune=G4 -fmessage-length=0 -ffix-and-continue -mdynamic-no-pic -F/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build -I/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/include -isystem /Developer/SDKs/MacOSX10.3.0.sdk/usr/include -I/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SDKTest.build/DerivedSources -Wp,-header-mapfile,/Volumes/Local/Users/joar.wingfors/Documents/ Developer/Build/SDKTest.build/SDKTest.build/SDKTest.hmap -include /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SharedCaches/SDKTest_Prefix-cbvjpgzahwctphbqixgjkckvmgef/ SDKTest_Prefix.pch -c /Volumes/Local/Users/joar.wingfors/Desktop/SDKTest/main.m -o /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SDKTest.build/Objects-normal/ppc/main.o


Ld /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.app/Contents/MacOS/SDKTest
setenv MACOSX_DEPLOYMENT_TARGET 10.3
setenv NEXT_ROOT /Developer/SDKs/MacOSX10.3.0.sdk
cd /Volumes/Local/Users/joar.wingfors/Desktop/SDKTest
/usr/bin/gcc-3.3 -o /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.app/Contents/MacOS/SDKTest -L/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build -L/Developer/SDKs/MacOSX10.3.0.sdk/usr/lib/gcc/darwin/3.3 -F/Volumes/Local/Users/joar.wingfors/Documents/Developer/Build -filelist /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.build/SDKTest.build/Objects-normal/SDKTest.LinkFileList -framework Cocoa -framework Message -arch ppc -prebind -Wl,-no_arch_warnings
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: warning prebinding disabled because dependent library: /Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvMisc.dylib can't be searched
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libvDSP.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libBLAS.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)
ld: warning can't open dynamic library: /Developer/SDKs/MacOSX10.3.0.sdk/System/Library/Frameworks/ Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/ libLAPACK.dylib (checking for undefined symbols may be affected) (No such file or directory, errno = 2)


Touch /Volumes/Local/Users/joar.wingfors/Documents/Developer/Build/ SDKTest.app

Attachment: smime.p7s
Description: S/MIME cryptographic signature

 _______________________________________________
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 1.5: Incomplete Accelerate.framework in MacosX10.3.0.sdk?
      • From: Syd Polk <email@hidden>
  • Prev by Date: Shark 4.0.2 and CW 9.3
  • Next by Date: ZeroLink + bundle_loader, a bad combination?
  • Previous by thread: Shark 4.0.2 and CW 9.3
  • Next by thread: Re: Xcode 1.5: Incomplete Accelerate.framework in MacosX10.3.0.sdk?
  • Index(es):
    • Date
    • Thread