Hi Martin,

I guess the svn repository is not setup for self bootstrap. Copy configure file from your regular bigforth archive and run it. Before typing make - make sure that .bigforthrc and .xbigforthrc is not in your $HOME. Something like that:

mv ~/.{xb,b}igforthrc /tmp
make
make install SHELL=/bin/bash
mv /tmp/.{xb,b}igforthrc ~

Hope that helps!

--
Sergey

Martin Bitter wrote:
Hi Bernd! Hi Sergey!

I did svn co http://www.forth-ev.de/repos/bigforth bigforth-svn

cd to bigforth-svn

then:

./config.svn
gave me: config.sub: missing argument

./config.guess
gave me:  x86_64-unknown-linux-gnu

and

su ./configure.in
gave me: Unknown ID: ./configure.in

BTW ./configure gives a file not found Error.

What should I do?

regards
Martin


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to