[Jocr-devels] eorror configuring gocr 0.40
Status: Alpha
Brought to you by:
joerg10
|
From: Jorg B. <jo...@cw...> - 2006-11-16 01:10:18
|
Hello, I'm trying to configure gocr 0.40 on Slackware Linux 11.0 I've installed netpbm ver. 10.26.33 with no problems. I've tried several things to get the gocr configure script to see netpbm, but I can't get it to work. the programs within /usr/local/netpbm run without any problems... therefore I assume that the shared libraries are in the right place. I've tried to run configure with: --with-netpbm=yes --with-netpbm=/lib --with-netpbm=/usr/local/netpbm/lib ... but I keep getting: checking for library containing pnm_readpnminit... no * * * try option --with-netpbm=PATH Any ideas on how I can get configure to see the netpbm stuff correctly ? Thanks for the help... Jorg PS: below it the output of configure.... ./configure --with-netpbm=yes checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for a BSD-compatible install... /bin/ginstall -c checking for ranlib... ranlib checking whether make sets $(MAKE)... yes checking for ar... ar checking for fig2dev... no option: with_netpbm yes checking for library containing pnm_readpnminit... no * * * try option --with-netpbm=PATH checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking for an ANSI C-conforming const... yes checking for function prototypes... yes checking whether setvbuf arguments are reversed... no checking for wcschr... yes checking for wcsdup... yes checking for gettimeofday... yes checking for popen... yes checking for src/api/Makefile.in... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating man/Makefile config.status: creating src/api/Makefile config.status: creating include/config.h config.status: include/config.h is unchanged |