shujataliz / webp

Automatically exported from code.google.com/p/webp
0 stars 0 forks source link

Windows (msys) build issue for webp-leptonica-0.0.3.tar.gz #33

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
webp has link errors against libm.a
There are 2 libm.a: one in mingw and one in msys

c:\MinGW\lib  (/mingw/lib)
03/06/2010  06:31 PM               420 libm.a

c:\MinGW\msys\1.0\lib (/usr/lib)
09/28/2010  04:08 PM         1,269,438 libm.a

Changing
AM_LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib -L/usr/lib
to
AM_LDFLAGS = -L/usr/X11R6/lib -L/usr/local/lib

in webp\libwebp\src\Makefile.am and webp\libwebp\src\Makefile.in makes it work.

Please fix this in a future release

Original issue reported on code.google.com by fbarch...@google.com on 18 Nov 2010 at 5:31

GoogleCodeExporter commented 9 years ago
Fixed in 004

Original comment by fbarch...@google.com on 23 Nov 2010 at 6:59