public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Tim Prince <timothyprince@sbcglobal.net>
To: Ben Dean <benjamin.dean@yale.edu>
Cc: gcc-help@gcc.gnu.org
Subject: Re: gcc compiler help
Date: Sun, 09 Jul 2006 19:59:00 -0000	[thread overview]
Message-ID: <44B16000.5060703@sbcglobal.net> (raw)
In-Reply-To: <20060709151909.hb49fdnhssgo0ooc@www.mail.yale.edu>

Ben Dean wrote:
> I am trying to run GCC on mac OSX 10.3.9 and keep encountering the same error.
>  to the command "gcc (or gcc2, gcc3, g++, etc) code.c" I get the message
> "ld: can't locate the file for: -lcrt1.o"
> does this just mean I am missing part of the program, and if so, what is the
> easiest way to get and reinstall it?

libcrt1.o does not come with gcc; typically it is part of glibc.  You 
should find more specific advice about your installation with Google 
etc.  If you installed a full gcc development package, e.g. with linux, 
that file, and the path required for linking, should be set up 
automatically.  Paths used by gcc are shown by
gcc -print-search-dirs

      reply	other threads:[~2006-07-09 19:59 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-07-09 19:19 Ben Dean
2006-07-09 19:59 ` Tim Prince [this message]

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=44B16000.5060703@sbcglobal.net \
    --to=timothyprince@sbcglobal.net \
    --cc=benjamin.dean@yale.edu \
    --cc=gcc-help@gcc.gnu.org \
    --cc=tprince@myrealbox.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).