| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] |
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0005125 | OCaml | OCaml general | public | 2010-08-13 08:04 | 2010-11-25 13:25 |
|
| Reporter | jessicah | |
| Assigned To | | |
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | no change required | |
| Platform | | OS | | OS Version | |
| Product Version | 3.12.0 | |
| Target Version | | Fixed in Version | 3.12.1+dev | |
|
| Summary | 0005125: Test for natdynlink in Makefile fails |
| Description | make opt.opt && install fails when $(NATDYNLINK) is not defined. |
| Additional Information | otherlibs/dynlink/Makefile:73: if $(NATDYNLINK); then \
When not defined, you get: "if ; then \" which is syntactically incorrect. I changed to: if ! -z "$(NATDYNLINK)" to workaround the bug. |
| Tags | No tags attached. |
|
| Attached Files | |
|