public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* g77 failure
@ 2010-02-13  1:50 Ruben Pampa
  2010-02-13 15:56 ` Ian Lance Taylor
  0 siblings, 1 reply; 2+ messages in thread
From: Ruben Pampa @ 2010-02-13  1:50 UTC (permalink / raw)
  To: fortran, gcc-help

Hi
g77 give me the following problem:

$g77 -o funcio  funcion.for
/usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld:
crtbegin.o: No such file: No such file or directory
Before g77 work very well and  I dont know how to resolve this
problem, please give me a hand

Ruben

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: g77 failure
  2010-02-13  1:50 g77 failure Ruben Pampa
@ 2010-02-13 15:56 ` Ian Lance Taylor
  0 siblings, 0 replies; 2+ messages in thread
From: Ian Lance Taylor @ 2010-02-13 15:56 UTC (permalink / raw)
  To: Ruben Pampa; +Cc: fortran, gcc-help

Ruben Pampa <ruben.pampa@gmail.com> writes:

> g77 give me the following problem:
>
> $g77 -o funcio  funcion.for
> /usr/lib/gcc/i486-slackware-linux/3.4.6/../../../../i486-slackware-linux/bin/ld:
> crtbegin.o: No such file: No such file or directory
> Before g77 work very well and  I dont know how to resolve this
> problem, please give me a hand

The file /usr/lib/gcc/i486-slackware-linux/3.4.6/crtbegin.o should
exist on your system.  If you don't have it, I don't know what
happened to it.  Perhaps you simply need to reinstall gcc.

Ian

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2010-02-13  1:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-13  1:50 g77 failure Ruben Pampa
2010-02-13 15:56 ` Ian Lance Taylor

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).