Tagged Questions
0
votes
2answers
1k views
How to install gcc4.7 in 11.10?
I went through a lot of similar articles/questions on this problem but I could not install gcc4.7 on Ubuntu 11.10.
I used these commands
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
sudo ...
1
vote
3answers
2k views
Eclipse not creating a binary file when building a simple program
I have a problem with linking and\or running a simple program in my eclipse. I'll try to first give a full description of the setup I'm using, to help identify the problem. Please notice that this is ...
0
votes
4answers
1k views
Is there anyway to Compile Notepad++ from Source?
I really like using Notepad++ to write HTML and such. After I started using Ubuntu I looked around for an alternative to Notpad++. I found a thread which lead me to try Geany and a few others, but I ...
2
votes
1answer
2k views
Why does gsl-library not compile/link in 11.10, despite that it did under 11.04 with the same makefile and program?
I have a problem with the gsl library in Oneiric - after upgrade from Natty to Oneiric I cannot build a program anymore with my own makefile, despite the fact that in QT Creator everything works fine ...
2
votes
2answers
3k views
How to install gtkmm?
Is the gtkmm package already installed by default? If not how do I install it on Ubuntu 11.10 with all the prerequisites? I do not see any reference to the packages described in the gtkmm tutorial in ...
