Finding out available C++ compilers on my system


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Finding out available C++ compilers on my system
# 1  
Old 12-05-2003
CPU & Memory Finding out available C++ compilers on my system

How can I find out what C++ compilers are available on my system?

Thanks in advance
# 2  
Old 12-05-2003
Hi,

What system are you using ? Try to write cc and check the results...
# 3  
Old 12-05-2003
system used

It should be System V Release 4......its on a school computer, maybe solaris I think.

So I just type cc and it tells me?
# 4  
Old 12-05-2003
I would rather suggest you to see the man page for cc. It can guide you what compiler cc is

also try c++ or CC (upper case)

just typing cc will certainly not tell you which compiler it is, but you will know if your system atleast has a cc (if the path is right)

just would like to know, why do you want to know what compilers are there.
# 5  
Old 12-05-2003
The answer to your inquiry

I'm sure that I have cc (and gcc) on there, but I just wanted to know if I had other C++ compilers on there as well, outside of gcc. I just wanted to know how I could find out on my computer if these other compiler programs existed on my computer or not.

Is there some sort of command line thing I can do to find out?
# 6  
Old 12-05-2003
Bump (to the top of the list)
# 7  
Old 12-05-2003
please do not 'bump' up threads. if you read the rules you will see that this is not allowed.

if you have gcc (which includes g++) that is all you need to compile c++ and c code.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Finding all files w/ suffix on the system

I am trying to build a list of all files ending in *.cbl in the system, but when I try find / -name *.cbl, I only find one specific file name that is alphabetically first. Is there something I'm missing? TIA ---------- Post updated at 11:20 AM ---------- Previous update was at 11:15 AM... (1 Reply)
Discussion started by: wbport
1 Replies

2. Shell Programming and Scripting

Finding 'ls' to bypass system alias

Heyas Just asking, is there a better to make sure the script will use the binary and not some alias? LS=$(locate "ls"|grep /bin/ls$ | head -n 1) Thank you. (7 Replies)
Discussion started by: sea
7 Replies

3. Solaris

Finding system uptime without login

Hi, Am writing a script where I want to find uptime of certain servers. Is there any command where we can find uptime without login to the server, since the server list is big logging to the server will time consuming. Thanks in advance (7 Replies)
Discussion started by: rogerben
7 Replies

4. Shell Programming and Scripting

finding the hostname of a remote system

I know the ipaddress of a remote machine and would like to know its hostname I used the nslookup command but... is there an easier way of doing it... just like hostname command. When i give this command i get the following nslookup 10.2.47.36 Server: 10.233.04.31 Address: ... (2 Replies)
Discussion started by: ramky79
2 Replies

5. Shell Programming and Scripting

Kornshell finding operating system

This should be really simple but I can't figure it out. :wall: Whats the command to find the operating system version thats running. I need to know if the node my script gets run on is HP-UX or linux or AIX or Oracle (6 Replies)
Discussion started by: Blogger11
6 Replies

6. Shell Programming and Scripting

a comand finding all files from unix system

Hi, I am new in using unix systems and I need your help. I would like to make a command that prints all files (not directories) from a file system. These files must be executable from all users (--x --x --x) Thank you in advance (2 Replies)
Discussion started by: peter20
2 Replies

7. Solaris

Finding most busy file system

Hi Experts, I was asked to find most busy file system on one of the server. It is Sun 10. Any idea to get this? Thanks, Deepak (5 Replies)
Discussion started by: naw_deepak
5 Replies

8. UNIX for Dummies Questions & Answers

Finding out which file system a machine has

Hi, when I run sfdisk -l get: Disk /dev/sda: 19452 cylinders, 255 heads, 63 sectors/track Units = cylinders of 8225280 bytes, blocks of 1024 bytes, counting from 0 Device Boot Start End #cyls #blocks Id System /dev/sda1 * 0+ 12 13- 104391 83 Linux... (1 Reply)
Discussion started by: mojoman
1 Replies

9. UNIX for Dummies Questions & Answers

Finding unix file system

Hi, I have here a hard drive from a computer that was damaged, and now the costumer needs the data on the hard drive, but doesn't have any other computer to read data. I don't really know what file system is on the disk. How can I find out what file system is on the disk so I can read the... (4 Replies)
Discussion started by: dmarques
4 Replies

10. UNIX for Dummies Questions & Answers

Finding system info

Can someone tell me the command to display the info about the CPU? I need the CPI id.. of my SUN box. Solaris 8. It's some totally un-intuitive command, and i can't recall it. tnx. (3 Replies)
Discussion started by: ireeneek
3 Replies
Login or Register to Ask a Question