Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] install CGAL on unix sol86 platform

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] install CGAL on unix sol86 platform


Chronological Thread 
  • From: Joachim Reichel <>
  • To:
  • Subject: Re: [cgal-discuss] install CGAL on unix sol86 platform
  • Date: Mon, 01 Jun 2009 19:32:21 +0200

Hi,

> I tried to install CGAL 3.3 on the Unix i386_SunOS-5.10 with SUNPRO 5.90
> compiler. I got compiler errors when I built CGAL Libraries. Please refer
> to attached log files. All the errors are pointed to config.h line 150.
> After looking at the code, I found that i386_SunOS-5.10 is not defined
> there. I am not sure if it is possible to modify that file on your side, so
> CGAL 3.3 can find the correct OS system. Thank you in advance.

This code block just defines the endianess. I don't know why your
compiler does not define __sparc__ nor __sparc. You can simply hack the
line 150 to set the define manually (sparc should be big-endian).

Joachim



Archive powered by MHonArc 2.6.16.

Top of Page