C Board  

Go Back   C Board > Platform Specific Boards > Linux Programming

Reply
 
LinkBack Thread Tools Display Modes
Old 01-19-2002, 05:14 AM   #1
Registered User
 
Join Date: Jan 2002
Posts: 18
linux vs linux?

Hi all, I 'v recently committed to learning c++ for better and for worse through sickness and health, and after only two months of trying very hard, with many different books + forums like this one, I'me actually learning to think in c++, this has made the everyday world of linux imennsely simpler, since I'm thinking like a developer would think and not an end user, I'm less dependant on the gui as well although a good gui really helps me kick back...

My question is this: There are many linux distributions, however will a linux app that runs on one distro run on the rest? For example, will an app that came bundled with the redhat cd install and run in mandrake/SuSE/debian/corel? Will linux apps work on all linux distro's? if they will then this makes picking a distro much more painless for me. As I'm trying to find one with the highest app and driver developer support.


Thanks to everyone!
Dreamerv3 is offline   Reply With Quote
Old 01-19-2002, 04:29 PM   #2
31173 h4x0r
 
gnu-ehacks's Avatar
 
Join Date: Nov 2001
Posts: 556
I believe most linux programs will run on other distributions because of the fact that most programs have to be recompiled whenever being installed...

Although, RPM's (RedHat Package Managers) will only work with a few distributions, but you can probably get the programs inside the RPM's in some other format.
__________________
What will people say if they hear that I'm a Jesus freak?
What will people do if they find that it's true?
I don't really care if they label me a Jesus freak, there is no disguising the truth!

Jesus Freak, D.C. Talk

-gnu-ehacks
gnu-ehacks is offline   Reply With Quote
Old 01-19-2002, 04:41 PM   #3
Registered User
 
Join Date: Jan 2002
Posts: 18
I just downloaded the demolinux iso and burned a cd and botted it, this is sooo awesome!

I can learn linux, find my way around, and then when I'm fluent enough... dump windows like the rotten garbage that it is...

Now I have to pick a distro and figure out how to make my dsl modem work with it...
Dreamerv3 is offline   Reply With Quote
Old 01-19-2002, 11:51 PM   #4
In The Light
 
Join Date: Oct 2001
Posts: 598
users groups

howdy Dreamerv3,
i am also trying to ditch M$ as an OS. I lurk on a couple of LUG's and find that for the most part the folks that post on users group boards are pretty willing to help a newbie.
M.R.
itld is offline   Reply With Quote
Old 01-22-2002, 12:54 AM   #5
Registered User
 
Join Date: Aug 2001
Posts: 202
In my experience, compiled binaries TEND to work on other linux distros as long as they really are linux. FreeBSD, for example, is not linux. Neither is solaris. However, c code is usually portable amongst the various flavors of UNIX/Linux, so don't fret about compatability with other *NIXes. You will most likely have some compatability issues with windows, so if cross-platform is important, you may want to think about an interpreted language (Perl, TCL, Java) instead of C.


--starX
www.axisoftime.com
starX is offline   Reply With Quote
Old 01-22-2002, 09:39 AM   #6
Unregistered
Guest
 
Posts: n/a
the problem with rpm's i that different distro's install things in different places. also different distros provide different versions of software. A lot of the time the rpm depends on knowing where certain libraries are, is the library a current enough version, and are binaries the rpm depends on installed on the system. this is what makes it a good idea to obtain rpms for your distro...Mandrake and RedHat are for the most part compatible. Mandrake spawned from RedHat. The sure fire way to ensure the software behaves the way you want it to is to grab the rpm for you distro (don't ignore version number) or my favorite, do it the old fashioned way and compile it yourself . you learn a lot more about your system that way too..
  Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Thinking of upgrading to linux... Yarin General Discussions 37 07-24-2009 11:40 AM
Wireless Network Linux & C Testbed james457 Networking/Device Communication 3 06-11-2009 11:03 AM
Dabbling with Linux. Hunter2 Tech Board 21 04-21-2005 04:17 PM
installing linux for the first time Micko Tech Board 9 12-06-2004 05:15 AM


All times are GMT -6. The time now is 10:04 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.0 RC2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22