Merged
Merged
Conversation
mosteo marked this pull request as ready for review
January 22, 2023 20:10| └── libhello=1.0.1 | ||
| ``` | ||
|
|
||
| First caveat is that `gprinstall` clobbers `prefix/share/gpr/libhello.gpr` |
| ``` | ||
| $ ldd prefix/bin/hello | ||
| linux-vdso.so.1 (0x00007fffa772f000) | ||
| Libhello.so.1.0.1 => not found |
| It seems that, at least for basic code, an executable build with a compiler and | ||
| a dynamic library build with another are compatible. | ||
|
|
||
| Executables depend on properly versioned `.so.x.x.x` files, so the extra `.so` |
Labels
None yet