POV-Ray : Newsgroups : povray.unofficial.patches : MegaPov 0.4 Now Available (Linux/Unix) : Re: MegaPov 0.4 Now Available (Linux/Unix) Server Time
2 Sep 2024 12:14:36 EDT (-0400)
  Re: MegaPov 0.4 Now Available (Linux/Unix)  
From: Mark Gordon
Date: 31 Jan 2000 20:16:09
Message: <3896347A.F822903F@mailbag.com>
Nieminen Juha wrote:
> 
> 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).

I'll make note of that.  The long-term solution, of course, is a
configure script.

-Mark Gordon


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.