On Wed, Feb 03, 2010 at 12:40:04PM +0100, Peter Kümmel wrote: > I would also introduce shared libraries which help to avoild > circular dependencies between the libraries, especially when building > Dlls on Windows, but maybe there is also a GCC flag to forbid such > dependencies .
Linking with --no-undefined --allow-shlib-undefined might do the trick. Andre'
