|
Hayorbahmy (m)
|
I just installed Ubuntu 7.10 and Compiling the programs I wrote in C,C++ and Java has not been possible, Does anyone have an idea of how I am going to go about compiling it.
|
|
|
|
|
|
kanirip (m)
|
I wouldn't call myself a definitive on Ubuntu but I think u need to download and install some packages using Aptitude on a Raw Ubuntu Installation before you can DO ANY SORT OF PROGRAMMING.
I can't remember the actual error you get but I'm sure if you 'Google' it , u'd get some solutions.
Best of Luck with that.
But You will need the internet to download the Packages.
|
|
|
|
|
|
Hayorbahmy (m)
|
@kanirip
Thanks Kanirip But I don't actually know what to download
|
|
|
|
|
|
kanirip (m)
|
You have 2 install some packages, like the GNU C Compilation package and all its pre-requisites and things like that. Cos u have refused to search, I have done the search for you and come up with this. https://help.ubuntu.com/ubuntu/desktopguide/C/programming.htmlI hope it helps because It should!! Now if u don't understand what the link is trying to say, well maybe u should 'postpone' the programming u were intending on doing. :-)
|
|
|
|
|
|
Hayorbahmy (m)
|
@Kanirin Thanks so much man , was actually lazy that time. I got it later
|
|
|
|
|
|
alexis (m)
|
Install the C++ and java compilers in order to run your programs. If your system is connected to the Internet then it is much simpler. You can use
apt-cache seach package = To search for the package apt-get install package = To install the package/software.
If you are not connected to the internet, you will have to install the packages from the ubuntu CD (assumming you have download the packages). Another option could be to download and install from source. Hope that helps
|
|
|
|
|
|
mimoh_mi (m)
|
Hi all,
It is very easy to install any program in any linux plateform especially debian base like ubuntu. First depend on the type of compiler you want to use. For Java developer, you can just install your eclipse IDE and up you go.
sudo apt-get install eclipse
that's all, all the dependent lib will be install for you.
But if you choose to install the java se from sun, simple download the require version from their site. Most preferable the one with .bin extension. To install
chmod 775 java se version.bin ./java se version
then follow the options.
Any more help just post
|
|
|
|
|
|