[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: cvs guile build/install problems
From: |
Marius Vollmer |
Subject: |
Re: cvs guile build/install problems |
Date: |
11 Mar 2002 19:39:33 +0100 |
User-agent: |
Gnus/5.09 (Gnus v5.9.0) Emacs/21.1 |
Lynn Winebarger <address@hidden> writes:
> Saturday's cvs of guile-core:
> Using automake 1.5, autoconf 2.52,libtool 1.4.2
>
> minor
> doc/tutorial was missing mdate-sh after configuring (chugged along after
> copying it from doc/ref).
This file should be installed by "autogen.sh". I have automake
1.4-p4, and after removing doc/ref/mdate-sh, I get
./autogen.sh
autoheader2.50: libguile/scmconfig.h.in is unchanged
doc/ref/Makefile.am:24: installing `doc/ref/mdate-sh'
Doesn't automake 1.5 behave the same?
> doc/tutorial/version.texi - had to add an extra "@" to the CVSROOT line
I have no CVSROOT line in version.texi. The file is created by a rule
in doc/tutorial/version/Makefile. Can you check what is happening?
> less minor:
> guile's shared libraries deposited in /usr/local/lib, but would only load
> them if they showed up in /usr/local/share/guile/1.7.0 (used symbolic links
> and it worked).
Can you elaborate? There shouldn't be any shared libraries in
/usr/local/share/guile/ as of 1.7. Do you have "/usr/local/lib" in
your LD_LIBRARY_PATH?