
Hi,
I forgot to link OpenAL's site.
http://www.openal.org/
On Thu, 12 Oct 2006 15:40:07 +0900, shelarcy
And you can include OpenAL and ALUT package by these steps.
1. Download reealut Source ZIP, unpack it.
Not reealut. I want to write freealut.
2. Copy AL header file directory that is under include direcoty. (Copy AL direcoty to mingw's include direcoty, doen't copy AL direcoty header file. Because packages' configure.ac search header files in AL/* or OpenAL/*.) 3. Generate libalut.a from alut.dll in lib direcoty, and copy libalut.a to mingw's lib directory. 4. Download OpenAL 1.1 SDK and install it. (OpenAL SDK installer says that you want to install runtime? You must click to answer "Yes".) 5. Copy header files directory to mingw's AL direcotry. It is made by 1.. Header files is in OpenAL SDK's directory. (Default is C:\\Program Files\\OpenAL 1.1 SDK\\include .) 6. Generate lib*.a files from OpenAL32.dll and wrap_oal.dll. Then copy mingw's lib direcoty. DLL files are in WINNT\\system files directory.
4-6' Altanative option to use OpenAL library is building OpenAL library by source. And then copy your lib*.a and header files.
I usually generate lib*.a from a.dll by pexport and dlltool following this document way.
Best Regards, -- shelarcy <shelarcy capella.freemail.ne.jp> http://page.freett.com/shelarcy/