mirror of
https://github.com/mpv-player/mpv
synced 2024-12-22 14:52:43 +00:00
Settle for GCC, not gcc. 10l for telling Andras otherwise.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7095 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
990bce527f
commit
5f72bb4caa
@ -21,7 +21,7 @@
|
|||||||
|
|
||||||
<P><B>The background:</B> The GCC <B>2.95</B> series is an official GNU release
|
<P><B>The background:</B> The GCC <B>2.95</B> series is an official GNU release
|
||||||
and version 2.95.3 of GCC is the most bug-free in that series.
|
and version 2.95.3 of GCC is the most bug-free in that series.
|
||||||
We have never noticed compilation problems that we could trace to gcc-2.95.3.
|
We have never noticed compilation problems that we could trace to GCC 2.95.3.
|
||||||
Starting with Red Hat Linux 7.0, <B>Red Hat</B> included a heavily
|
Starting with Red Hat Linux 7.0, <B>Red Hat</B> included a heavily
|
||||||
patched CVS version of GCC in their distribution and named it <B>2.96</B>. Red
|
patched CVS version of GCC in their distribution and named it <B>2.96</B>. Red
|
||||||
Hat included this version in the distribution because GCC 3.0 was not finished
|
Hat included this version in the distribution because GCC 3.0 was not finished
|
||||||
@ -70,7 +70,7 @@
|
|||||||
3.0.4 packages offered for version 7.2 and later. You can also get
|
3.0.4 packages offered for version 7.2 and later. You can also get
|
||||||
<A HREF="ftp://people.redhat.com/jakub/gcc3/3.1-1/">gcc-3.1 packages</A>
|
<A HREF="ftp://people.redhat.com/jakub/gcc3/3.1-1/">gcc-3.1 packages</A>
|
||||||
(unofficial, but working fine) and you can
|
(unofficial, but working fine) and you can
|
||||||
install them along the gcc-2.96 you already have. MPlayer will detect it and
|
install them along the GCC 2.96 you already have. MPlayer will detect it and
|
||||||
use 3.1 instead of 2.96. If you do not want to or cannot use the binary
|
use 3.1 instead of 2.96. If you do not want to or cannot use the binary
|
||||||
packages, here is how you can compile GCC 3.1 from source:</P>
|
packages, here is how you can compile GCC 3.1 from source:</P>
|
||||||
|
|
||||||
@ -86,7 +86,7 @@
|
|||||||
but needs a build directory outside the source directory. Thus you need to
|
but needs a build directory outside the source directory. Thus you need to
|
||||||
create this directory via<BR>
|
create this directory via<BR>
|
||||||
<CODE>mkdir gcc-build</CODE></LI>
|
<CODE>mkdir gcc-build</CODE></LI>
|
||||||
<LI>Then you can proceed to configure gcc in the build directory, but you need
|
<LI>Then you can proceed to configure GCC in the build directory, but you need
|
||||||
the configure from the source directory:<BR>
|
the configure from the source directory:<BR>
|
||||||
<CODE>cd gcc-build<BR>
|
<CODE>cd gcc-build<BR>
|
||||||
../gcc-3.1/configure</CODE></LI>
|
../gcc-3.1/configure</CODE></LI>
|
||||||
|
Loading…
Reference in New Issue
Block a user