|
|
Nieminen Juha <war### [at] punarastascstutfi> wrote:
: PNGDIR = /share/local5
: LIBPNGINC = -I$(PNGDIR)/include
: LIBPNGLIB = -L$(PNGDIR)/lib -lpng
I figured out how to do it:
PNGDIR = /share/local5/include
PNGLIBDIR = /share/local5/lib
LIBPNGINC = -I$(PNGDIR)
LIBPNGLIB = -L$(PNGLIBDIR) -lpng
Now it works like a charm.
I suggest a modification like this in the makefile (also with the libz).
--
main(i,_){for(_?--i,main(i+2,"FhhQHFIJD|FQTITFN]zRFHhhTBFHhhTBFysdB"[i]
):5;i&&_>1;printf("%s",_-70?_&1?"[]":" ":(_=0,"\n")),_/=2);} /*- Warp -*/
Post a reply to this message
|
|