Which Linux dist?


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers Which Linux dist?
# 1  
Old 04-25-2008
Which Linux dist?

I'm working from what I believe is a server based implementation of Unix and Linux. I access terminals and a Red Hat desktop through Sun Global Desktop from a windows PC.

Recently I have been doing much more complicated activities (than usual). I needed to use cmake, make and gcc (version 4.0.3 or higher). However, I only have access to make. Due to not having administrative rights, I have manage to unpack and install cmake in my home directory and get this to work. However, I realised that my gcc version was lower than 4.0.3. I started the process of installing that too, but it got out of hand with it's size and need for different folders for installation. My home directory is only 200MBs.

I'm now thinking that is would be better to use a spare PC to install another version of Linux, install all the libs and do all the compilation there. So my questions would be:

1. Is this the right approach?
2. What version of Linux should I install?
3. Will the compiled code from the spare PC be compatible when I bring it back?

Note: I only need to do this once as a proof of concept then other professionals can get envolved and sort the whole thing out.
# 2  
Old 04-27-2008
Quote:
Originally Posted by seroppi
1. Is this the right approach?
Yes. Bulls eye.

Quote:
Originally Posted by seroppi
2. What version of Linux should I install?
Red Hat, the one that you have at work, the same version. You are doing work related activities.

Quote:
Originally Posted by seroppi
3. Will the compiled code from the spare PC be compatible when I bring it back?
Yes. Just make sure it is the same version of Linux. Just to save you some time later.

Quote:
Originally Posted by seroppi
Note: I only need to do this once as a proof of concept then other professionals can get involved and sort the whole thing out.
Dream on.

In real life; you start the race, you finish it. If you don't, you lose the race.

It will be your baby, and you're going to be the Papa, the Mama, the baby sitter, the babtising pastor, and the God father.

Good luck.
 
Login or Register to Ask a Question

Previous Thread | Next Thread

3 More Discussions You Might Find Interesting

1. Programming

FORTRAN: Getting Consecutive DIST Values

I have this code and I want to get the first two consecutive distances (obtained by calling GET_TH(IT, 'DIST', DIST) at index IT, the result stored in DIST) for which (ITFLG(IT) .NE. 1). L_FIRST get the first DIST for which ITFLG(IT) .NE. 1. Getting a bit confused on how to achieve this. ... (0 Replies)
Discussion started by: kristinu
0 Replies

2. Linux

Secondary linux dist WITHIN primary one

Hi New here so forgive my ignorance and inability to express myself in an informative manner ;) I have a Fedora distribution installed on my development computer. The system we build is meant to run on a slackware dist which is all fine and well. But due to our flow of deployment I would have... (2 Replies)
Discussion started by: inquam
2 Replies

3. UNIX for Advanced & Expert Users

suPHP stopped working after dist-upgrade

Hi all, My server was Debian Etch (4) and had a working suPHP module (version 0.6.2-1). After I dist-upgraded it to Lenny (Debian 5), suPHP (version 0.6.2-3) stopped working. I read in the mailing list that I should change the settings of /etc/suphp/suphp.conf to this form: ;Handler... (1 Reply)
Discussion started by: mjdousti
1 Replies
Login or Register to Ask a Question