mosteo · GitHub

Merged

Merged

Conversation

@mosteo

mosteo marked this pull request as ready for review

January 22, 2023 20:10

@mosteo

Fabien-Chouteau

└── 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`

Fabien-Chouteau

@mosteo

@mosteo

mosteo deleted the feat/install-bin branch

February 2, 2023 15:57

Closed

Open

Labels

None yet

Read the original on github.com ↗