RE: using $bindir when installing using msys

2009-08-13 Thread David Byron
> > I'm curious why libtool doesn't seem to be honoring the > > --bindir option I passed to configure. > > A fix is being worked on: > > Sorry for the noise. -DB ___

Re: using $bindir when installing using msys

2009-08-13 Thread Ralf Wildenhues
* David Byron wrote on Thu, Aug 13, 2009 at 06:58:16PM CEST: > I've run into a situation where libtool isn't installing my DLL where I > expect it to. > I'm curious why libtool doesn't seem to be honoring the --bindir option I > passed to configure. A fix is being worked on:

using $bindir when installing using msys

2009-08-13 Thread David Byron
I've run into a situation where libtool isn't installing my DLL where I expect it to. I'm invoking configure with these options: --prefix=/c/foo/install --libdir=/c/foo/install/lib/Debug --bindir=/c/foo/install/bin/Debug but when I run make install, libtool leaves me with: $ ls /c/foo/install/l