Moving tests

Derek Atkins warlord at MIT.EDU
Mon Mar 8 11:17:58 EST 2010


John Ralls <jralls at ceridwen.us> writes:

>> If someone can help me here, that would be appreciated.
>> 
>
> Odd, I don't see any problem with `make check` in gnc-module/tests.

Probably because on some platforms libtool automatically pulls in
indirect dependencies, whereas on other platforms it does not.  I.e., if
A needs B, and B needs C, then A needs C implicitly.  On some systems if
you pull in libB.la it will pull in C for you, but on some systems it
wont and you have to explicitly list C.

So, I think you need to explicitly list all dependencies, even indirect
dependencies.

> Regards,
> John Ralls

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warlord at MIT.EDU                        PGP key available


More information about the gnucash-devel mailing list