POV-Ray : Newsgroups : povray.unix : ltiff.so can't be found on installed POV-Ray 3.5 : Re: ltiff.so can't be found on installed POV-Ray 3.5 Server Time
6 Oct 2024 12:30:03 EDT (-0400)
  Re: ltiff.so can't be found on installed POV-Ray 3.5  
From: Nicolas Calimet
Date: 24 Apr 2003 16:13:06
Message: <3EA84552.6000302@free.fr>
>>-L/usr/local/lib/libtiff.a
> 
> 
> shouldn't that be a small l, i.e.
> 
> -l/usr/local/lib/libtiff.a

	No, when you specify explicitely a static .a library,
there is no flag before it. It's just like linking with an
object .o file. The -lNAME is equivalent to linking with a
dynamic library called libNAME.so (or a static libNAME.a when
there's no shared object version of the library).


Post a reply to this message

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