Browse thread
[Caml-list] Problem linking on cygwin
- Dan Stanger
[
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: | Dan Stanger <dan.stanger@i...> |
| Subject: | [Caml-list] Problem linking on cygwin |
I have the following problem building my executable: bash-2.04$ make -f Makefile.win32 /usr/local/bin/ocamlc.exe -o ./bin/maple_2_mupad maple_lexer.cmo stringtabl e.cmo maple.cmo maple_parser.cmo mpl2mup.cmo maple_2_mupad.cmo str.cma I/O error: ./bin/maple_2_mupad: No such file or directory make: *** [bin/maple_2_mupad] Error 2 What seems to happen is that the file maple_2_mupad is not renamed from maple_2_mupad.exe This problem occured when I tried to use the library str.cma, when I tried to link without it, after commenting out the code that used str, it worked ok. Any help would be appreciated. Following is my version of gcc bash-2.04$ gcc -v Reading specs from /usr/lib/gcc-lib/i686-pc-cygwin/2.95.2-5/specs gcc version 2.95.2-5 19991024 (cygwin experimental) Thanks, Dan Stanger ------------------- Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr