Am Samstag, 3. Dezember 2005 13:56 schrieb Prakash Punnoor:
> Coming again to the topic, the alut readme is obviously wrong (or I don't
> understand it):
>
> [quote]
> Compiling/Linking with ALUT
> ===========================
>
> In your source code, simply add:
>
> #include <AL/alut.h>
>
> On *nix-alikes, use
>
> openal-config --cflags
> openal-config --libs
>
> [/quote]
>
>
> openal-config --libs gives
>
> -L/usr/lib -lopenal
>
> which of course doesn't contain -lalut...
Ooops, that's of course wrong... I think I'll add an alut-config as you
proposed and change the README and alut.html accordingly. Furthermore, I
think that the output of "openal-config --libs" is missing a lot of things:
The other libraries libopenal.so depends on (libvorbis, libartsc, ...), a
flag for using pthreads, etc. I'll take a lot at that, too.
Cheers,
S.
P.S.: I'm still missing the logs from Mac OS X... ;-)
|