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 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 -- "I have a dream!" -- Martin Luther King Jr. "You can't hold someone down ... without staying down with him." -- Booker T. Washington
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...
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
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
-- "I have a dream!" -- Martin Luther King Jr. "You can't hold someone down ... without staying down with him." -- Booker T. Washington
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 -- Frank Heckenbach, frank@g-n-u.de, http://fjf.gnu.de/, 7977168E GPC To-Do list, latest features, fixed bugs: http://www.gnu-pascal.de/todo.html GPC download signing key: 51FF C1F0 1A77 C6C2 4482 4DDC 117A 9773 7F88 1707
participants (3)
-
Frank Heckenbach -
Marten Jan de Ruiter -
Mirsad Todorovac