Re: How does one compile in a "make check" test?

2005-12-16 Thread Bruce Korb
I like replying to my own messages :) How's this for an ugly hack? Add the following to a project build directory: test/cc.defs : (echo COMPILE="'$(COMPILE)'" ; \ echo LINK="'$(LINK)'" | sed 's/ -o.*//') > $@ and in the test directory: $(TESTS) : cc.defs cd .. ; $(

How does one compile in a "make check" test?

2005-12-16 Thread Bruce Korb
Hi, I need to be able to create a source file and compile the thing in my "make check" testing. Unfortunately, I have no need for compiling anything in the "test" directory via "make", so the Makefile.am has no: mumble_PROGRAMS stuff in it. Consequently, there are no compile rules in the Makef

Re: shared library from smaller pieces

2005-12-16 Thread Ralf Wildenhues
Hi Vlad, * Vlad Skvortsov wrote on Thu, Dec 15, 2005 at 11:59:46PM CET: > Ralf Wildenhues wrote: > >* Vlad Skvortsov wrote on Fri, Dec 09, 2005 at 11:46:46PM CET: > > > >>Ok, I believe I have to explain more here. My product is deemed to be > >>self-contained: no dependencies on external shared l