ba19f3c1dd
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
18 lines
355 B
Text
18 lines
355 B
Text
README FOR FEDORE CORE 3 & 4 USERS
|
||
-------------------------------------
|
||
|
||
From IceZ Cube <icezcube@yahoo.com>:
|
||
|
||
I have successfully compile gambas in Fedora Core 4.
|
||
The problem - Fedora Core 4 installed with gcc4
|
||
|
||
Tips/Tricks:
|
||
|
||
Before compiling do :-
|
||
|
||
a) yum install compat-gcc-32
|
||
|
||
b) export CC=gcc32
|
||
|
||
This workaround was from Fedoranews.org.
|
||
|