public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Pierre-Matthieu anglade <pierre.matthieu.anglade@gmail.com>
To: kandy.s.jarvis1@jsc.nasa.gov, gcc-help@gcc.gnu.org
Subject: Re: compiling
Date: Tue, 08 Nov 2005 08:52:00 -0000	[thread overview]
Message-ID: <25e63a4d0511080051y42c071b8i3942d7e720046d81@mail.gmail.com> (raw)
In-Reply-To: <D492F7F1530F8D4EA0A03A6365EC3A4406C2753E@corpeumx1-bk.corp.emc.com>

What happens when you try to execute your band.exe?
What is the error message?

Two frequent error:
-if you try:
> f77 -o band.exe *.f
then
> band.exe
the file may not be found.
try
> ./band.exe

On some system your compiler is not compatible with the defaults
runtime libs. (it is the cas with my redhat fc4 :-( )
Then you migh which to do:
> f77 -static  -o band.exe *.f
> ./band.exe

--
Pierre-Matthieu Anglade

  reply	other threads:[~2005-11-08  8:52 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-07 15:05 compiling Fox_Conor
2005-11-08  8:52 ` Pierre-Matthieu anglade [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-08 14:55 compiling JARVIS, KANDY S. (JSC-KX) (ESCG)
2005-11-07 14:43 compiling JARVIS, KANDY S. (JSC-KX) (ESCG)
2003-02-08 17:27 Compiling Dockeen

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=25e63a4d0511080051y42c071b8i3942d7e720046d81@mail.gmail.com \
    --to=pierre.matthieu.anglade@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=kandy.s.jarvis1@jsc.nasa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).