This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Problems with CVS (was Re: How to enable a backtrace report?)


On 16 Apr 2000 17:16:29 +0200 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
wrote:
> 2000-04-16  Mikael Djurfeldt  <mdj@mdj.nada.kth.se>
> 
> 	* script.c (scm_compile_shell_switches): Added --debug option.
[...]

Nice!

Unfortunately I'm having problems compiling guile from CVS (in case
you are wondering, yes, I'm a newbie with CVS also :-(

I've followed the istruction reported here:

    http://www.gnu.org/software/guile/anon-cvs.html

-----------------------------------------------------------------
$ cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile login
[snip password request]
$ cvs -z 9 -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/guile checkout guile-core
[snip output]
$ cd guile-core/
$ aclocal
$ automake -a
automake: configure.in: installing `./install-sh'
automake: configure.in: installing `./mkinstalldirs'
automake: configure.in: installing `./missing'
configure.in: 107: required file `./ltconfig' not found
configure.in: 27: required file `libguile/scmconfig.h.in' not found
doc/Makefile.am:21: installing `doc/mdate-sh'
$ autoconf
configure.in:111: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:112: warning: AC_TRY_RUN called without default to allow cross compiling
configure.in:302: warning: AC_TRY_RUN called without default to allow cross compiling
$ configure && make
[snip lot of funny output]
Making all in libltdl
make[1]: Entering directory `/nis/diego/cvs/guile-core/libltdl'
make[1]: *** No rule to make target `all'.  Stop.
make[1]: Leaving directory `/nis/diego/cvs/guile-core/libltdl'
make: *** [all-recursive] Error 1
$
-----------------------------------------------------------------

Indeed the problem isn't hard to spot, since the libltdl directory
contains only the CVS directory!
How can I solve this?

Bye,

-- 
Diego Dainese

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]