Hi all
Now that gcc 3.0 has been officially released, does GPC fully support it now? There was recently a thread about patching GPC for gcc 3.0, but I am not sure what the conclusion of that thread was. Thanks all.
Best regards, The Chief --------- Prof. Abimbola Olowofoyeku (The African Chief) Author of Chief's Installer Pro for Win32 Email: African_Chief@bigfoot.com http://www.bigfoot.com/~african_chief/
On Tue, 19 Jun 2001, Prof. A Olowofoyeku (The African Chief) wrote:
Hi all
Now that gcc 3.0 has been officially released, does GPC fully support it now?
Short answer: not yet.
Long answer: not only are there changes in gcc, the way gcc wants to build languages has been changed. For example, using a fragment of the java makefile:
2.95.3
jc1 $(exeext): $(P) $(JAVA_SRCS) $(LIBOBJS) stamp-object cd java; $(MAKE) $(FLAGS_TO_PASS) $(JAVA_FLAGS_TO_PASS) ../jc1(exeext)
3.0
jc1$(exeext): $(JAVA_OBJS) $(BACKEND) $(LIBDEPS) rm -f $@ $(CC) $(ALL_CFLAGS) $(LD_FLAGS) -o @ \ $(JAVA_OBJS) $(BACKEND) $(ZLIB) $(LIBS)
There was recently a thread about patching GPC for gcc 3.0, but I am not sure what the conclusion of that thread was. Thanks all.
Reworked the diff file for 3.0, but still wasn't able to build gpc. (but then, didn't spend a lot of time on it, either)
Russ
On 19 Jun 2001, at 10:42, Russ Whitaker wrote:
Now that gcc 3.0 has been officially released, does GPC fully support it now?
Short answer: not yet.
Ok - thanks.
Best regards, The Chief --------- Prof. Abimbola Olowofoyeku (The African Chief) Author of Chief's Installer Pro for Win32 Email: African_Chief@bigfoot.com http://www.bigfoot.com/~african_chief/