changeset 1590:e49685127514

*** empty log message ***
author gabucino
date Mon, 20 Aug 2001 09:05:12 +0000
parents 2bf7e9d41a32
children 86a192179276
files DOCS/documentation.html
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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.
 
+  <B>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
+
+  </B>A: All you have to do is create a symbolic link from libstdc++.so to
+    libstdc++.so.3
+
+
   <A NAME=6.2>6.2.  General questions
 
   <B>Q: What about DVD playback?