Skip to content

Instantly share code, notes, and snippets.

@blang
Created December 9, 2013 13:58
Show Gist options
  • Save blang/7872616 to your computer and use it in GitHub Desktop.
Save blang/7872616 to your computer and use it in GitHub Desktop.
pre-build test passed successfully
✓ pngquant rebuilt successfully
✗ Command failed: lib/libimagequant.a(pam.o): In function `pam_computeacolorhash':
pam.c:(.text+0x4cf): undefined reference to `mempool_alloc'
pam.c:(.text+0x62c): undefined reference to `mempool_alloc'
lib/libimagequant.a(pam.o): In function `pam_allocacolorhash':
pam.c:(.text+0x729): undefined reference to `mempool_create'
pam.c:(.text+0x742): undefined reference to `mempool_alloc'
lib/libimagequant.a(pam.o): In function `pam_freeacolorhash':
pam.c:(.text+0xc24): undefined reference to `mempool_destroy'
lib/libimagequant.a(nearest.o): In function `build_head.isra.2':
nearest.c:(.text+0x322): undefined reference to `mempool_alloc'
nearest.c:(.text+0xa1d): undefined reference to `mempool_alloc'
lib/libimagequant.a(nearest.o): In function `nearest_init':
nearest.c:(.text+0xaf6): undefined reference to `mempool_create'
nearest.c:(.text+0x11e1): undefined reference to `mempool_alloc'
lib/libimagequant.a(nearest.o): In function `nearest_free':
nearest.c:(.text+0x20d8): undefined reference to `mempool_destroy'
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: pngquant: hidden symbol `mempool_alloc' isn't defined
/usr/lib/gcc/x86_64-pc-linux-gnu/4.7.3/../../../../x86_64-pc-linux-gnu/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make: *** [pngquant] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment