Marios,
 
Thanks for your reply. It looks that CC is the Forte C++, which is not a free software. I do not have it installed. :(
 
Is there any sucess story about installing xerces c on solaris machine with free gcc?
 
Thanks
 
-Chun Lin
----- Original Message -----
Sent: Monday, June 14, 2004 5:03 PM
Subject: RE: CC in Solaris? -> worked!

Hi Chun Li,

 

Here you are:

 

[EMAIL PROTECTED]:~# which CC

/opt/SUNWspro/bin/CC

[EMAIL PROTECTED]:~# which cc

/opt/SUNWspro/bin/cc

[EMAIL PROTECTED]:~# which gcc

/usr/local/bin/gcc

[EMAIL PROTECTED]:~# which g++

/usr/local/bin/g++

[EMAIL PROTECTED]:~# CC -V

CC: Sun WorkShop 6 update 1 C++ 5.2 2000/09/11

[EMAIL PROTECTED]:~# cc -V

cc: Sun WorkShop 6 update 1 C 5.2 2000/09/11

usage: cc [ options] files.  Use 'cc -flags' for details

[EMAIL PROTECTED]:~# gcc --version

gcc (GCC) 3.2

Copyright (C) 2002 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

[EMAIL PROTECTED]:~# g++ --version

g++ (GCC) 3.2

Copyright (C) 2002 Free Software Foundation, Inc.

This is free software; see the source for copying conditions.  There is NO

warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

 

 


From: Chun Lin Zhang [mailto:[EMAIL PROTECTED]
Sent: Monday, June 14, 2004 8:24 AM
To: [EMAIL PROTECTED]
Subject: Re: CC in Solaris? -> worked!

 

Marios,

 

Thank you for your answer. Can you tell me where is the CC in your enviroment? I can't find CC in my environment. I only have gcc and cc.

 

Thanks again.

----- Original Message -----

Sent: Saturday, June 12, 2004 1:52 AM

Subject: RE: CC in Solaris? -> worked!

 

Hi guys,

 

I tried using ./runConfigure �psolaris �cCC �xCC and then gmake and compiled fine!!!

 

Marios

 


From: Chun Lin Zhang [mailto:[EMAIL PROTECTED]
Sent: Friday, June 11, 2004 4:15 AM
To: [EMAIL PROTECTED]
Subject: Re: CC in Solaris?

 

I tried before, but failed. I posted the error messages here. No answers yet:(

----- Original Message -----

Sent: Thursday, June 10, 2004 7:33 PM

Subject: CC in Solaris?

 

Has anybody tried to compile xerces under Solaris 8/sparc arch/CC version 5.2 2000/09/11?


Thanks

Reply via email to