gcc Hardfile for WinUAE or similar. gcc version 2.5.8 date:- Thursday 20-Oct-22 15:34:11 This GCC version is of special historical interest to me because its output is able to run on "os1.x+". I have placed this environment on an FFS-International format but if you move it to another format you may be able to compile on "1.x" also. For improved functionality I have added following items:- OS includes, "libamiga.a", inline macro's, a new compile of "fd2inline 1.21", mk_stub, pragma2fd, fd2pragma and a guide directory. There is no "-noixemul" option so you must use the "ixemul.library" for the time being. A non ix build might be possible with a "mcrt=nix13" option and a special lib which I do not have at the moment. I have made this environment compatible with the rest of my ejectable GeekGadgets system. For configure scripts recommended is the following:- sh configure instead of the usual:- sh ./configure . It should also be noted that there is gcc and gccv. If you wish to contribute to this environment then feel free to contact me. 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. Of coarse you will find more documentation within the hard file. email:- lorylombus@gmail.com (Lorence Lombardo) web page:- http://geocities.ws/lorylomb/