public inbox for gcc@gcc.gnu.org
 help / color / mirror / Atom feed
From: Andreas Tobler <toa@pop.agri.ch>
To: Gonca Orgulu <gonca@anatolia.koeri.boun.edu.tr>
Cc: gcc@gcc.gnu.org
Subject: Re: need help on gcc installation
Date: Tue, 29 Apr 2003 18:05:00 -0000	[thread overview]
Message-ID: <3EAEB66B.90209@pop.agri.ch> (raw)
In-Reply-To: <Pine.SOL.3.95.1030429172836.5902A-100000@anatolia>

Hi,

Gonca Orgulu wrote:
> I am new for program installation and am not sys admin. 
> I tried to understand the instructions, but i think that i did not
> understand very well.
> Probably, my problem for ld is related to the path definition. I am
> running the program "configure" as root. While as root, the system
> does not find ld command. Actually, i have link editor program which is in
> a different path. I tried to give a path for the ld command in configure 
> as below,
> 
> ld='/usr/ccs/bin/ld'
> 
> I am not sure i am doing correctly. 

Hm, you don't need to run this as root.
Here in my env I set the PATH pointing to the ccs/bin/ld. I use the 
tcsh. This is what I put in my .tcshrc:

setenv PATH /usr/local/bin:/usr/ccs/bin:/usr/bin:$PATH
setenv CONFIG_SHELL /bin/ksh

Then source this .tcshrc and configure the gcc to your needs.

e.g, in a directory called objdir which is on the same level as the gcc-src.

../gcc/configure --prefix=<where to install>

after configure completes, a make bootstrap should run through.

Andreas





  reply	other threads:[~2003-04-29 17:29 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-04-29 16:07 Gonca Orgulu
2003-04-29 18:05 ` Andreas Tobler [this message]
  -- strict thread matches above, loose matches on Subject: below --
2003-01-04 14:07 duraisamy dheepan
2003-01-04 14:21 ` Andrew Haley

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=3EAEB66B.90209@pop.agri.ch \
    --to=toa@pop.agri.ch \
    --cc=gcc@gcc.gnu.org \
    --cc=gonca@anatolia.koeri.boun.edu.tr \
    /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).