On 2012-07-20 17:49, Vincent Torri wrote:
> hey
>
> I'm using mingw-w64 gcc (4.8.0 experimental)
>
> I have to link a library (named Evil) against libuuid.a. That is, in
> Makefile.am :
>
> libevil_la_LIBADD = -luuid etc..
>
> I have the warning that I pasted in the topic:
>
> ** Warning:
another solution is to just kill the stupid .la file. There is
absolutely NO reason to add to the linker static libraries that are
ONLY used in my Evil library and that are not used elsewhere.
I think that it is the best solution
thank you
Vincent Torri
On Sat, Jul 21, 2012 at 10:34 AM, Peter R
On 2012-07-21 13:16, Vincent Torri wrote:
> another solution is to just kill the stupid .la file. There is
I don't think the .la file is stupid as it lists other important
dependencies.
> absolutely NO reason to add to the linker static libraries that are
> ONLY used in my Evil library and that a
On Sat, Jul 21, 2012 at 2:41 PM, Peter Rosin wrote:
> On 2012-07-21 13:16, Vincent Torri wrote:
>> another solution is to just kill the stupid .la file. There is
>
> I don't think the .la file is stupid as it lists other important
> dependencies.
so what ? There is a HUGE problem, here. Currently
On 2012-07-21 14:49, Vincent Torri wrote:
> On Sat, Jul 21, 2012 at 2:41 PM, Peter Rosin wrote:
>> On 2012-07-21 13:16, Vincent Torri wrote:
>>> another solution is to just kill the stupid .la file. There is
>>
>> I don't think the .la file is stupid as it lists other important
>> dependencies.
>
On 7/22/2012 00:43, Peter Rosin wrote:
> On 2012-07-21 14:49, Vincent Torri wrote:
>> On Sat, Jul 21, 2012 at 2:41 PM, Peter Rosin wrote:
>>> On 2012-07-21 13:16, Vincent Torri wrote:
another solution is to just kill the stupid .la file. There is
>>>
>>> I don't think the .la file is stupid a