POV-Ray : Newsgroups : povray.unix : jpeg_pov.o : Re: jpeg_pov.o Server Time
8 Jul 2024 17:43:36 EDT (-0400)
  Re: jpeg_pov.o  
From: earthdog
Date: 16 Apr 2003 10:33:18
Message: <3e9d69ae@news.povray.org>
"MidnightLightning" <nomail@nomail> wrote in message
news:web.3e9d649c7dc5196ff3b9b4a70@news.povray.org...
> David Burnett wrote:
> >On Tue, 15 Apr 2003 13:27:23 -0400, MidnightLightning wrote:
> >> -ltiff -lpng -lz -lm  -lX11
> >
> >For a guess no -ljpeg ??
> >
>
> Hmm, don't know if this is a better or worse error message:
>
> $ make
>
c++  -Wno-multichar -O3 -finline-functions -ffast-math -fomit-frame-pointer
> -funroll-loops -fexpensive-optimizations -foptimize-sibling-calls
> -Wno-multichar  -o povray  atmosph.o bbox.o bcyl.o benchmark.o bezier.o
> blob.o  boxes.o bsphere.o camera.o chi2.o colour.o colutils.o cones.o
csg.o
>  discs.o express.o file_pov.o fncode.o fnintern.o fnpovfpu.o fnsyntax.o
> fpmetric.o fractal.o function.o gif.o gifdecod.o hcmplx.o hfield.o
> histogra.o iff.o image.o interior.o isosurf.o jpeg_pov.o lathe.o
lbuffer.o
> lightgrp.o lighting.o matrices.o media.o mesh.o normal.o  objects.o
> octree.o optin.o optout.o parse.o parsestr.o parstxtr.o  pattern.o pgm.o
> photons.o pigment.o planes.o png_pov.o point.o poly.o  polygon.o
polysolv.o
> pov_mem.o povms.o povmscpp.o povmsend.o povmsrec.o  povray.o pov_util.o
> ppm.o prism.o quadrics.o quatern.o rad_data.o  radiosit.o ray.o render.o
> renderio.o sor.o spheres.o sphsweep.o  splines.o statspov.o super.o
targa.o
> texture.o tiff_pov.o tokenize.o  torus.o triangle.o truetype.o txttest.o
> userdisp.o userio.o vbuffer.o  vlbuffer.o warps.o unix.o povxlib.o  -ltiff
> -lpng -ljpeg -lz -lm  -lX11
> ld: fatal: library -ljpeg: not found
> ld: fatal: File processing errors. No output written to povray
> collect2: ld returned 1 exit status
> *** Error code 1
> make: Fatal error: Command failed for target `povray'
>
> It seems in the first one it was able to find a JPEG library, but it
wasn't
> complete, but in this one, there is no such thing as a -ljpeg library.
>
> MidnightLightning
>

I've had problems similar to this when compiling on linux.  It looks as if
you either have no libjpg files or the libjpg-devel files are not in place.
I realize you are not compiling for linux, but as both systems are unix
vaariants, maybe this will give you some place to start.

-->Jeff


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.471 / Virus Database: 269 - Release Date: 4/10/2003


Post a reply to this message

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