At Mon, 1 Sep 2003 20:30:43 +0100,
Adrian McMenamin wrote:
>
> On Monday 01 September 2003 11:27, Clemens Ladisch wrote:
> > Adrian McMenamin wrote:
> > > > Do the compiler flags include --static? Maybe you can add this flag by
> > > > setting CFLAGS explicitly when ./configure-ing.
> > >
> > > Ex
On Monday 01 September 2003 11:27, Clemens Ladisch wrote:
> Adrian McMenamin wrote:
> > > Do the compiler flags include --static? Maybe you can add this flag by
> > > setting CFLAGS explicitly when ./configure-ing.
> >
> > Exactly, but how?
>
> CC=sh-linux-gcc CFLAGS=--static ./configure --xxx=...
On Monday 01 September 2003 11:27, Clemens Ladisch wrote:
> Adrian McMenamin wrote:
> > > Do the compiler flags include --static? Maybe you can add this flag by
> > > setting CFLAGS explicitly when ./configure-ing.
> >
> > Exactly, but how?
>
> CC=sh-linux-gcc CFLAGS=--static ./configure --xxx=...
Adrian McMenamin wrote:
> > Do the compiler flags include --static? Maybe you can add this flag by
> > setting CFLAGS explicitly when ./configure-ing.
>
> Exactly, but how?
CC=sh-linux-gcc CFLAGS=--static ./configure --xxx=...
HTH
Clemens
-
On Monday 01 September 2003 09:11, Clemens Ladisch wrote:
> Adrian McMenamin wrote:
> > [...]
> > This certainly generates large (static?) binaries:
> > -rwxr-xr-x1 00 2294664 Aug 31 19:26 aplay
> >
> > But when I attempt to run any of them I get this problem:
> >
> > /usr/bin #
Adrian McMenamin wrote:
> [...]
> This certainly generates large (static?) binaries:
> -rwxr-xr-x1 00 2294664 Aug 31 19:26 aplay
>
> But when I attempt to run any of them I get this problem:
>
> /usr/bin # ./aplay test.txt
> ./aplay: No such file or directory
This error message