Linux MIPS Architecture development
 help / color / mirror / Atom feed
From: ralf@uni-koblenz.de
To: Oliver Frommel <oliver@aec.at>
Cc: linux@cthulhu.engr.sgi.com
Subject: Re: compile problem with kernel
Date: Tue, 31 Mar 1998 17:33:03 +0200	[thread overview]
Message-ID: <19980331173303.53710@uni-koblenz.de> (raw)
In-Reply-To: <Pine.LNX.3.96.980331165553.17524C-100000@web.aec.at>; from Oliver Frommel on Tue, Mar 31, 1998 at 04:57:52PM +0200

On Tue, Mar 31, 1998 at 04:57:52PM +0200, Oliver Frommel wrote:

> > > ./configure --prefix=/tmp/binutils-xcompile-root/usr/local --program-prefix=mips
> > > -linux- --enable-shared --target=mips-linux
> > 
> > You loose.  You install software in /tmp???
> >
> 
> yeah. i lose - i use RPM :-)
> seriuosly, i've installed it in /tmp/binutils-xcompile-root and packaged the RPM
> from there, then installed the RPM whose -qpl looks like this:

That strategy fails for alot of GNU autoconf'ed software.  Better do it
like:

  ./configure --prefix=/usr/local
  make ...
  make prefix=/tmp/binutils-xcompile-root/usr/local install

Otherwise you might end up with an embedded /tmp/binutils... path in
some files.  This for example happens when building GCC.

  Ralf

  reply	other threads:[~1998-03-31 15:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1998-03-30  7:42 compile problem with kernel Oliver Frommel
1998-03-30 13:42 ` ralf
1998-03-31  7:26   ` Ulf Carlsson
1998-03-31  7:14     ` ralf
1998-03-31  7:32       ` Oliver Frommel
1998-03-31 14:49         ` ralf
1998-03-31  7:39       ` Oliver Frommel
1998-03-31 14:38         ` ralf
1998-03-31 14:46           ` Oliver Frommel
1998-03-31 14:55             ` ralf
1998-03-31 14:57               ` Oliver Frommel
1998-03-31 15:33                 ` ralf [this message]
1998-03-31 15:59                   ` Oliver Frommel
1998-03-31 16:16       ` Dong Liu

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=19980331173303.53710@uni-koblenz.de \
    --to=ralf@uni-koblenz.de \
    --cc=linux@cthulhu.engr.sgi.com \
    --cc=oliver@aec.at \
    /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