# HG changeset patch # User gabucino # Date 998298312 0 # Node ID e4968512751481d0bd24340868bae9e93617216c # Parent 2bf7e9d41a32c6871513e5ffd94c346075ba843e *** empty log message *** diff -r 2bf7e9d41a32 -r e49685127514 DOCS/documentation.html --- a/DOCS/documentation.html Mon Aug 20 00:58:13 2001 +0000 +++ b/DOCS/documentation.html Mon Aug 20 09:05:12 2001 +0000 @@ -1520,6 +1520,15 @@ Or install it to /usr/lib , because if you can't solve the /usr/local problem, you are careless enough to do such things. + Q: I have gcc 3.0 . I have to compile mplayer with --disable-dshow, + else it prints + + /usr/local/objdir/gcc-3.0/lib//libstdc++.so.3: undefined symbol: __dso_handle + + A: All you have to do is create a symbolic link from libstdc++.so to + libstdc++.so.3 + + 6.2. General questions Q: What about DVD playback?