POV-Ray : Newsgroups : povray.unix : jpeg_pov.o : Re: jpeg_pov.o Server Time
8 Jul 2024 17:20:41 EDT (-0400)
  Re: jpeg_pov.o  
From: Warp
Date: 16 Apr 2003 10:29:31
Message: <3e9d68cb@news.povray.org>
MidnightLightning <nomail@nomail> wrote:
> ld: fatal: library -ljpeg: not found

  You either don't have libjpeg.so (or libjpeg.a) installed on your system,
or it's not in the search path of the compiler.
  If it's the latter case, you need to add a -L/path/to/the/directory
where libjpeg.* is located to the linking command.

-- 
#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.