Hi Matúš,
On Fri, 29 Jul 2011 12:46:43 +0200
Matúš Kukan wrote:
> So, I'm not sure about solution. Somehow change scp2 or create both
> files or just the one with .3.
I think I have an idea on how to solve this. I would suggest you to
push you salhelper work to a featurebranch "feature/gbuild_s
On Mon, 1 Aug 2011 12:56:32 +0200
Stephan Bergmann
wrote:
> And I would create the symlinks in the solver explicitly, anyway, not
> via ldconfig. ldconfig is imprecise, in that it takes a whole
> directory as input; and you would want to be able to link against a
> lib as soon as it is built, so
On Aug 1, 2011, at 10:02 AM, Bjoern Michaelsen wrote:
> On Mon, 1 Aug 2011 08:42:21 +0200
> Stephan Bergmann
>
> wrote:
>> Generally, existing code (i.e., extensions) having a recorded
>> dependency against libuno_salhelpergcc3.so.3 will no longer work if
>> they do not find a file with that exact
Hi Stephan,
On Mon, 1 Aug 2011 08:42:21 +0200
Stephan Bergmann
wrote:
> What do you mean with "BFS" here?
"build from scratch"
> Generally, existing code (i.e., extensions) having a recorded
> dependency against libuno_salhelpergcc3.so.3 will no longer work if
> they do not find a file with tha
On Jul 31, 2011, at 12:32 AM, Bjoern Michaelsen wrote:
> On Sat, 30 Jul 2011 10:45:03 +0200
> Stephan Bergmann
>
> wrote:
>
>> No. While linking wants the unversioned libFOO.so (thanks to passing
>> them as -lFOO to the linker), running the unit tests wants the
>> versioned libFOO.so.3 (thanks to
Hi Stephan,
On Sat, 30 Jul 2011 10:45:03 +0200
Stephan Bergmann
wrote:
> No. While linking wants the unversioned libFOO.so (thanks to passing
> them as -lFOO to the linker), running the unit tests wants the
> versioned libFOO.so.3 (thanks to the SONAME).
Im glad to have told Matúš to put this o
On 29.07.2011, at 12:57, Bjoern Michaelsen
wrote:
> Hi Matúš, all,
> On Fri, 29 Jul 2011 12:46:43 +0200
> Matúš Kukan wrote:
>
>
>> I have tried to move salhelper to new build system and it builds nice
>> (for me) but there is problem with scp2.
>> In old system we were creating libuno_salhelp
Hi Matúš, all,
On Fri, 29 Jul 2011 12:46:43 +0200
Matúš Kukan wrote:
> I have tried to move salhelper to new build system and it builds nice
> (for me) but there is problem with scp2.
> In old system we were creating libuno_salhelpergcc3.so.3 and
> libuno_salhelpergcc3.so was just link to it.
>
Hi all,
I have tried to move salhelper to new build system and it builds nice
(for me) but there is problem with scp2.
In old system we were creating libuno_salhelpergcc3.so.3 and
libuno_salhelpergcc3.so was just link to it.
So now I'm getting: ERROR: File not found: libuno_salhelpergcc3.so.3
fro