search for: foorbar

Displaying 2 results from an estimated 2 matches for "foorbar".

Did you mean: foobar
2010 Aug 17
1
Compiling static libFLAC.a still requires libogg.dylib
...4.2.1: >> /Users/glennm/libOGG-i386/lib/libogg.dylib: No such file or directory > > when you tell the linker to use foobar.dylib, it won't go to looking > for anything else. if its not there, its an error. > That's the problem really. How do I tell the linker *not* to use foorbar.dylib? I want it using the static libogg.a file. It seems I have no control over this via the configure options. With the configure options I have told libFLAC where to look for my installation of libOgg, of which it has both static and dynamic libs available to use. Using options such as... --ena...
2010 Aug 17
4
Compiling static libFLAC.a still requires libogg.dylib
Thanks for the reply. I would very much like OGG container support, so disabling it isn't really an option. I have built OGG so that it creates a libogg.a, libogg.0.dylib and a symbolically linked libogg.dylib (that links to the libogg.0.dylib) file. If I remove the .dylib files in an attempt to 'encourage' the compiler to use libogg.a, then it complains that it can't find the