# yum groupinstall "Development Tools"
# yum install rpmdevtools
+# yum install mock
# rpmdev-setuptree
Now, depending on the version of GMQCC you want, there are a serise of
# rpmbuild -bs gmqcc-[[version]].spec
-This will create an RPM file in the working directory, which you can
-install with the rpm command line tool or mock.
+This will create a src.rpm file in the working directory, which needs
+to be moved
app_name = argv[0];
con_init ();
- opts_init("progs.dat", COMPILER_GMQCC, (1024 << 3));
+ opts_init("progs.dat", COMPILER_QCC, (1024 << 3));
util_seed(time(0));