POV-Ray : Newsgroups : povray.unix : Another small compilation problem. : Re: Another small compilation problem. Server Time
5 Jul 2024 12:38:49 EDT (-0400)
  Re: Another small compilation problem.  
From: Warp
Date: 15 Nov 2003 11:44:37
Message: <3fb657f5@news.povray.org>
destroyedlolo <l_f### [at] yahoocom> wrote:
> I'm fighting now with linking problem against TIFF library on my Ultra 
> under Solaris ...

  Link the tiff library statically. That should fix the problem.

  That is, locate the libtiff.a file in your system and then replace
"-ltiff" with "/the/location/of/libtiff.a".

  There is a really strange problem in some Solaris systems where the
dynamic version of the tiff library is not compatible with the static
library, which is the correct one.

-- 
#macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb M()}}
N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  - Warp -


Post a reply to this message

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