baslinux AT lists.ibiblio.org
Subject: Baslinux mailing list
List archive
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions
- From: "David Moberg" <davidjmoberg AT gmail.com>
- To: baslinux AT lists.ibiblio.org
- Subject: Re: [BL] naim compiling was: BL 3.32 in qemu report/questions
- Date: Wed, 10 May 2006 14:28:26 -0700
sindi keesan wrote:
> LDFLAGS="-static" ./configure && make
Is the default a static build?
No, it's whatever your linker (gcc or ld) builds by default. What I do
(and this is probably a very ugly hack) is to force all packages to be
built statically by moving /usr/bin/gcc (or /usr/local/bin/* if it is
there) to /usr/bin/gcc2, then put this script in /usr/bin/gcc:
#!/bin/sh
exec gcc2 -static "$@"
chmod +x this script or you won't be able to compile anything with it.
(Some packages do not use gcc for linking - they use ld, g++, c++, cc,
etc. You will need to set up a similar script for the linker that they
use.)
Can you help with compiling midish (recent posting) where there was
a problem with atexit@@GLIBC_2.0?
Are you using SW81 glibc to build it? Are you using _only_ SW81
regular & development packages for its dependencies?
Maybe I need to compile a different kernel
with midi port support? Can't find /dev/sequencer for playmidi -e .
Does /dev/sequencer exist? Have you set up your sound modules for
MPU-401 (MIDI port)? I've never tried playing to a MIDI keyboard on
BL3 - maybe I should dig out my keyboard for testing?
David
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
sindi keesan, 05/09/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/09/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/09/2006
- Re: [BL] naim compiling was: BL 3.32 in qemu report/questions, sindi keesan, 05/09/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
sindi keesan, 05/09/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/10/2006
- Re: [BL] naim compiling was: BL 3.32 in qemu report/questions, sindi keesan, 05/10/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/10/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/09/2006
-
Re: [BL] naim compiling was: BL 3.32 in qemu report/questions,
David Moberg, 05/09/2006
Archive powered by MHonArc 2.6.24.