Re: gfortran on old machines
- From: Thomas Koenig <Thomas.Koenig@xxxxxxxxx>
- Date: Thu, 4 Jan 2007 21:16:57 +0100 (CET)
Kamaraju Kusumanchi <kk288@xxxxxxxxxxx> wrote:
Is this glibc available as a single (zipped) file like gfortran is? Is
there any website from which I can download it? I tried googling but all
I could find is .rpm and .deb files. Since I do not have root access on
this machine, the .rpm files are not very useful.
You can extract the files from the file foo.deb file by doing
ar xv foo.deb
This will usually create three files named
debian-binary
control.tar.gz
data.tar.gz
data.tar.gz contains the actual data. Extract it using
zcat data.tar.gz | tar -xvf -
Or talk to your sysadmin to install more up-to-date libraries :-)
Thomas
.
- Follow-Ups:
- Re: gfortran on old machines
- From: Kamaraju Kusumanchi
- Re: gfortran on old machines
- References:
- gfortran on old machines
- From: Kamaraju Kusumanchi
- Re: gfortran on old machines
- From: Kamaraju Kusumanchi
- Re: gfortran on old machines
- From: Thomas Koenig
- Re: gfortran on old machines
- From: Kamaraju Kusumanchi
- gfortran on old machines
- Prev by Date: Re: Sun Studio Express 3 compilers available for download
- Next by Date: Re: gfortran on old machines
- Previous by thread: Re: gfortran on old machines
- Next by thread: Re: gfortran on old machines
- Index(es):
Relevant Pages
|