gcc Hardfile for WinUAE or similar. gcc version 3.4.0, vbcc 0.902 (06.08.2011) with PosixLib v2.6, and DCC 1.12 (24.12.95) - using "dice_install.lha" . date:- Wednesday 13-Sep-23 15:50:28 The GCC environment was originally on a back up of a PFS3 partition from my Amithlon system that died in about 2015 and was the environment I mostly used. It has since been restored to an FFS-International hard file with VBCC & DCC added to it. For some strange reason this seems to produce larger executables than the other "gcc version 3.4.0" in some recent compiles but has the greatest success rate. There is a choice of "make" or "make.3_81". You need to have the following in your "s:user-startup":- ; GG begin assign >nil: exists MyGG_HD: if not warn assign GG: MyGG_HD: Execute GG:Sys/S/GG-Startup endif ; GG end If you are using an ixemul lib version for your regular environment and another version for your GG then you can do something along the lines of the following:- ; GG begin assign >nil: exists MyGG_HD: if not warn if exists libs:ixemul.library rename libs:ixemul.library libs:ixemul.library.def endif if exists libs:ixemul.trace rename libs:ixemul.trace libs:ixemul.trace.def endif if exists libs:ixnet.library rename libs:ixnet.library libs:ixnet.library.def endif assign GG: MyGG_HD: Execute GG:Sys/S/GG-Startup else if exists libs:ixemul.library.def rename libs:ixemul.library.def libs:ixemul.library endif if exists libs:ixemul.trace.def rename libs:ixemul.trace.def libs:ixemul.trace endif if exists libs:ixnet.library.def rename libs:ixnet.library.def libs:ixnet.library endif endif ; GG end A shell stack of 2000000 has been sufficient for me. Consider placing a "Stack 2000000" in your s:Shell-Startup without the quotes. For VBCC interest see the directory "MyGG_HD:vbcc/tst". For DICE interest see the directory "MyGG_HD:dice". http://geocities.ws/lorylomb/dice_install.txt http://aminet.net/package/dev/c/dice-3.16 Packed with:- c:7za a -v19M gcc34_thln WinDH_C:WinUAE/gcc34_thln.hdf email:- lorylombus@gmail.com (Lorence Lombardo) web page:- http://geocities.ws/lorylomb/