Advertisement
Guest User

Untitled

a guest
May 29th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.57 KB | None | 0 0
  1. ocamlfind ocamlopt -linkpkg -package pcre -package sdl.sdlimage -package sdl -package batteries -package oUnit -package lablgl.glut -package lablgl mu.cmx graphGL.cmx imageSet.cmx muMap.cmx muSet.cmx point.cmx pointGraph.cmx graphdisplay.cmx -o graphdisplay.native
  2. Undefined symbols for architecture x86_64:
  3. "_CFBundleCopyBundleURL", referenced from:
  4. -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  5. "_CFBundleGetInfoDictionary", referenced from:
  6. _main in libSDLmain.a(SDLMain.o)
  7. "_CFBundleGetMainBundle", referenced from:
  8. -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  9. _main in libSDLmain.a(SDLMain.o)
  10. "_CFRelease", referenced from:
  11. -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  12. "_CFURLCreateCopyDeletingLastPathComponent", referenced from:
  13. -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  14. "_CFURLGetFileSystemRepresentation", referenced from:
  15. -[SDLMain setupWorkingDirectory:] in libSDLmain.a(SDLMain.o)
  16. "_CPSEnableForegroundOperation", referenced from:
  17. _main in libSDLmain.a(SDLMain.o)
  18. "_CPSGetCurrentProcess", referenced from:
  19. _main in libSDLmain.a(SDLMain.o)
  20. "_CPSSetFrontProcess", referenced from:
  21. _main in libSDLmain.a(SDLMain.o)
  22. "_NSAllocateMemoryPages", referenced from:
  23. -[NSString(ReplaceSubString) stringByReplacingRange:with:] in libSDLmain.a(SDLMain.o)
  24. "_NSApp", referenced from:
  25. _main in libSDLmain.a(SDLMain.o)
  26. "_NSDeallocateMemoryPages", referenced from:
  27. -[NSString(ReplaceSubString) stringByReplacingRange:with:] in libSDLmain.a(SDLMain.o)
  28. "_OBJC_CLASS_$_NSApplication", referenced from:
  29. l_OBJC_$_CATEGORY_NSApplication_$_SDLApplication in libSDLmain.a(SDLMain.o)
  30. objc-class-ref in libSDLmain.a(SDLMain.o)
  31. "_OBJC_CLASS_$_NSAutoreleasePool", referenced from:
  32. objc-class-ref in libSDLmain.a(SDLMain.o)
  33. "_OBJC_CLASS_$_NSMenu", referenced from:
  34. objc-class-ref in libSDLmain.a(SDLMain.o)
  35. "_OBJC_CLASS_$_NSMenuItem", referenced from:
  36. objc-class-ref in libSDLmain.a(SDLMain.o)
  37. "_OBJC_CLASS_$_NSObject", referenced from:
  38. _OBJC_CLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  39. "_OBJC_CLASS_$_NSProcessInfo", referenced from:
  40. objc-class-ref in libSDLmain.a(SDLMain.o)
  41. "_OBJC_CLASS_$_NSString", referenced from:
  42. l_OBJC_$_CATEGORY_NSString_$_ReplaceSubString in libSDLmain.a(SDLMain.o)
  43. objc-class-ref in libSDLmain.a(SDLMain.o)
  44. "_OBJC_METACLASS_$_NSObject", referenced from:
  45. _OBJC_METACLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  46. "___CFConstantStringClassReference", referenced from:
  47. CFString in libSDLmain.a(SDLMain.o)
  48. CFString in libSDLmain.a(SDLMain.o)
  49. CFString in libSDLmain.a(SDLMain.o)
  50. CFString in libSDLmain.a(SDLMain.o)
  51. CFString in libSDLmain.a(SDLMain.o)
  52. CFString in libSDLmain.a(SDLMain.o)
  53. CFString in libSDLmain.a(SDLMain.o)
  54. ...
  55. "__objc_empty_cache", referenced from:
  56. _OBJC_METACLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  57. _OBJC_CLASS_$_SDLMain in libSDLmain.a(SDLMain.o)
  58. "_objc_msgSend", referenced from:
  59. -[SDLMain application:openFile:] in libSDLmain.a(SDLMain.o)
  60. -[SDLMain applicationDidFinishLaunching:] in libSDLmain.a(SDLMain.o)
  61. -[NSString(ReplaceSubString) stringByReplacingRange:with:] in libSDLmain.a(SDLMain.o)
  62. _main in libSDLmain.a(SDLMain.o)
  63. ld: symbol(s) not found for architecture x86_64
  64. clang: error: linker command failed with exit code 1 (use -v to see invocation)
  65. File "caml_startup", line 1:
  66. Error: Error during linking
  67. Command exited with code 2.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement