Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
GoogleCodeExporter opened this issue Sep 22, 2015 · 1 comment
Closed

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Fixed in 004

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

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant