[
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: | Matthieu Dubuget <matthieu.dubuget@g...> |
| Subject: | Re: OCaml compilation |
Hello,
I'm answering to myself, since I understood the problem.
I had LANG=fr_FR.UTF-8 in my environment.
This led objdump to generate a dump file with:
Table [Ordinal/Nom de pointeurs]
instead of
[Ordinal/Name Pointer] Table
This line is searched by flexlink.exe when parsing
objdump file, and was nether found.
Salutations
Matt