dependency list ...

2010-10-19 Thread Teratux
Hi, I was wondering how to know the build dependencies for a package before building it ... For example I would like to build a package and not get any fuss about unmet dependencies. Is there a way to print a list of package dependencies to meet before building it ?? If so, what could be the

check_PROGRAMS & LDADD

2010-10-19 Thread Patrick Rutkowski
My Makefile.am has something like this currently at the bottom: === check_PROGRAMS = \ test/avl/avl_iter_test \ test/avl/avl_test \ test/unicode/unicode_test TESTS = $(check_PROGRAMS) test_avl_avl_iter_test_LDADD= -lquark test_avl_avl_test_LDADD

Re: check_PROGRAMS & LDADD

2010-10-19 Thread Ralf Wildenhues
Hello Patrick, * Patrick Rutkowski wrote on Wed, Oct 20, 2010 at 03:26:52AM CEST: > test_avl_avl_iter_test_LDADD= -lquark > test_avl_avl_test_LDADD = -lquark > test_unicode_unicode_test_LDADD = -lquark > === > > As the collection of tests grows

Re: dependency list ...

2010-10-19 Thread Ralf Wildenhues
Hello, * Teratux wrote on Tue, Oct 19, 2010 at 10:22:15PM CEST: > Hi, I was wondering how to know the build dependencies for a > package before building it ... For example I would like to build a > package and not get any fuss about unmet dependencies. Is there a > way to print a list of package