rpms/mingw32-filesystem/devel mingw32-filesystem.spec, 1.12, 1.13 mingw32-macros.mingw32, 1.7, 1.8

Richard W.M. Jones rjones at redhat.com
Fri Jan 30 10:30:01 UTC 2009


On Fri, Jan 30, 2009 at 11:01:22AM +0100, Farkas Levente wrote:
>        PKG_CONFIG_LIBDIR
>               Replaces the default pkg-config search directory.
> -----------------
> so it seems to me it should have to be
> PKG_CONFIG_LIBDIR="%{_mingw32_libdir}
> isn't it?

I think the documentation is wrong:

$ ls /usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/cairo-win32.pc 
/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig/cairo-win32.pc
$ PKG_CONFIG_LIBDIR=/usr/i686-pc-mingw32/sys-root/mingw/lib \
  pkg-config --exists cairo-win32 && echo yes
$ PKG_CONFIG_LIBDIR=/usr/i686-pc-mingw32/sys-root/mingw/lib/pkgconfig \
  pkg-config --exists cairo-win32 && echo yes
yes

Anyway, if the path is wrong in mingw32-filesystem we'll soon get some
very serious build errors.  I'm about to add two new packages to
Fedora so we'll see ...

Rich.

-- 
Richard Jones, Emerging Technologies, Red Hat  http://et.redhat.com/~rjones
virt-p2v converts physical machines to virtual machines.  Boot with a
live CD or over the network (PXE) and turn machines into Xen guests.
http://et.redhat.com/~rjones/virt-p2v



More information about the mingw mailing list