POV-Ray : Newsgroups : povray.general : Input file size restrictions?? : Re: Input file size restrictions?? Server Time
1 Aug 2024 08:15:49 EDT (-0400)
  Re: Input file size restrictions??  
From: Nicolas Calimet
Date: 4 May 2006 19:19:08
Message: <445a8bec$1@news.povray.org>
> means. But ultimately, it reports an error internal to the compiler. Its
> using gcc and g++.

	For the sake of getting a better gcc (in case that matters on the
Itanium...) I'd suggest you follow the error message and file a bug report.

	In any case I recommand you to use the Intel C++ Compiler to build
anything on that platform.  It is available for free on Linux -- but I
never bothered downloading / testing the version for IA-64.  You can get
it at  https://premier.intel.com  which requires registration in order to
get an end-user license.  (Maybe your institution already has ICPC installed
though: check either "icc -V" or "icpc -V").
	Configuring and building POV should then just be a matter of doing:

./configure COMPILED_BY=you --disable-optimiz CXX=icpc CXXFLAGS="-O3 -ip"

	This is for a start.  In case of trouble I'd be glad to help you
further on.  Followup-To p.unix.

	- NC


Post a reply to this message

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