Re: libtool check libraries always result in 'uninstalled' binary script

2008-11-06 Thread Ralf Wildenhues
* James Leek wrote on Thu, Nov 06, 2008 at 07:32:46PM CET: > Ralf Wildenhues wrote: >> >> First off, what you're trying to do fits much better with the 'check' >> target than with the 'installcheck' target: the former is meant to test >> things before you ever run 'make install', the latter is mean

Re: libtool check libraries always result in 'uninstalled' binary script

2008-11-06 Thread James Leek
Ralf Wildenhues wrote: Hello James, * James Leek wrote on Thu, Nov 06, 2008 at 06:23:25PM CET: Hi, I'm having a bit of a problem. I would really like to build my tests as installed-type binaries when I run 'make installcheck' in order to make it easier to run a debugger on them. However

Re: libtool check libraries always result in 'uninstalled' binary script

2008-11-06 Thread Ralf Wildenhues
Hello James, * James Leek wrote on Thu, Nov 06, 2008 at 06:23:25PM CET: > Hi, I'm having a bit of a problem. I would really like to build my > tests as installed-type binaries when I run 'make installcheck' in order > to make it easier to run a debugger on them. However, each tests > requi

libtool check libraries always result in 'uninstalled' binary script

2008-11-06 Thread James Leek
Hi, I'm having a bit of a problem. I would really like to build my tests as installed-type binaries when I run 'make installcheck' in order to make it easier to run a debugger on them. However, each tests requires its own dynamically loadable convenience library. This library is obviously ne