non-portable linker flags in test suite

2005-12-11 Thread Andreas Fester
Hi, the test suite uses the --whole-archive and --no-whole-archive flags hard coded in the automake makefiles. The reason seems to be to properly link the static convencience libraries from the various sub directories into the executable, since the main program does not reference any symbols from

Re: non-portable linker flags in test suite

2005-12-11 Thread Curt Arnold
Andreas Fester wrote: Hi, the test suite uses the --whole-archive and --no-whole-archive flags hard coded in the automake makefiles. The reason seems to be to properly link the static convencience libraries from the various sub directories into the executable, since the main program does not re