Philip Carley <[EMAIL PROTECTED]> writes:
> I get a problem when tying to install guile 1.3 and 1.3.4 on a DEC Unix 4.0
> Alpha Machine
>
> Do you know what I have done wrong, I have run the ./configure and that ran
> ok...
Please try if the current CVS version gives you the same problem.
(You can also get a snapshot at
ftp://ftp.red-bean.com/pub/guile/snapshots/guile-core-snap.tar.gz)
To check out a CVS working directory:
1) Install CVS version 1.9 or later on your system.
2) Log into the CVS server:
$ cvs -d :pserver:[EMAIL PROTECTED]:/cvs/guile login
At the prompt for `CVS password:', type `anoncvs'.
Once you have logged in, your password is saved in ~/.cvspass, and you
will not need to enter it again.
3) Check out a module:
$ cvs -z 9 -d :pserver:[EMAIL PROTECTED]:/cvs/guile checkout guile-core
This should create a new directory `guile-core' in your current
directory, and populate it with the current Guile sources.
4) In the top directory of the source tree, run the command `./autogen.sh'.
This builds the configure script, Makefile.in, and other derived files
used by the build system.