On Oct 7, 2009, at 10:16, Alexandre Moraes wrote:
> Stefan Sperling-7 wrote:
>>
>
>> On Wed, Oct 07, 2009 at 04:58:29AM -0700, Alexandre Moraes wrote:
>>
>>> During configure and make, I´m receiving this warning:
>>>
>>> libtool: link: warning:
>>> `/usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libexpat.la' seems
>>> to be
>>> moved
>>
>> This warning has nothing to do with svn.
>> You should see it with any software using libtool for compilation.
>>
>> It just means that the libexpat.la script is now in a different
>> directory than the installation directory recorded by libtool
>> in the .la file. Looking into the .la file for a line starting
>> with "libdir=" might give some hints.
>>
>> I guess this can happen if libraries are installed into a "fake" root
>> directory before being wrapped up in a packaging format like RPM.
>> The RPM will then install into the real root, causing the .la file
>> to appear at a different path (the "fake" root prefix is missing).
>>
>> It's not a problem.
>
> But, there´s something confused.
>
> If i execute this command:
>
> ls -ls /usr/lib/gcc/i586-suse-linux/4.1.2/../../..//libexpat.la
>
> it finds the file.
Yes. As Stefan said, it isn't a problem. You can ignore this warning.
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2404669
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-10-07 22:27:00 CEST