POV-Ray : Newsgroups : povray.unix : compile problem (gentoo linux) Server Time
5 Jul 2024 14:34:06 EDT (-0400)
  compile problem (gentoo linux) (Message 1 to 4 of 4)  
From: George Pantazopoulos
Subject: compile problem (gentoo linux)
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

From: Tyler Eaves
Subject: Re: compile problem (gentoo linux)
Date: 27 Mar 2003 18:42:31
Message: <3e838c65@news.povray.org>
George Pantazopoulos wrote:

> 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

Any reason you aren't letting Portage do it's thing? That is kinda the point 
of Gentoo...


Post a reply to this message

From: George Pantazopoulos
Subject: Re: compile problem (gentoo linux)
Date: 27 Mar 2003 18:58:52
Message: <3e83903c$1@news.povray.org>
Hey Tyler,
    Its not my box, someone gave me an account.. i know almost nothing about
Gentoo. Please elaborate on Portage, thanks!

George


>
> Any reason you aren't letting Portage do it's thing? That is kinda the
point
> of Gentoo...


Post a reply to this message

From: Micha Riser
Subject: Re: compile problem (gentoo linux)
Date: 27 Mar 2003 20:41:35
Message: <3e83a84f@news.povray.org>
George Pantazopoulos wrote:

> 
> Hey Tyler,
>     Its not my box, someone gave me an account.. i know almost nothing
>     about
> Gentoo. Please elaborate on Portage, thanks!
> 

type 

 emerge povray

and you should have a fresh new povray running on the gentoo system a few 
minutes later.

- Micha

-- 
POV-Ray Objects Collection: http://objects.povworld.org


Post a reply to this message

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