[fpc-pascal] Defining sonames?
Martin Schreiber
mse00000 at gmail.com
Fri Aug 18 11:27:39 CEST 2017
On Friday 18 August 2017 10:56:47 Graeme Geldenhuys wrote:
> On 2017-08-18 08:16, Martin Schreiber wrote:
> > I checked with a simple library file, it seems that FPC strips the ".so*"
> > part from "external" names.
>
> Exactly what I discovered too. :-/
>
If one manually changes in link.res
"
INPUT(
-lX11
)
"
to
"
INPUT(
-l:libX11.so.6
)
"
the application links without errors despite there is no libX11.so ->
libX11.so.6 link.
Martin
More information about the fpc-pascal
mailing list