Igor Marnat wrote:
Hello Frank and Waldek!
FH> already, otherwise you wouldn't have seen this message)? If no other FH> message appeared after the above, it may even be that everything was FH> compiled successfully. Did you check that it wasn't?
Sure it doesn't. Here are the data:
================================= Command line and gp's output:
Sorry, where's the output? I don't see any messages from the compilers there, neither the mentioned "new style" message. (Please remove all *.o *.gpi *.gpd files before running the command to get full output.)
[igor@marnat2 test]$ make gp PC=ppc-linux-gpc -v -Wl,-v testpas.pas ppc-linux-gpc -dumpmachine ppc-linux-gpc -dumpversion ppc-linux-gpc -print-file-name=units ppc-linux-gpc --print-needed-options -x Preprocessed-Pascal /var/tmp/GPaaa00736 ppc-linux-gpc -I /home/igor/tmp/test/ -I /home/igor/tmp/test/ -I . -I /home/igor/src-big/ELDK4.0/usr/lib/gcc/ppc-linux/4.0.3/units -I /home/igor/tmp/test/ --unit-path=/home/igor/tmp/test/ -E -H /home/igor/tmp/test/testpas.pas ppc-linux-gpc -I /home/igor/tmp/test/ -I /home/igor/tmp/test/ -I . -I /home/igor/src-big/ELDK4.0/usr/lib/gcc/ppc-linux/4.0.3/units -I /home/igor/tmp/test/ -E -H /home/igor/tmp/test/test.c
What's the output if you run this last command manually, and error status (do "echo $?" afterwards)?
Please also send the content of all *.gpd files that are produced before it aborts (if any).
Frank