Browse thread
Caml on CentOS: problem with -custom option
[
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: | Stéphane_Glondu <steph@g...> |
| Subject: | Re: [Caml-list] Caml on CentOS: problem with -custom option |
Sébastien Hinderer a écrit : > Just out of curiosity: does anybody see what could cause the -lcurses > flag to be present when -custom is specified ? OCaml has probably been compiled this way. You can see configure options in `ocamlc -where`/Makefile.config. I guess this is just a trivial packaging bug (probably a missing dependency to whatever provides the curses library). The problem doesn't happen without -custom because there is no linking (using ld) involved. Cheers, -- Stéphane