Browse thread
[Caml-list] ocaml-pcre et mingw
- Alain.Frisch@e...
[
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: | Alain.Frisch@e... |
| Subject: | [Caml-list] ocaml-pcre et mingw |
Hello, I'm trying to build pcre-ocaml with the mingw port of OCaml for Windows. Has anyone succeeded to do it? My best guess was to compile with "make CFLAGS=-mno-cygwin" and STATIC=yes (in Makefile.conf), but when I try to link a program, I get: $ ocamlfind ocamlc -package pcre -linkpkg -o x x.ml C:/ocamlmgw/lib/site-lib\pcre/libpcre_stubs.a(pcre_stubs.o.b)(.text+0xee7):pcre_ stubs.c: undefined reference to `__ctype_' collect2: ld returned 1 exit status Error while building custom runtime system I guess I have to say somewhere that I want to link for mingw, not cygwin. Can anyone help? Cheers, Alain ------------------- 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