POV-Ray : Newsgroups : povray.unix : Compiling POV-Ray 3.6.1 on IA64 using Intel Compiler : Re: Compiling POV-Ray 3.6.1 on IA64 using Intel Compiler Server Time
14 Jun 2024 10:13:02 EDT (-0400)
  Re: Compiling POV-Ray 3.6.1 on IA64 using Intel Compiler  
From: Nicolas Calimet
Date: 9 May 2007 04:47:50
Message: <46418ab6$1@news.povray.org>
> 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


Post a reply to this message

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