"Dale P. Smith" wrote:
> 
> Invoking "guile-config link" fails with this error message:
> 
> $ guile-config link
> guile-config link: no such build-info: LIBS
> 
> The symbol 'LIBS is not in %guile-build-info.

Here is a patch to fix:

Index: Makefile.am
===================================================================
RCS file: /cvs/guile/guile/guile-core/libguile/Makefile.am,v
retrieving revision 1.103
diff -u -r1.103 Makefile.am
--- Makefile.am 2000/06/02 06:47:35     1.103
+++ Makefile.am 2000/06/03 14:33:19
@@ -156,6 +156,7 @@
                >> libpath.tmp
        @echo ' { "guileversion", "@GUILE_VERSION@" }, \' >> libpath.tmp
        @echo ' { "libguileversion", "@LIBGUILE_VERSION@" }, \' >> libpath.tmp
+       @echo ' { "LIBS",          "@GUILE_LIBS@" }, \' >> libpath.tmp
        @echo '}' >> libpath.tmp
        @mv libpath.tmp libpath.h
 


-- 
Dale P. Smith
Altus Technologies Corp.
[EMAIL PROTECTED]
400-746-9000 x309

Reply via email to