| Anonymous | Login | Signup for a new account | 2013-05-24 03:43 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 | ||||||
| 0003829 | OCaml | OCaml general | public | 2005-11-03 15:49 | 2012-09-11 18:24 | ||||||
| Reporter | administrator | ||||||||||
| Assigned To | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | ||||||
| Status | acknowledged | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | |||||||||||
| Target Version | 4.00.2+dev | Fixed in Version | |||||||||
| Summary | 0003829: Nom de module = nom d'exception | ||||||||||
| Description | Suite à une inspection du code et une discussion avec Xavier... buzet ~/bug $ cat not_found.ml let rec f x = 10 buzet ~/bug $ cat a.ml Not_found.f 5;; buzet ~/bug $ ocamlopt -c not_found.ml buzet ~/bug $ ocamlopt -c a.ml buzet ~/bug $ ocamlopt -o foo a.cmx a.o: In function `camlA__entry': : undefined reference to `camlNot_found__f_57' collect2: ld returned 1 exit status Error during linking alors qu'on s'attendrait à un message du genre: No implementations provided for the following modules: Not_found referenced from a.cmx Ça se produit dès que le nom de l'unité est un des noms d'exception prédéfinis. -- Alain | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2005-11-18 10:14 | administrator | New Issue | |
| 2012-07-11 16:48 | doligez | Target Version | => 4.01.0+dev |
| 2012-07-11 16:48 | doligez | Description Updated | View Revisions |
| 2012-07-31 13:37 | doligez | Target Version | 4.01.0+dev => 4.00.1+dev |
| 2012-09-11 13:54 | doligez | Target Version | 4.00.1+dev => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |