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
>
> jeff...@gauss:~/gnu-pdf$ sudo rm -rf /usr/local/lib/*gnupdf*
> ...
> ./configure CFLAGS=-g PREFIX=/usr
> ...
>
./configure --prefix=/usr
Cheers,
-Aleksander
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