The g++ tag has no wiki summary.
-1
votes
2answers
69 views
Trouble installing build-essential on ubuntu 12.04 [closed]
When trying to install build-essential I get the following error. Can anyone point me out as to where I can go from here?
$ sudo apt-get install build-essential
Reading package lists... Done
...
1
vote
0answers
226 views
How to install libv8 using a specific version of g++? [closed]
I'm trying to install therubyracer gem for a rails project - http://stackoverflow.com/questions/13793533/unable-to-install-therubyracer-on-centos-errors-with-v8-and-gcc and i'm thinking that now that ...
-5
votes
1answer
72 views
Linux Distro with g++
I am having a bit of a nightmare running up an Ubuntu distribution on an offline machine. Can anyone advise a distribution of Linux with G++ (or the contents of the build essential ubuntu package) as ...
1
vote
3answers
3k views
`cannot find “-lgcc_s”` from gcc-3.4 on unbuntu 11.04
I'm trying to use gcc-3.4 on the latest Ubuntu. The package is from debian snapshots.
It probably assumes different default directory structure, so for example I was forced to give it -I ...
1
vote
2answers
1k views
Download g++ for Red Hat release 5.4
My Linux machine has the following definition:
RHEL 5.4
Kernel release.2.6.18
but I don’t have the g++ command. (I need to write c++ programs under Linux)
For example:
[root@linux /etc]# g++
...
0
votes
1answer
2k views
not able to install g++ and gcc on debian
I want to use directadmin as my web control panel and it needs several packages like
g++ , gcc and etc...
as usuall I started to type apt-get install g++ and there problems start :
dependecy ...
1
vote
4answers
2k views
GCC compile result from Bash script
hi i'am not really fluent in bash shell script, i'am doing some compilation using gcc that executed by bash script, how do I know (check) if the compilation was successful or not? any example?
1
vote
3answers
2k views
How do you install g++ (at least version 4.1) on a solaris sparc server?
How do you install g++ (at least version 4.1) on a solaris sparc server?