Skip to content

Instantly share code, notes, and snippets.

@alecgorge
Created August 14, 2010 04:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save alecgorge/523976 to your computer and use it in GitHub Desktop.
Save alecgorge/523976 to your computer and use it in GitHub Desktop.
ld: warning: in /usr/lib/haxe/lib/nme/1,0,2/ndll/iPhone/libNME.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libfreetype.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libjpeg.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libogg.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libpng.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libSDL.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libSDL_image.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libSDL_mixer.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libSDL_ttf.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libvorbis.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /Users/alec/Documents/haxe/static-sdl/sdl-static-read-only/libz.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/lib/haxe/lib/hxcpp/2,05,1/bin/iPhone/libregexp.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/lib/haxe/lib/hxcpp/2,05,1/bin/iPhone/libstd.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
ld: warning: in /usr/lib/haxe/lib/hxcpp/2,05,1/bin/iPhone/libzlib.iphoneos.a, file was built for unsupported file format which is not the architecture being linked (i386)
Undefined symbols:
".objc_class_name_NSBundle", referenced from:
literal-pointer@__OBJC@__cls_refs@NSBundle in libSDL.iphonesim.a(SDL_uikitappdelegate.o)
".objc_class_name_CAEAGLLayer", referenced from:
literal-pointer@__OBJC@__cls_refs@CAEAGLLayer in libSDL.iphonesim.a(SDL_uikitopenglview.o)
".objc_class_name_NSAutoreleasePool", referenced from:
literal-pointer@__OBJC@__cls_refs@NSAutoreleasePool in libSDL.iphonesim.a(SDL_uikitappdelegate.o)
".objc_class_name_UIAccelerometer", referenced from:
literal-pointer@__OBJC@__cls_refs@UIAccelerometer in libSDL.iphonesim.a(SDLUIAccelerationDelegate.o)
".objc_class_name_NSObject", referenced from:
.objc_class_name_SDLUIKitDelegate in libSDL.iphonesim.a(SDL_uikitappdelegate.o)
.objc_class_name_SDLUIAccelerationDelegate in libSDL.iphonesim.a(SDLUIAccelerationDelegate.o)
".objc_class_name_UIWindow", referenced from:
literal-pointer@__OBJC@__cls_refs@UIWindow in libSDL.iphonesim.a(SDL_uikitwindow.o)
".objc_class_name_NSDictionary", referenced from:
literal-pointer@__OBJC@__cls_refs@NSDictionary in libSDL.iphonesim.a(SDL_uikitopenglview.o)
".objc_class_name_NSNumber", referenced from:
literal-pointer@__OBJC@__cls_refs@NSNumber in libSDL.iphonesim.a(SDL_uikitopenglview.o)
".objc_class_name_NSFileManager", referenced from:
literal-pointer@__OBJC@__cls_refs@NSFileManager in libSDL.iphonesim.a(SDL_uikitappdelegate.o)
".objc_class_name_UIScreen", referenced from:
literal-pointer@__OBJC@__cls_refs@UIScreen in libSDL.iphonesim.a(SDL_uikitopengles.o)
literal-pointer@__OBJC@__cls_refs@UIScreen in libSDL.iphonesim.a(SDL_uikitwindow.o)
".objc_class_name_EAGLContext", referenced from:
literal-pointer@__OBJC@__cls_refs@EAGLContext in libSDL.iphonesim.a(SDL_uikitopengles.o)
literal-pointer@__OBJC@__cls_refs@EAGLContext in libSDL.iphonesim.a(SDL_uikitopenglview.o)
".objc_class_name_UIView", referenced from:
.objc_class_name_SDL_uikitview in libSDL.iphonesim.a(SDL_uikitview.o)
".objc_class_name_UIApplication", referenced from:
literal-pointer@__OBJC@__cls_refs@UIApplication in libSDL.iphonesim.a(SDL_uikitappdelegate.o)
literal-pointer@__OBJC@__cls_refs@UIApplication in libSDL.iphonesim.a(SDL_uikitwindow.o)
ld: symbol(s) not found
collect2: ld returned 1 exit status
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment