caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* binding, compilation on mac os
@ 2008-02-17 18:20 Florent Monnier
  2008-02-18  8:22 ` [Caml-list] " Olivier Andrieu
  0 siblings, 1 reply; 2+ messages in thread
From: Florent Monnier @ 2008-02-17 18:20 UTC (permalink / raw)
  To: caml-list

Hi,
someone is trying to compile one of my binding on Mac OS, and reported me some 
problems, the main one is this error with this command:

ocamlopt allegro.cmxa exhello.ml -o exhello

<snip>
/usr/bin/ld: Undefined symbols:
.objc_class_name_NSApplication
.objc_class_name_NSAutoreleasePool
.objc_class_name_NSBundle
.objc_class_name_NSConstantString
.objc_class_name_NSFileManager
.objc_class_name_NSMenu
.objc_class_name_NSMenuItem
.objc_class_name_NSObject
.objc_class_name_NSProcessInfo
.objc_class_name_NSThread
_CFDictionaryGetValue
_CFNumberGetValue
_CGDisplayCurrentMode
_CGDisplaySetPalette
_CGMainDisplayID
_FSGetCatalogInfo
_GetProcessBundleLocation
_NSApp
__NSConstantStringClassReference
___CFStringMakeConstantString
__mangled_main_address
_objc_msgSend
_caml_atom_table
_caml_static_data_end
_caml_static_data_start
_caml_code_area_end
_caml_code_area_start
collect2: ld returned 1 exit status
Error during linking
</snip>


here is the Makefile of the binding:
http://www.linux-nantes.fr.eu.org/~fmonnier/OCaml/Allegro/Makefile

Does someone have an idea about this problem ?

-- 


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-02-18  8:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-02-17 18:20 binding, compilation on mac os Florent Monnier
2008-02-18  8:22 ` [Caml-list] " Olivier Andrieu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).