Package: libfreetype6-dev
Version: 2.4.6-2
Severity: normal
File: /usr/bin/freetype-config

Dear Maintainer,

I used AC_CHECK_FT2 macro in configure.ac to find freetype libs.
Sametime configure is supposed to big libGLEW fro /usr/local/lib using
PKG_CHECK_MODULES.

$ freetype-config --libs
-L/usr/lib/x86_64-linux-gnu -lfreetype -lz
$ pkg-config glew --libs
-L/usr/local/lib -lGLEW

Later on Makefile.am adds FT2_LIBS before GLEW_LIBS. That results to
linker selecting libGLEW.so from /usr/lib/x86_64-linux-gnu that is
standard debian version. Too bad that doesn't lonk because of missing
EGL symbols that my custom build includes.

I'm running x86 multib system.

Same as I collected information for bug report I noticed that pkg-config
would add correct looking LDFLAGS. I switched my project to the
pkg-config detection.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.0.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_GB.utf8, LC_CTYPE=en_GB.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages libfreetype6-dev depends on:
ii  libc6-dev [libc-dev]   2.13-21       
ii  libfreetype6           2.4.6-2       
ii  zlib1g-dev [libz-dev]  1:1.2.5.dfsg-1

libfreetype6-dev recommends no packages.

libfreetype6-dev suggests no packages.

-- no debconf information



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to