Re: Compiling POV-Ray 3.6.1 on IA64 using Intel Compiler
From: Nicolas Calimet
Date: 9 May 2007 08:47:50
> Aborted> > That's it. Any ideas what it means and how I should compile the povray?
You might try configuring povray so as to include debug information
and run it under a debugger:
./configure COMPILED_BY=you --enable-debug
make
gdb ./unix/povray
run test.pov options
bt
and report the result.
- NC