Hi Doug, Thanks for your file. I find the bug: - You use gcc provide in SFE . The c++ lib. is not compile with --enable-concept-checks. - I use gcc43 from b133 and b134 and is compile with --enable-concept-checks. I thinks there is a bug in vlc (maybe in b134 gcc43) with this option. Thanks for your help. I will submit to you a patch for both config (mine and yours) Cheers,
Gilles > From: Doug Scott > > Attached is my quick hack to build vlc-1.0.5 on OpenSolaris. > > Notes: > 1) a simple file open does not work, where opening a DVD from a DVD > drive or the file system does > 2) It should build with the mmx acceleration. > Explaination: "gcc -shared" adds "-z text" to linker command line. > The mmx assembler files are not position independent code, thus > will fail when linked "-z text" > The workaround is to replace "-shared" with "-Wl,-G in libtool > > Doug
