-
as seen on Super User
- Search for 'Super User'
I don't have g++:
erelsgl@ubuntu:/etc/apt$ which g++
erelsgl@ubuntu:/etc/apt$
erelsgl@ubuntu:/etc/apt$ g++
The program 'g++' can be found in the following packages:
* g++
* pentium-builder
Try: sudo apt-get install <selected package>
So I try to install it:
erelsgl@ubuntu:~/srilm$ sudo…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I have g++ 4.6, 4.7 and 4.8 installed, but not g++ itself. I am using Ubuntu 12.04. If I do:
g++ --version
it says:
The program 'g++' can be found in the following packages:
* g++
* pentium-builder
I have tried the following:
sudo apt-get update
then
sudo apt-get -f install
then
sudo…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I am facing multiple issues with building my c++ code on Ubuntu 12.04. This code was building and running fine on RH Enterprise.
I am using g++ 4.6.3. Here's the output of g++ -v.
g++ -v
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/i686-linux-gnu/4.6/lto-wrapper
Target:…
>>> More
-
as seen on Server Fault
- Search for 'Server Fault'
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 i installed g++44, that all i need to do is get gem install libv8 to use g++44 instead of g++.
Is…
>>> More
-
as seen on Ask Ubuntu
- Search for 'Ask Ubuntu'
I'm trying to compile a program which uses Google's V8 library (which is 32 bit). Therefore any library I use within my program also has to be 32 bit. Where can I download the 32 bit version of libraries on Ubuntu 64 bit? More specifically, I'm looking for the libnotify 32 bit version.
This is the…
>>> More