Das File habe ich heruntergeladen, doch leider erscheint beim Aufruf des Make-Files folgender Fehler:
/bin/sh ./libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c vsound.c
gcc -DHAVE_CONFIG_H -I. -I. -I. -g -O2 -c -fPIC -DPIC vsound.c -o vsound.lo
vsound.c: In function `open':
vsound.c:99: error: `RTLD_NEXT' undeclared (first use in this function)
vsound.c:99: error: (Each undeclared identifier is reported only once
vsound.c:99: error: for each function it appears in.)
vsound.c: In function `ioctl':
vsound.c:241: error: `RTLD_NEXT' undeclared (first use in this function)
vsound.c: In function `close':
vsound.c:258: error: `RTLD_NEXT' undeclared (first use in this function)
make: *** [vsound.lo] Fehler 1
Hast du eine Ahnung, woran das liegen mag?