All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Revell <rlrevell@joe-job.com>
To: alsa-devel <alsa-devel@lists.sourceforge.net>
Subject: Cross compile bug?
Date: Tue, 06 Jun 2006 16:46:01 -0400	[thread overview]
Message-ID: <1149626761.4072.65.camel@mindpipe> (raw)

I'm on an x86 machine trying to cross compile alsa-lib for PPC440 and it
insists on installing to /usr/lib.

My build script looks like:

echo " Building and installing alsa-lib (~1min)"
cd packages/alsa-lib-1.0.11
CC="$CROSS_COMPILE"gcc ./configure --host=ppc-linux
make -s
make -s prefix=$1/usr/local install 
        ^^^^^^^^^^^^^^^^^^^
make -s distclean

However, libasound is installed to /usr/lib.

Why is prefix being ignored?  What is the correct way to cross compile
alsa-lib?

Lee

             reply	other threads:[~2006-06-06 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-06-06 20:46 Lee Revell [this message]
2006-06-06 21:41 ` Cross compile bug? Lee Revell

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=1149626761.4072.65.camel@mindpipe \
    --to=rlrevell@joe-job.com \
    --cc=alsa-devel@lists.sourceforge.net \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.