Re: Query regarding libvorbis
Geoff Shang <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
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.