Miklos Cserzo wrote:
I decided to rebuild the GPC under IRIX 6.5 from the gpc-20010502 source on the top of gcc-core-2.95.2. It is not working. Here goes the tail of the log of the make:
../.././xgpc -B../.././ -c -I. -W -Wall -Wpointer-arith -Wwrite-strings -Wmissing-prototypes -Wmissing-declarations -g -O2
^^
-DRTS_RELEASE_STRING="'`cat /usr/local/src/gpc/gcc-2.95.2/gcc/p/rts/rts-version`'" --unit-path=/usr/local/src/gpc/gcc-2.95.2/gcc/p/rts --automake /usr/local/src/gpc/gcc-2.95.2/gcc/p/rts/string.pas
I suspect the `-g' option (line broken by me to make marking easier ;-). Unfortunately, debug info is quite unstable with GPC.
If you added the option yourself, try leaving it out. Otherwise, if it is used automatically, you have to suppress it. I don't know too much about the build process of gcc-2.95*, so I don't know what's the best way to override the options (CFLAGS?), but perhaps someone else knows.
Frank