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: Shu Ye <>
  • To:
  • Subject: Re: [cgal-discuss] install CGAL on unix sol86 platform
  • Date: Mon, 1 Jun 2009 08:48:59 -0700 (PDT)
  • Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Subject:To:MIME-Version:Content-Type; b=Ci+CXJGAu1LEJNaV4cX8PrM32O/urSPa+b3EhyBlxiDGVXV1PWXgDbBwTRDrM02MNpaVnI5KDDRJESj/rzGtpckJNRp6Cft4xC1QBoeOUqiV2RnfaQy1QwCV+WLnAVTJ3C6gF+uXoGd/bBOCqajTHyb4bFj2UQy5xjqYOXfq+Es=;

Hi Joachim,
 
I have to install CGAL 3.3 in order to be consistent with other platforms I have installed.
 
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.
 
Thanks,
-Shu

--- On Fri, 5/22/09, Joachim Reichel <> wrote:

From: Joachim Reichel <>
Subject: Re: [cgal-discuss] install CGAL on unix sol86 platform
To:
Date: Friday, May 22, 2009, 9:45 AM

Hi,

> Can anyone share some experience on how to install CGAL 3.3 or 3.4 on UNIX sol86 platform? I tried to install it on this platform, but couldn't succeed. According to CGAL installation manual, it requires g++ 4.1 compiler. I am not sure if  I can use gcc 4.1.1 instead. Thank you in advance.

If you read "gcc" as "GNU Compiler Collection", then the answer is yes,
since it contains the C++ compiler. If you read "gcc" as GNU C Compiler,
then the answer is no, you really need the C++ compiler.

I strongly suggest using CGAL 3.4 and not 3.3.

Maybe we can help you if you let us know the error message (and more
details, see http://www.cgal.org/bug_report.html).

Joachim
--
You are currently subscribed to cgal-discuss.
To unsubscribe or access the archives, go to
https://lists-sop.inria.fr/wws/info/cgal-discuss

Attachment: compile.log
Description: Binary data

Attachment: install.log
Description: Binary data




Archive powered by MHonArc 2.6.16.

Top of Page