[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | John Carr <jfc@M...> |
| Subject: | Re: [Caml-list] using ocamlopt with -cc cc |
ocaml was compiled with gcc and therefore the ocaml runtime library depends on the gcc runtime library. You can recompile ocaml (or at least libasmrun.a) with cc, or link with `gcc -print-libgcc-file-name`. > Undefined first referenced > symbol in file > __ashldi3 /tmp1/daume/lib/ocaml/libasmrun.a(ints.o) ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners