On Tue, 31 Oct 2000, you wrote:
On Tue, 31 Oct 2000, you wrote:
This might be a consequence of previous compilation attempts without `--automake' (GPC doesn't handle this situation well, unfortunately). Please try removing all *.o, *.gpi and *.gpm files created by them.
Frank
-- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
I've deleted all the *.o ,*.gpi and *.gpm and tried it again but now this happens:
bash-2.03# gpc --automake test.pas cpp: -lang-c: linker input file unused since linking not done gpc: installation problem, cannot exec `cc1': No such file or directory gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
And all the unit files are in the correct dir (as saved in the tar-file)
Leon Renkema wrote:
On Tue, 31 Oct 2000, you wrote:
On Tue, 31 Oct 2000, you wrote:
This might be a consequence of previous compilation attempts without `--automake' (GPC doesn't handle this situation well, unfortunately). Please try removing all *.o, *.gpi and *.gpm files created by them.
Frank
-- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/ GPC To-Do list, latest features, fixed bugs: http://agnes.dida.physik.uni-essen.de/~gnu-pascal/todo.html
I've deleted all the *.o ,*.gpi and *.gpm and tried it again but now this happens:
bash-2.03# gpc --automake test.pas cpp: -lang-c: linker input file unused since linking not done gpc: installation problem, cannot exec `cc1': No such file or directory gpc1: gpc exited with status 1 gpc1: gpc exited with status 1
And all the unit files are in the correct dir (as saved in the tar-file)
Please copy or symlink cc1, cpp and possibly other files from the GCC installation. E.g. do:
ln -s `gcc --print-file-name=.`/* `gpc --print-file-name=.`
and ignore errors about files that already exist.
Frank