Marten Jan de Ruiter wrote:
On Friday 09 May 2003 10:30, Mirsad Todorovac wrote:
gzip -cd <tbz2> | tar xvf -; cd ../p gcc-3.2.1; cd builddir; /home/.../gcc-3.2.1/configure --enable-languages=pascal
Maybe I am seeing things wrong, but did you copy/link the directory p in the gpc-source to /home/.../gcc-3.2.1/gcc/p ? I cannot see that in your command sequence...
Probably the first `cd' should have been `mv' (and `/gcc' is missing in the destination dir).
Frank