[OpenIndiana-discuss] New SPARC T5 and M5

2013-04-02 Thread dormitionsk...@hotmail.com
I had to go to Oracle's site to download some software, and on their main page they had an advertisement: Announcing New SPARC Servers with the World's Fastest Microprocessor Discover the breakthrough speed and power of Oracle SPARC—watch a replay of the March 26th Webcast. http://www.oracle.c

Re: [OpenIndiana-discuss] weird C++ problem

2013-04-02 Thread Apostolos Syropoulos
> >What options did you pass to the compiler?  The snippet compiles fine >with gcc 4.5.2 (Solaris 11) and 4.6.2 (SmartOS). > Yes but it does not compile with gcc 4.7.2. BTW, the solution posted by James Carlson works! Thanks a lot! A.S. -- Apostolos Syropoulos Xanthi, Gre

Re: [OpenIndiana-discuss] weird C++ problem

2013-04-02 Thread Apostolos Syropoulos
Hello, I have tried the following "trick" > > #include > namespace KPS { >   extern "C" { >     #include >   } > } > and it worked. I will try it once more just to be on the safe side. Obviously, I really appreciate your help and your solution!   > > Really, the right answer is to teach