Category Archives: linking

Tracking down Circular Dependencies in Static Libraries

The GNU linker has some trouble when you present it with multiple library archives that depend upon each other. Libraries with symbols resolved in other libraries must be presented earlier on the command line. You can work around this with … Continue reading

Posted in linking, programming, ruby | 1 Comment