Georg Weissenbacher wrote:
p[
gcc -bundle -bundle_loader /Users/georg/fm/mosml/camlrunm -o libmregex.so
regex-0.12/regex.o mregex.o
ld: Undefined symbols:
_alloc
[]
though the functions alloc, alloc_final, alloc_tuple are in alloc.c which is
compiled to alloc.o and linked (with some other object files) to camlrunm.
When I omit the -bundle_loader option and use -flat_namespace -undefined
suppress I get a similar error message when the libary is actually loaded:

You could try: 1. -undefined dynamic_lookup 2. contact the maintainer

--
Martin


------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ Fink-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to