From: Martin T. <tr...@gm...> - 2004-11-09 14:10:26
|
On 2004-11-09 12:42, Martin Trautmann wrote: > the archives told me about a solved problem for glib support. > > I just tried both 0.5 and 0.6pre. Both share the same problem: > checking for GLIB - version >= 2.0.0... no > *** Could not run GLIB test program, checking why... > *** The test program failed to compile or link. See the file config.log for the > *** exact error that occured. This usually means GLIB is incorrectly installed. > > glib 2.0 is required by MDB Tools. > It can be downloaded at www.gtk.org. I ended up with a copy of glib.h in $PREFIX/include/ and ran successfully til mdb-sql.c:23:31: readline/readline.h ac_cv_lib_readline_add_history=yes READLINE_LIBS=' -lncurses -lreadline' undefined reference to `tputs' undefined reference to `tgetflag' yet another problem prevented to compile readline-5.0, while I still use readline 4.3 |