Re: Query regarding libvorbis
Geoff Shang <[email protected]>
| Newsgroups | gmane.comp.multimedia.ogg.vorbis.general |
|---|---|
| Message-ID | <[email protected]> |
Rajalakshmi Raghavan wrote: > So what do i do in order for it to find libogg ? Thing is there is libogg > installed in my system, do i have to do a EXPORT logg = path.. or something? > How does this work? First, if you are cross-compiling then you'll want to cross-compile libogg as well and link against that one. Anyway, to link against a library that the system isn't finding, try export LD_LIBRARY_PATH= /path/to/lib I know this works for execution, not sure if it works for complation or not. Of course, configure really should be finding libogg before you even get to the make stage. Geoff.