On Fri, 9 May 2003, Marten Jan de Ruiter wrote:
On Friday 09 May 2003 10:30, Mirsad Todorovac wrote:
Hi, all!
When I do
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...
Yes, probably it's this trivial :-P but pls forgive me since I've benchmarked gzip vs. bzip2 whole night ...
Thank you very much. I was suspecting something with the new used --prefix switch.
Thank you very much, Mirsad
w or w/o
--prefix=/usr/local/gpc/20030507-3.2.1/
then
make
It didn't say that it wants to apply patch, and it also didn't build gpc in corresponding bin. I can't think of anything smart, I've done rm -rf gcc-3.2.1; gzip -cd ...; gzip -cd ...; mv .../p ...; ... several times, and I couldn't get to the point where it asked for
RETURN> before applying the patch, neither it said it did.
Any idea?
Architecture is i686, linux Debian woody, make is GNU make 3.80, ...
Thanks, Mirsad