LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Source vs. Binary? (https://www.linuxquestions.org/questions/linux-newbie-8/source-vs-binary-153019/)

rhraz 03-03-2004 10:18 AM

Source vs. Binary?
 
I was thinking about downloading Partition Image http://www.partimage.org/download.en.html and
I was wondering what the difference is between
the source and the binary file. Do they both need the
typical ./configure, make, make install commands to
Install?


Seventh 03-03-2004 10:45 AM

The binary is the installer, the source is the source. :)

If you don't care about compiling it yourself, you just need the binary. It's handy to get both sometimes though, as you might run into the binary needing to be compiled for your kernel version.

votd 03-03-2004 12:11 PM

some sofware distribution s run directly form binary, without any installation process..
as seventh says, when you dont need to do any specific change in the program, or at least you dont need any specifif installtion you can use binary distirbution...

But the meaning of free software is having the source, huh? :)

rhraz 03-03-2004 12:24 PM

I got the binary version of the app. Just un tar'ed it and it worked fine. Yes, free software is having the source code with it. But I'm anything but a programmer so I don't really need it anyway. :)

mikshaw 03-03-2004 04:16 PM

Generally speaking, if you have a binary which was compiled for your specific distribution you should have little trouble running it. These are often compiled to accomodate the widest range of users, though, so sometimes you might have problems...if you're running a custom kernel or have conflicting applications installed, for example. In these situations it may be better to compile the program from source.

Personally i prefer the source approach, though occasionally I find an application that gives me trouble during the build. If it's worth the effort to find out why , then I'll attempt to fix it. If not, I'll try a precompiled binary. This isn't really the best choice though, imo, since it seems these binaries are more likely to crash or have performance issues. If there are problems in the compile, this may be the result of software conficts...simply using a precompiled binary is the equivalent of a bandage rather than a cure.


All times are GMT -5. The time now is 11:38 PM.