From: Florian G. <fl...@bi...> - 2007-08-02 07:56:45
|
Ale...@sm... schrieb: >> convert.c:41:21: ncurses.h: No such file or directory > > pwd > /usr/local/include/ncurses > > ls -l ncurses.h > lrwxrwxrwx 1 root SysAdmin 8 Jul 31 15:09 ncurses.h -> > curses.h > I'm not autoconf expert. I thought autoconf would find that out, but that is not true. CFLAGS="-I/usr/local/include/ncurses" LDFLAGS="-liconv" ./configure ... removes the "ncurses.h not found" error, but raises another linker error. I'm investigating it later. Are you familiar with autoconf? For Info, my package versions: pkginfo -l SMCexpat SMCfontc SMCftype SMCgcc SMCgd SMCjpeg SMCliconv SMCncurs SMClibpng SMCossl|egrep -e "(PKGINST|VERSION)" PKGINST: SMCexpat VERSION: 1.95.5 PKGINST: SMCfontc VERSION: 2.4.2 PKGINST: SMCftype VERSION: 2.3.1 PKGINST: SMCgcc VERSION: 3.4.6 PKGINST: SMCgd VERSION: 2.0.33 PKGINST: SMCjpeg VERSION: 6b PKGINST: SMClibpng VERSION: 1.2.16 PKGINST: SMCliconv VERSION: 1.11 PKGINST: SMCncurs VERSION: 5.4 PKGINST: SMCossl VERSION: 0.9.8e Flo |