diff --git a/DOCS/users_against_developers.html b/DOCS/users_against_developers.html index b645c710be..a750e32634 100644 --- a/DOCS/users_against_developers.html +++ b/DOCS/users_against_developers.html @@ -67,12 +67,36 @@ there were laid off by VA!), the Wine, avifile. Even if we are arrogant, are we not the same as the previously listed ones? Why do we have to suffer from your unrightful wrath?
-I'm closing this topic. Think over it please. I (Gabucino) personally begun -with RedHat, then used Mandrake (sorry I -don't know their URL), now I have LFS. Never held a grudge against -RedHat or RedHat users, and I still don't. Hate is only comfortable. It -won't bring you anywhere.
+Matt Willis kindly submitted + a simple GCC-3.0.3 compiling howto, I'm copying it here:
+ ++
gcc-g++-3.0.3.tar.gz
+ gcc-objc-3.0.3.tar.gz
+ gcc-3.0.3.tar.gz
+ gcc-g77-3.0.3.tar.gz
+ gcc-testsuite-3.0.3.tar.gz
+ gcc-core-3.0.3.tar.gz
+ gcc-java-3.0.3.tar.gz
+
+ tar xvzf gcc-*3.0.3.tar.gz
+ mkdir gcc-build; cd gcc-build
+ ../gcc-3.0.3/configure --prefix=/opt --program-suffix=-3.0.3
+ make bootstrap; mkdir -p /opt; make install
+
+ export PATH=/opt/bin:${PATH}
+
+ Binary distribution of MPlayer