help needed... (beginner)

Ask a Question related to Sun Solaris, Design and Development.

  1. #1

    Default help needed... (beginner)

    hi everyone!
    i'm very new to solaris. i have downloaded an installation file of a
    fortran 95 compiler from the internet for solaris but i could not open
    them. the files have extension .tgz. is it some kind of compression or
    something?? if so, how do i get the executable file from it?? can
    someone also give a reference to other free fortran 90/95 compilers?

    thanks in advance for any help
    bhaskara aditya
    Bhaskara Aditya Guest

  2. Similar Questions and Discussions

    1. Some Guidance from an expert needed for beginner...
      Over the last couple of days I have been reading through the documentation to try to find a solution for a project I am working on and I was hoping...
    2. Beginner Looking For Help
      I am looking for some help with this problem I am experiencing. What I want to do, is extend the dataset, but include a button above it that I...
    3. Beginner needs help!!!
      hi there, i just got assigned a project at work that involves freehand, but I am not familiar with the program (at all) I have two questions: 1....
    4. Beginner, need help
      hi I am new to PHP and would like to know if there is a site which has tutorials to explain. I also need to know what to do and how to do to...
  3. #2

    Default Re: help needed... (beginner)

    Bhaskara Aditya wrote:
    > i'm very new to solaris. i have downloaded an installation file of a
    > fortran 95 compiler from the internet for solaris but i could not open
    > them. the files have extension .tgz. is it some kind of compression or
    > something?? if so, how do i get the executable file from it??
    The files have been tar'ed and gzip'ed. You would need to gunzip
    and then untar them. If you don't have the gzip programs, you
    can get them from [url]http://sunfreeware.com[/url]

    -am © 2003
    Anthony Mandic Guest

  4. #3

    Default Re: help needed... (beginner)

    On Sat, 02 Aug 2003 15:17:28 -0700, <"Michael Vilain <vilain@spamcop.net>">
    wrote:
    > In article <4aae922e.0308012252.410ed77a@posting.google.com >,
    > [email]bhaskaraaditya@msn.com[/email] (Bhaskara Aditya) wrote:
    >
    >> hi everyone!
    >> i'm very new to solaris. i have downloaded an installation file of a
    >> fortran 95 compiler from the internet for solaris but i could not open
    >> them. the files have extension .tgz. is it some kind of compression or
    >> something?? if so, how do i get the executable file from it?? can
    >> someone also give a reference to other free fortran 90/95 compilers?
    >>
    >> thanks in advance for any help
    >> bhaskara aditya
    >
    > .tgz usually means ".tar.gzip". So, it's a gzip'ed tarball. You should
    > have gzip on your system or you can download the binary from the "usual
    > places" like sunfreeware.com.
    >
    Do yourself a favor and grab a copy of GNU's tar. It has several great
    features including one-step "gunzip tar extract".

    The command would be 'tar zxvf file.tgz'. Enjoy!

    --
    Barton Fisk, SCNA SCSA

    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]

    Barton Fisk Guest

  5. #4

    Default Re: help needed... (beginner)

    On Sun, 03 Aug 2003 13:30:28 +1000, Anthony Mandic <qx@hotmail.com> wrote:
    > Barton Fisk wrote:
    >
    >> Do yourself a favor and grab a copy of GNU's tar. It has several great
    >> features including one-step "gunzip tar extract".
    >
    > You may wish to take into consideration what Jörg Schilling has
    > to say about Gnu tar.
    >
    As always, caveat emptor.

    --
    Barton Fisk, SCNA SCSA

    Using M2, Opera's revolutionary e-mail client: [url]http://www.opera.com/m2/[/url]

    Barton Fisk Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139