Adrian McMenamin wrote:
> [...]
> This certainly generates large (static?) binaries:
> -rwxr-xr-x    1 0        0         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 usually indicates that the executable uses a
dynamic linker which isn't available.

Do the compiler flags include --static? Maybe you can add this flag by
setting CFLAGS explicitly when ./configure-ing.


HTH
Clemens




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Alsa-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/alsa-devel

Reply via email to