mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] OpenAL


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] OpenAL
Date: Thu, 30 Sep 2010 22:34:05 +1000

On 30 September 2010 17:05, Martin Gerhardy <address@hidden> wrote:
> Another attempt to get openal into mingw-cross-env
>
> I've changed the way cmake is called (according to the docu) and also
> try to link the included test program (comes with openal). the linking
> fails with undefined references - if someone has any ideas about this i
> would be very glad
>
> (this is the last package that is needed on my side to get my project
> cross-compiled with mingw-cross-env btw ;))
>
> Greetings
> Martin
>
>
> Linking C executable openal-info.exe

I can't seem to find any file named openal-info.exe, but if you
inspect the OpenAL32.a lib with i686-pc-mingw32-nm, you'll find all
the symbols are there.

You may better off disabling the examples (which may not play well
with cross-compiling and/or static builds) and building a small test
program instead. See attached.

Tony

Attachment: openal.mk
Description: Binary data

Attachment: openal-test.c
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]