POV-Ray : Newsgroups : povray.programming : Parapov potch for 3.5c Server Time
5 Jul 2024 15:14:12 EDT (-0400)
  Parapov potch for 3.5c (Message 1 to 2 of 2)  
From: Christopher Endsley
Subject: Parapov potch for 3.5c
Date: 14 Feb 2003 15:17:39
Message: <3e4d4ee3@news.povray.org>
I'm having trouble compiling povray with the parapov patch on another
newsgroup (povray....unix I think)..everything configures and compiles
file, but I get a whole bunch on linker errors...I've tried both 6.5.9 and
6.6 beta of the LAM/MPI software from www.lam-mpi.org...here's a cut of the
output...

>>>
atmosph.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
bbox.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
bcyl.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
bezier.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
blob.o(.eh_frame+0x11): undefined reference to `__gxx_personality_v0'
boxes.o(.eh_frame+0x11): more undefined references to `__gxx_personality_v0'
follow
file_pov.o(.text+0x10a3): In function `POV_New_IStream(char const*, unsigned
long)':
: undefined reference to `operator new(unsigned)'
file_pov.o(.text+0x1159): In function `POV_New_OStream(char coperator
new(unsigned)onst*, unsigned long, bool)':
: undefined reference to `operator new(unsigned)'
file_pov.o(.text+0xd73): In function `pov_istream_class::~pov_istream_class
[in-charge deleting]()':
: undefined reference to `operator delete(void*)'
file_pov.o(.text+0xf97): In function `pov_ostream_class::~pov_ostream_class
[in-charge deleting]()':
: undefined reference to `operator delete(void*)'
file_pov.o(.text+0x134b): In function `pov_io_base::~pov_io_base [in-charge
deleting]()':
: undefined reference to `operator delete(void*)'
file_pov.o(.gnu.linkonce.d._ZTI11pov_io_base+0x0): undefined reference to
`vtable for __cxxabiv1::__class_type_info'
>>>
any idea what this could be from? compiles 3.5c just fine a few days ago
without the parapov patch. Seems to be something C++ related I think
because of the 'operator new(unsigned)' as undefined.. These are the libs
it's linking against:  -lmpi -lvgagl -lvga -ltiff -ljpeg -lpng -lz -lm
Anybody have parapov built and running just fine on a PII/PIII system?
---Christopher
end### [at] splendorcsustanedu


Post a reply to this message

From: Thomas Willhalm
Subject: Re: Parapov potch for 3.5c
Date: 17 Feb 2003 05:35:38
Message: <3e50baf9@news.povray.org>
Christopher Endsley wrote:
> : undefined reference to `operator new(unsigned)'

just guessing: Did you accidentally use different compilers or different 
versions of the same compiler to compile libs or objects files? Usually
I get such a large list of unknown functions if a library is missing or
it has been compiled with a different compiler. (Hopefully the latter
will work in a not so distance future.)

Thomas


Post a reply to this message

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