public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "JARVIS, KANDY S. (JSC-KX) (ESCG)" <kandy.s.jarvis1@jsc.nasa.gov>
To: 'Pierre-Matthieu anglade' <pierre.matthieu.anglade@gmail.com>,
	 gcc-help@gcc.gnu.org
Subject: RE: compiling
Date: Tue, 08 Nov 2005 14:55:00 -0000	[thread overview]
Message-ID: <AA21C31E28E89341B4984E8B34D84E3B13129315@jsc-mail05.jsc.nasa.gov> (raw)

Yes, advice from another user took me down that same path.  Indeed it isn't
a compiling issue but rather that my home directory is not in the path.
Thank you for your suggestion though! 

-----Original Message-----
From: Pierre-Matthieu anglade [mailto:pierre.matthieu.anglade@gmail.com] 
Sent: Tuesday, November 08, 2005 2:52 AM
To: JARVIS, KANDY S. (JSC-KX) (ESCG); gcc-help@gcc.gnu.org
Subject: Re: compiling

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 14:55 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-08 14:55 JARVIS, KANDY S. (JSC-KX) (ESCG) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-07 15:05 compiling Fox_Conor
2005-11-08  8:52 ` compiling Pierre-Matthieu anglade
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=AA21C31E28E89341B4984E8B34D84E3B13129315@jsc-mail05.jsc.nasa.gov \
    --to=kandy.s.jarvis1@jsc.nasa.gov \
    --cc=gcc-help@gcc.gnu.org \
    --cc=pierre.matthieu.anglade@gmail.com \
    /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).