This is another experience really
ref : http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2004-December/000365.html If you do : ./autogen make after some time, it chokes up : > ../src/isql/isql.cpp:2538: warning: the use of `tmpnam' is dangerous, better use `mkstemp' > ../gen/firebird/lib/libeditline.a(readline.o_a)(.text+0x2ac7): In function `rl_add_defun': > /var/tmp/kalle/debian/firebird2-1.5.1/src/extern/editline/readline.c:1987: > undefined reference to `vis' > ../gen/firebird/lib/libeditline.a(history.o_a)(.text+0x8e2): In function `history_load': > /var/tmp/kalle/debian/firebird2-1.5.1/src/extern/editline/history.c:689: > undefined reference to `strunvis' > ../gen/firebird/lib/libeditline.a(history.o_a)(.text+0xa5c): In function `history_save': > /var/tmp/kalle/debian/firebird2-1.5.1/src/extern/editline/history.c:740: > undefined reference to `strvis' > collect2: ld returned 1 exit status > make[4]: *** [../gen/firebird/bin/isql_static] Error 1 Well, here's another fix : :@) run : mv /usr/include/vis.h /usr/include/vis.h.--- delete the source directory and unpack the sources again run : ... sh clean.sh ./autogen --prefix=/usr make make install cd .. now restore the vis.h : mv /usr/include/vis.h.--- /usr/include/vis.h Yes, its a bit strange - but this fix - gets it firebird working 100% (!) all thanks to : http://lists.alioth.debian.org/pipermail/pkg-firebird-general/2004-December/000365.html Matthew :@) -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
