On Mon, 31 Aug 1998, Peter Gerwinski wrote:
Hi Folks,
A new Beta version of GNU Pascal is now available: gpc-19980830.
the new version is not working on IRIX 6.2. Compilation is aborted like:
stage2/xgcc -Bstage2/ -DIN_GCC -DGPC -O2 -o ../gpc1 \ `cat stamp-gbe` ../c-aux-info.o ../c-iterate.o ../c-pragma.o ../choose-temp.o ../pexecute.o mkstemp.o gpc-common.o gpc-convert.o gpc-decl.o gpc-lang.o gpc-lex.o gpc-typeck.o module.o gpi-hash.o circle-buf.o objects.o parse.o rts.o types.o util.o setop.o version.o `if [ xobstack.o != x ]; then echo ../obstack.o; else true; fi` `case "stage2/xgcc -Bstage2/" in "cc -32") if [ x != x ]; then echo ../; else true; fi ;; esac` `if [ x != x ]; then echo ../; else true; fi`
ld: ERROR 33: Unresolved text symbol "version_flag" -- 1st referenced by module.o. ld: INFO 60: Output file removed because of error. make[1]: *** [../gpc1] Error 1 make[1]: Leaving directory `/usr/local/src/gcc-2.8.1/p' make: *** [gpc1] Error 2
Where is the definition for "version_flag"?
Cheers,
miklos