Re: [fpc-pascal] set SONAME in LINUX shared libraries

2008-08-20 Thread Werner Bochtler
>> Can anyone give me a hint how to set the 'soname'in FPC shared libraries >> for LINUX? > > If -o doesn't work, nothing will. -o does work but it changes the output name *and* the soname. My intention is to generate e.g. a library libTest.so.0.1.0 with soname libTest.so.0. Using -o libTest.so

Re: [fpc-pascal] set SONAME in LINUX shared libraries

2008-08-20 Thread Marco van de Voort
In our previous episode, Werner Bochtler said: > > Can anyone give me a hint how to set the 'soname'in FPC shared libraries > for LINUX? If -o doesn't work, nothing will. > I have tried to pass "-soname libTest.so.0" via the k-switch to the > linker but this doesn't seem to work. -k is a stopg

[fpc-pascal] set SONAME in LINUX shared libraries

2008-08-20 Thread Werner Bochtler
Hi, Can anyone give me a hint how to set the 'soname'in FPC shared libraries for LINUX? I have tried to pass "-soname libTest.so.0" via the k-switch to the linker but this doesn't seem to work. The ppas.sh file (see excerpt below) shows that the passed option "-soname libTest.so.0" is overwritte