Re: ibtool: install: error: cannot install `foo.la' to a directory not ending in bar/

2012-11-04 Thread Vincent Torri
On Sun, Nov 4, 2012 at 11:29 AM, Vincent Torri wrote: > Hey > > I have that error with my package. Usually, it's a problem of > configuration and prefix. I know that I have solved that problem with > a 'make clean', 'make' then 'make install'. But it's not sufficient. > > First, the commands I run

ibtool: install: error: cannot install `foo.la' to a directory not ending in bar/

2012-11-04 Thread Vincent Torri
Hey I have that error with my package. Usually, it's a problem of configuration and prefix. I know that I have solved that problem with a 'make clean', 'make' then 'make install'. But it's not sufficient. First, the commands I run: make maintainer-clean ./autogen.sh --prefix=$HOME/local/e17 make