RE: iconv.dll should be libiconv.dll??
Tor Lillqvist <[email protected]>
| Newsgroups | gmane.comp.video.gimp.windows.devel |
|---|---|
| Message-ID | <[email protected]> |
Fernando Martins writes: > I think there is a problem with /lib/pkgconfig/glib-2.0.pc from the .zip > files because it contains in the first line: > > prefix=/target Nope. There is code in pkg-config (on Windows) to dynamically define the "prefix" variable with the installation prefix deduced at run time. The value in the .pc file is ignored. Try it! Change that line to prefix=/when/ever/where/ever, and pkg-config --libs glib-2.0 will still print out the correct lib paths for *your* GLib installation. --tml