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] SDL_mixer (from Hg) is unable to find libvorb


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] SDL_mixer (from Hg) is unable to find libvorbisfile
Date: Tue, 21 Jun 2011 18:41:10 +1000

On 21 June 2011 17:46, Nikos Chantziaras <address@hidden> wrote:
>
> I'm trying to build an Hg snapshot of SDL_mixer (the latest available release 
> tarball, 1.2.11, is hopelessly outdated and lacks support for functionality I 
> depend on, like MOD decoding through libmodplug.)
>
> It builds OK, but with one problem: it's unable to find the libvorbisfile 
> library.  The autoconf test that fails is:
>
> AC_CHECK_LIB([vorbisfile], [ov_open_callbacks], [have_ogg_lib=yes])
>
> Any hints on how to solve this?

Hard to say without looking at the output of configure and config.log,
but you could try adding -lvorbisfile to:

LIBS='-lvorbis -logg'

Cheers,

Tony



reply via email to

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