Code Monkey home page Code Monkey logo

Comments (2)

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
This is the link error
cd /c/src/webp/libwebp
CC=mingw32-gcc CXX=mingw32-g++ ./configure -prefix=/mingw
make clean
make
...
make[2]: Entering directory `/c/src/webp/libwebp/src'
g++ -Werror -Wall -O2 -g -O2 -L/usr/X11R6/lib -L/usr/local/lib  -o webpconv.exe
webpimg.o webpconv.o -llept -ljpeg -lpng -lz -lm -lvpx -lpthread -lvpx
c:/mingw/bin/../lib/gcc/mingw32/4.5.0/../../../../mingw32/bin/ld.exe: cannot fin
d -lpthread
collect2: ld returned 1 exit status
make[2]: *** [webpconv.exe] Error 1

The references are found here:
src\Makefile:VPX_LIBS = -lvpx -lpthread
src\Makefile.am:VPX_LIBS = -lvpx -lpthread
src\Makefile.in:VPX_LIBS = -lvpx -lpthread

Removing those references, webp builds ok on msys

Original comment by [email protected] on 19 Nov 2010 at 1:16

from webp.

GoogleCodeExporter avatar GoogleCodeExporter commented on September 26, 2024
Now in the new reference implementations for WebP encoder & decoder, 'pthread' 
dependency is not required:

ikas[104] ldd /usr/local/bin/cwebp
    linux-vdso.so.1 =>  (0x00007fffc79ff000)
    libwebp.so.0 => /usr/local/lib/libwebp.so.0 (0x00007f3adbfbe000)
    libpng12.so.0 => /lib/libpng12.so.0 (0x00007f3adbd97000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00007f3adbb72000)
    libc.so.6 => /lib/libc.so.6 (0x00007f3adb7ef000)
    libm.so.6 => /lib/libm.so.6 (0x00007f3adb56c000)
    libz.so.1 => /lib/libz.so.1 (0x00007f3adb354000)
    /lib64/ld-linux-x86-64.so.2 (0x00007f3adc202000)

vikas[106] ldd /usr/local/bin/dwebp
    linux-vdso.so.1 =>  (0x00007fff5dbff000)
    libwebp.so.0 => /usr/local/lib/libwebp.so.0 (0x00007ffe10935000)
    libpng12.so.0 => /lib/libpng12.so.0 (0x00007ffe1070e000)
    libjpeg.so.62 => /usr/lib/libjpeg.so.62 (0x00007ffe104e9000)
    libc.so.6 => /lib/libc.so.6 (0x00007ffe10166000)
    libm.so.6 => /lib/libm.so.6 (0x00007ffe0fee3000)
    libz.so.1 => /lib/libz.so.1 (0x00007ffe0fccb000)
    /lib64/ld-linux-x86-64.so.2 (0x00007ffe10b79000)


Original comment by [email protected] on 21 Mar 2011 at 5:05

  • Changed state: Done

from webp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.