Problems using debian

Archives Forums/Linux Discussion/Problems using debian

Sveinung(Posted 2005) [#1]
Building modDemo
Compiling:modDemo.bmx
flat assembler version 1.64
3 passes, 9339 bytes.
Linking:modDemo.debug
/usr/bin/ld: cannot find -lasound
collect2: ld returned 1 exit status
Build Error: Failed to link /home/ss/fmod/Samples/modDemo.debug
Process complete

What is wrong...sound working., but not in BMax.Can someone please help me?

Sveinung


Robert(Posted 2005) [#2]
Hi Sveinung,

You are missing some of the ALSA libraries (Advanced Linux Sound Architecture). Open up your package manager and search for packages with "alsa" in the name (or if possible, packages which provide the libasound.a file.

The name will probably be something like alsa-devel or alsa-lib-devel


Sveinung(Posted 2005) [#3]
That did it..thanks

Sveinung