Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread Peter Rosin
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:

Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread Vincent Torri
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

Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread Peter Rosin
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

Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread Vincent Torri
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

Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread Peter Rosin
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. >

Re: mingw-w64's libuuid.a : *** Warning: linker path does not have real file for library -luuid.

2012-07-21 Thread JonY
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