How to know which versions we are using c, c++ in Solaris.


 
Thread Tools Search this Thread
Operating Systems Solaris How to know which versions we are using c, c++ in Solaris.
# 1  
Old 11-19-2008
How to know which versions we are using c, c++ in Solaris.

How to know which versions we are using c, c++ in Solaris.

Thanks & Regards
Durgaprasad
# 2  
Old 11-19-2008
Code:
$ cc -V
cc: Sun C 5.9 SunOS_i386 2007/11/15
usage: cc [ options] files.  Use 'cc -flags' for details
$ CC -V
CC: Sun C++ 5.9 SunOS_i386 2007/11/15
$ gcc --version
gcc (GCC) 3.4.3 (csl-sol210-3_4-20050802)
Copyright (C) 2004 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.

Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Solaris

Versions of Oracle VM with Solaris 11?

I guess since its part of OS it depends on OS installed. I understand from OVS for Sparc 3.0 onwards you can use OV Manager (latest) to manage? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Solaris

Available design options for a cluster hosting many different virtualized Solaris versions

Good day, everyone, and thanks first off for reading my question. So, I have been Googling and reading oracle documentation for the past couple weeks, and I am just getting more and more confused as to what I need to do, and I would really appreciate some guidance or at least pointing me to... (4 Replies)
Discussion started by: Lyxix
4 Replies

3. Solaris

Upgrading Solaris - what happens to zpool/zfs versions

Hi everyone, I'm hoping someone can help me out here. I've googled lots and don't think I can find an easy answer to this. We're in the process of upgrading Solaris from v10 5/08 to v10 9/10. The zpools for luns are currently at version 10, and I understand Solaris v10 9/10 has support for... (3 Replies)
Discussion started by: badoshi
3 Replies

4. Solaris

Solaris and vxvm ( really old versions)

This is going to mean nothing to most.... I'm working on a E4500 server running Solaris 2.5.1 and VXVM 2.5.5 :eek: I've replaced the rootmirror and would like to monitor progress of the resync It's only a 2Gb /partition so it shouldn't take too long. In later versions vxtask list ... (5 Replies)
Discussion started by: Martincorneuk
5 Replies

5. HP-UX

Versions of HP-UX

Lo guys, I've just started a new department in work and I'm going to be using HP-UX with Vi. The problem is I'm completely new to UNIX, I'm currently learning at work but I only have limited amounts of time on our dev systems. Is it possible to get a free/educational version any where? I don't... (4 Replies)
Discussion started by: john2012
4 Replies

6. Solaris

solaris versions interpretation

Hi What means Solaris 10 5/09 and Solaris 10 10/09, I mean the suffix 5/09 and 10/09 ? thx for help. (1 Reply)
Discussion started by: presul
1 Replies

7. Solaris

Solaris versions

Hi, Does anyone know if the various releases of Solaris are archived anywhere? I work for a DR company and it would be useful to have different releases of a Solaris version number i.e. Solaris 10 6/06 (3 Replies)
Discussion started by: callmebob
3 Replies

8. HP-UX

Is there any way to get old HP-UX versions?

I got my hands on a HP9000/380 and need a (really) old version of HP-UX, like 7 or 8. Is there any vendor who sells older versions? I did a quick search here and checked the FAQ and HPs HP-UX site but couldn't find anything. :confused: Any help is appreciated! (4 Replies)
Discussion started by: dlundh
4 Replies

9. Solaris

Solaris 10 verse older versions

So if everything in Solaris 10 is dynamically linked then I have a question. If /sbin/sh in Solaris 9 and lower are statically linked and I lose my /usr libraries the system is still recoverable cause I can use root. If /sbin/sh in Solaris 10 is dynamically linked and I lose my /usr libraries... (1 Reply)
Discussion started by: x96riley3
1 Replies

10. Shell Programming and Scripting

different versions?

can someone tell me a shell-script to convert an older version of a file with the current one? (1 Reply)
Discussion started by: deeptia
1 Replies
Login or Register to Ask a Question