John Ralls <jra...@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 warl...@mit.edu PGP key available _______________________________________________ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel