On 01/15/13 20:41, Vincent Rivière wrote:
Hello.I have noticed that while mktbl is a very simple tool, a few minor bugs prevents it to be correctly cross-compiled.1) The local function getdelim() conflicts with the one provided by the libc.2) The output .tbl file is opened in text mode. The following patch fixes the problems. Please commit. mktbl.patch Fix mktbl for cross-compilation. Contributed by Vincent Riviere.
How about mktbl_getdelim() instead of my_getdelim() ? Alan.