On Wed, 28 Dec 2005, Chris Hicks wrote: [..]
My problem seems to be due to the gpc/gcc distribution!
Try gpc -v and gcc -v to get the paths to the specs file. In the same directory as the specs file there should be 5 crt support files ending in ".o". One word of caution - the support files from gcc-3.3.3 may not be compatable with those from gcc-3.4.4 so don't just copy one to the other.
If you want to try building gpc yourself since you have gcc-3.4.4 use a recient gpc source, gcc-3.4.4 source, the default prefix of /usr/local, and --enable-languages=c,pascal. You can do a "make" instead of "make bootstrap" to save time.
Hope this helps, Russ