LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   No linkable libasound found while building alsa-utils-1.0.18 for Atmel board (https://www.linuxquestions.org/questions/linux-newbie-8/no-linkable-libasound-found-while-building-alsa-utils-1-0-18-for-atmel-board-697440/)

sowmya.ranganath 01-15-2009 03:38 AM

No linkable libasound found while building alsa-utils-1.0.18 for Atmel board
 
Hi,
We are trying to build the alsa utility aplay (version 1.0.18)for Atmel AT91SAM9261ek board for arm compiler.When we tried building the alsa-lib-1.0.18, though it got built successfully libasound.so file was not generated.Only libasound.a and libasound.la files were generated.This may be the reason why we get No linkable libasound error while we try to configure alsa-utils-1.0.18.Has anybody faced this problem?Can you please throw some light on it.
Thanks and Regards,
Sowmya

knudfl 01-23-2009 03:52 PM

Welcome to Linux Questions.

Quote:

Only libasound.a and libasound.la files were generated.
'libasound.a' should not be created, unless the option
" ./configure --enable-static " was used.

In fact the shared libraries,
libasound.so.2.0.0* libasound.so.2@ libasound.so@
will be made by default, no options needed for that.

Please see : './configure --help'
....


All times are GMT -5. The time now is 10:56 AM.