| Anonymous | Login | Signup for a new account | 2013-06-19 04:46 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
| 0005638 | OCaml | OCaml internal build/install (Makefiles, configure) | public | 2012-06-08 14:49 | 2012-06-08 14:55 | |||||||
| Reporter | esther | |||||||||||
| Assigned To | frisch | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | have not tried | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | |||||||||||
| Summary | 0005638: OCaml-4 : Win32 with Microsoft SDK port installation | |||||||||||
| Description | The target installoptopt in Makefile.nt fails with the following error message: cp compilerlibs/ocamlcommon.cmxa compilerlibs/ocamlcommon.a \ compilerlibs/ocamlbytecomp.cmxa compilerlibs/ocamlbytecomp.a \ compilerlibs/ocamloptcomp.cmxa compilerlibs/ocamloptcomp.a \ C:/ocamlms2/lib/compiler-libs cp: cannot stat `compilerlibs/ocamlcommon.a': No such file or directory cp: cannot stat `compilerlibs/ocamlbytecomp.a': No such file or directory cp: cannot stat `compilerlibs/ocamloptcomp.a': No such file or directory Makefile.nt:246: recipe for target `installoptopt' failed In fact, for msvc, lib files have extension .lib and not .a So the fix is to replace these .a extensions in the Makefile by .$(A) | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Notes |
|
|
(0007526) frisch (developer) 2012-06-08 14:55 |
Well spotted! Fixed in trunk (r12587) and 4.00 (r12588). |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2012-06-08 14:49 | esther | New Issue | |
| 2012-06-08 14:52 | frisch | Assigned To | => frisch |
| 2012-06-08 14:52 | frisch | Status | new => assigned |
| 2012-06-08 14:55 | frisch | Note Added: 0007526 | |
| 2012-06-08 14:55 | frisch | Status | assigned => resolved |
| 2012-06-08 14:55 | frisch | Resolution | open => fixed |
| Copyright © 2000 - 2011 MantisBT Group |