Sean wrote: [] > nm -m /sw/lib/xmms/Output/libOSX.so|fgrep _osx_about > > with the following result: > > 00001090 (__TEXT,__text) non-external _osx_about
Are you sure this is the *same* libOSX.so that gave you earlier the error message > > dlopen(/sw/lib/xmms/Output/libOSX.so, 2): Symbol not found: _osx_about > Referenced from: /sw/lib/xmms/Output/libOSX.so > Expected in: flat namespace > The first message says that the symbol is defined, but private, and the second says that the symbol is undefined. It is hard to believe that this comes from the same binary. -- Martin ------------------------------------------------------------------------- SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future. http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4 _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
