| Anonymous | Login | Signup for a new account | 2013-05-22 10:26 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 | |||
| 0004576 | OCaml | OCaml general | public | 2008-07-10 02:57 | 2008-07-11 15:09 | |||
| Reporter | giorgidze | |||||||
| Assigned To | ||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | 3.10.2 | |||||||
| Target Version | Fixed in Version | 3.10.3+dev | ||||||
| Summary | 0004576: Compilation succeeds on SunOS sparc after minor fix in make files | |||||||
| Description | > ./configure -prefix $HOME > gmake world At first compilation failed because of ilegal arguments of ln in make script. I had to replace every occurrence of "ln -sf " to "ln -f -s " in make files as it was requried in usage instructions of ln. This fixed the problem and compiled OCaml succesfully. Here is the platform details I compiled OCaml on > uname -a > SunOS marian 5.10 Generic_120011-14 sun4u sparc SUNW,Sun-Fire-280R Cheers, George | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2008-07-10 02:57 | giorgidze | New Issue | |
| 2008-07-11 15:09 | doligez | Status | new => closed |
| 2008-07-11 15:09 | doligez | Resolution | open => fixed |
| 2008-07-11 15:09 | doligez | Fixed in Version | => 3.10.3+dev |
| Copyright © 2000 - 2011 MantisBT Group |