Advertisement
Guest User

Untitled

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