Waldek Hebisch hebisch@math.uni.wroc.pl writes:
Andreas Jaeger wrote:
I'd like to have an integrated compiler.
the C (or other languages) compiler. Other than that, I can only wish you good luck.
Doesn't work unfortunatly. Ok, I'll wait some time and retry again.
There are three known problem with gcc-3.3+gpc-20030507:
-- spurious `free'. The first patch (hunk) below fixes it
-- problem with generating Dwarf-2 debug info. It not clear what the good solution is but the second patch is a workaround. Alternatively you may pass `PFLAGS=-gstubs+' to make build the runtime with stubs debug info (may be a good idea anyway, as gdb has serious troubles with Dwarf-2 debug info, in fact without patches gdb abort on Dwarf-2 info from Pascal).
Thanks, I wasn't aware of this one. Note that I really need dwarf2 since stubs are not 64-bit clean and cannot be used on x86-64 (AMD64).
-- problem building `gpidump' utility. The third patch fixes it
If there are another problems let us know
OK, will retry later with the dwarf2 patch,
Andreas