POV-Ray : Newsgroups : povray.unix : compile problem (gentoo linux) : compile problem (gentoo linux) Server Time
8 Jul 2024 17:19:54 EDT (-0400)
  compile problem (gentoo linux)  
From: George Pantazopoulos
Date: 27 Mar 2003 16:41:09
Message: <3e836ff5$1@news.povray.org>
Hey all,

compiling with gcc 3.2 , using the standard Makefile, I get lots of errors
that look like this after passing the point
"make[1]: Entering directory `/home/george/povray-3.50c/src'"


jpeg_pov.o(.text+0x95): In function
`JPEG_Image::JPEG_Image[not-in-charge](char*, int, int, int, int
)':
: undefined reference to `jpeg_std_error'
jpeg_pov.o(.text+0xc8): In function
`JPEG_Image::JPEG_Image[not-in-charge](char*, int, int, int, int
)':
: undefined reference to `jpeg_CreateCompress'
jpeg_pov.o(.text+0x144): In function
`JPEG_Image::JPEG_Image[not-in-charge](char*, int, int, int, in
t)':
: undefined reference to `jpeg_set_defaults'


There are similar errors for PNG and TIFF related functions.
zlib, libpng, and libtiff are all installed in /usr/lib/ , so what could be
the problem?

I'm trying to compile just by typing "make". Is there any other steps I have
to take?

Thanks,
George


Post a reply to this message

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