Re: [e-users] installing DR17

2006-08-10 Thread Massimo Maiurana
Gianpaolo Turri, il 10/08/2006 17:32, scrisse: > Ok, that is solved and now the problem is: do you mean you did solved it by using CFLAGS or CPPFLAGS environment variables? > /usr/bin/libtool: can't locate file for: -ljpeg ok, that should mean it can't find libjpeg-xxx.so in the library path. tr

Re: [e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
This are all the conf files I have in etc: /etc/6to4.conf /etc/inetd.conf /etc/ notify.conf/etc/rtadvd.conf/etc/snmpd.conf / etc/xinetd.conf /etc/gdb.conf /etc/kern_loader.conf /etc/ ntp.conf /etc/slpsa.conf /etc/ssh_config

Re: [e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
Ok, that is solved and now the problem is: make all-recursive Making all in src Making all in lib /bin/sh ../../libtool --mode=link gcc -g -O2 -o libeet.la -rpath / usr/local/lib -version-info 9:10:9 eet_lib.lo eet_data.lo eet_image.lo eet_memfile.lo -lz -ljpeg gcc -dynamiclib -flat_namesp

Re: [e-users] installing DR17

2006-08-10 Thread blak
You can use CPPFLAGS for describing where is your include directory(for header files). CPPFLAGSC/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory - Using Tomcat but need to do mo

Re: [e-users] installing DR17

2006-08-10 Thread Mitch Gorman
kuphaï wrote: > No, you must copy jpeglib.h in /usr/include/ if he's even got it. gianpaolo - check to see that you've got libjpeg installed. my FC3 linux box has libjpeg-6b-33 (and, probably more importanly, libjpeg-devel-6b-33) installed by default. verify (and i have *no* idea

Re: [e-users] installing DR17

2006-08-10 Thread kuphaï
No, you must copy jpeglib.h in /usr/include/Bye2006/8/10, Gianpaolo Turri <[EMAIL PROTECTED]>: Dear all,I am trying to install DR17 on my macbook pro, 10.4.7 OS X.I have downloaded with cvs the all packages, and I now started to ./autogen.sh for the package eet.It fails with this error:checking jp

[e-users] installing DR17

2006-08-10 Thread Gianpaolo Turri
Dear all, I am trying to install DR17 on my macbook pro, 10.4.7 OS X. I have downloaded with cvs the all packages, and I now started to ./ autogen.sh for the package eet. It fails with this error: checking jpeglib.h presence... no checking for jpeglib.h... no configure: error: "Cannot find jpegli