POV-Ray : Newsgroups : povray.beta-test : problems linking to boost libraries (linux) : Re: problems linking to boost libraries (linux) Server Time
28 Jul 2024 12:27:35 EDT (-0400)
  Re: problems linking to boost libraries (linux)  
From: Nicolas Alvarez
Date: 3 Mar 2009 09:21:49
Message: <49ad3cfd@news.povray.org>
CShake wrote:
> I know I have zlib 1.2.3 installed, and I tried
> '--with-zlib=/usr/include/' (where zlib.h is) and --with-zlib=/var/lib/'
> (where libz.so is), neither of which work.

Ah those are tricky paths. When you give --with-zlib=/somewhere, it will
search for includes in /somewhere/include and for the library
in /somewhere/lib. I don't know what to do if you have one in /var and
another in /usr... Symlinks?


Post a reply to this message

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