[Vorbis] RE: Oggenc/oggdec on Mac OS X

Ralph Giles giles at xiph.org
Tue Nov 15 16:41:46 PST 2005


On Tue, Nov 15, 2005 at 07:03:28PM -0300, Daniel Mario Vega wrote:

> Try this:   gcc -o oggenc oggenc.o foo.o -static -lvorbisenc -lvorbis 
> -logg -shared -lm
> 
> Only libraries put between "-static" and "-shared" will be statically 
> linked. The others (including system libraries) will be linked dynamically.

Ooh, clever. -shared might be -dynamic on MacOS X.

 -r


More information about the Vorbis mailing list