Re: [pdf-devel] Configure and PREFIX

2010-02-10 Thread jemarch
Does automake and friends not honor PREFIX, have I forgotten something (likely), or am I doing something wrong (yet again)? You should use the --prefix option to configure. See the output of ./configure --help -- Jose E. Marchesi http://www.jemarch.net GNU Project

Re: [pdf-devel] Configure and PREFIX

2010-02-10 Thread Aleksander Morgado
> > jeff...@gauss:~/gnu-pdf$ sudo rm -rf /usr/local/lib/*gnupdf* > ... > ./configure CFLAGS=-g PREFIX=/usr > ... > ./configure --prefix=/usr Cheers, -Aleksander

[pdf-devel] Configure and PREFIX

2010-02-10 Thread Jeffrey Walton
Hi All, jeff...@gauss:~/gnu-pdf$ sudo rm -rf /usr/local/lib/*gnupdf* ... ./configure CFLAGS=-g PREFIX=/usr ... make install ... Libraries have been installed in: /usr/local/lib jeff...@gauss:~/gnu-pdf$ ls /usr/local/lib/*gnupdf* /usr/local/lib/libgnupdf.a /usr/local/lib/libgnupdf.so.0 /usr/l