[Vorbis] Query regarding libvorbis

Geoff Shang Geoff at QuiteLikely.com
Mon Feb 25 03:57:45 PST 2008


Rajalakshmi Raghavan wrote:

> I recently downloaded libvorbis from the Xiph.org website. I would like to
> compile it using a cross compiler because I would like to import it to the
> filesystem of an embedded machine.
>
> Hence, I tried to alter the CC of the makefile and change it to the
> directory of the cross compiler instead of the original gcc that was there.

I think the way to do this is to set the CC environment variable before 
running ./configure

export CC=/path/to/compiler
./configure

Geoff.



More information about the Vorbis mailing list