alire-project / GNAT-FSF-builds

Builds of the GNAT Ada compiler from FSF GCC releases
MIT License
32 stars 9 forks source link

Statically link gdb #53

Closed JeremyGrosser closed 10 months ago

JeremyGrosser commented 10 months ago

Found the right combination of configure switches in this stackoverflow thread: https://stackoverflow.com/questions/9364685/how-i-can-static-build-gdb-from-source

Note that this also disables the In-Process Agent, which is incompatible with static linking. As far as I know, nobody uses this with Ada.

JeremyGrosser commented 10 months ago

Nevermind, this still didn't make it statically link.