Re: [ng-spice-devel] Spice3f4 on Win32 with MinGW
Michael Smith wrote:
>
> >What am I missing ?
> >
>
> The traditional unix linker (ld) is a single-pass linker. This means that,
> if a symbol is referenced in library a, and defined in library b, library b
> must be after library a on the link line, or the symbol won't be found.
> This problem goes away with dynamic linking. It becomes significantly more
> painful if there are circular dependencies in the two (or more) libraries -
Actually if I remember correctly, I had trouble with circular dependencies
while making the first attemps at autoconf/automake support.
This dependency occured while building the devices library if I'm correct.
manu
Partial thread listing: