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