Gentoo Archives: gentoo-devhelp

From: Mike Frysinger <vapier@g.o>
To: gentoo-devhelp@l.g.o
Subject: Re: [gentoo-devhelp] How to modify makefile to link against libpng 1.2?
Date: Thu, 24 Mar 2011 21:54:00
Message-Id: AANLkTikWe4OHHMLfM7HnBXfPTMoYB6hMfFTfzA8JTmXb@mail.gmail.com
In Reply to: [gentoo-devhelp] How to modify makefile to link against libpng 1.2? by Nikos Chantziaras
1 On Thu, Mar 24, 2011 at 5:30 PM, Nikos Chantziaras wrote:
2 > How should the link command look for it to link against libpng 1.2 rather
3 > than 1.4?  (I seem to have both installed.)
4
5 you cant. the libpng-1.2 ebuild in the tree only installs the library
6 that is needed by applications at runtime (libpng12.so.0). it
7 provides no header files to compile against nor libraries to link
8 against.
9 -mike

Replies

Subject Author
[gentoo-devhelp] Re: How to modify makefile to link against libpng 1.2? Nikos Chantziaras <realnc@×××××.de>