mirror of
https://github.com/nasa/trick.git
synced 2025-02-06 19:09:20 +00:00
Other things I tried: 1. Pass the full path of the library directly to the linker. Doesn't work for 32-bit builds because ICG needs the 64-bit version. 2. Use -static to have the linker statically link in the library. Doesn't work because there is no 64-bit static library on default installs. Fixes #525