Jump to content

Need Help To Compile From Source Code


livinthailandos

Recommended Posts

I've read many forums online and none to me honestly actually explain very well how to compile from source code, i've tried getting the program to work either with tar.gz file or another tar file, I am using mandriva one 2009 and ubuntu 8.10 no luck available I understand that I have to uncompress the file, i've read about make file, /.configure but still no luck, can someone on here show me a very simple way for compiling from source code and make everything come together and work.

Link to comment
Share on other sites

Without going in to dependency checking and the world of pain that that entails, provided you have the necessary libraries (GCC etc, not sure if they come with the distros you mentioned) installed on the system it is usually just a case of:*

tar zxf yourfile.tar.gz
cd yourfile
./configure
make
make install

What program are you trying to compile and what errors are you encountering?

*Compiling a new kernel is rather more complicated

EDIT: I think you need to be root or use sudo to run the make and make file if the file is uncompressed into a directory somewhere other than your home folder.

Edited by slackula
Link to comment
Share on other sites

EDIT: I think you need to be root or use sudo to run the make and make file install if the file is uncompressed into a directory somewhere other than your home folder. program is to be available system-wide

FTFM; had a senior moment back there, sorry.

Link to comment
Share on other sites

I've read many forums online and none to me honestly actually explain very well how to compile from source code, i've tried getting the program to work either with tar.gz file or another tar file, I am using mandriva one 2009 and ubuntu 8.10 no luck available I understand that I have to uncompress the file, i've read about make file, /.configure but still no luck, can someone on here show me a very simple way for compiling from source code and make everything come together and work.

You can follow slackula's instructions, or (he wouldn't know about this with him using Slackware and all :o ), use your package installer. Under ubuntu it's synaptics. Not sure what Madravia uses....

Link to comment
Share on other sites

I've read many forums online and none to me honestly actually explain very well how to compile from source code, i've tried getting the program to work either with tar.gz file or another tar file, I am using mandriva one 2009 and ubuntu 8.10 no luck available I understand that I have to uncompress the file, i've read about make file, /.configure but still no luck, can someone on here show me a very simple way for compiling from source code and make everything come together and work.

You can follow slackula's instructions, or (he wouldn't know about this with him using Slackware and all :o ), use your package installer. Under ubuntu it's synaptics. Not sure what Madravia uses....

What?? We Slackers have this luxurious, highly featured package management tool :D

But I am not sure how a package installer would help him to compile from source..

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.






×
×
  • Create New...