![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| finding duplicate files by size and finding pattern matching and its count | jerome Sukumar | Shell Programming and Scripting | 2 | 12-01-2006 01:20 AM |
| Error: could not find any of these C compilers | cherryven | AIX | 2 | 07-01-2006 01:27 AM |
| Finding system info | ireeneek | UNIX for Dummies Questions & Answers | 3 | 12-25-2003 08:48 AM |
| MS DOS Basic to .EXE compilers? | jacx2 | Windows & DOS: Issues & Discussions | 1 | 11-10-2002 01:31 PM |
| Anyone know any good perl compilers for windows ? | JeZzTeR | Windows & DOS: Issues & Discussions | 3 | 05-08-2002 12:13 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
How can I find out what C++ compilers are available on my system?
Thanks in advance |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
Hi,
What system are you using ? Try to write cc and check the results... |
|
#3
|
|||
|
|||
|
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
|
||||
|
||||
|
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.
__________________
War doesnt determine who is right, it determines who is left |
|
#5
|
|||
|
|||
|
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
|
|||
|
|||
|
Bump (to the top of the list)
|
|
#7
|
|||
|
|||
|
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. |
|||
| Google The UNIX and Linux Forums |