(build-link): Include "-lguile-ltdl" in link flags.
authorMarius Vollmer <mvo@zagadka.de>
Mon, 14 Oct 2002 10:47:48 +0000 (10:47 +0000)
committerMarius Vollmer <mvo@zagadka.de>
Mon, 14 Oct 2002 10:47:48 +0000 (10:47 +0000)
guile-config/guile-config.in

index ff3f08a..c1d60f3 100644 (file)
     ;; Display the flags, separated by spaces.
     (if (or (string=? libdir "/usr/lib")
             (string=? libdir "/usr/lib/"))
-        (display-separated (cons "-lguile" other-flags))
+        (display-separated (cons "-lguile -lguile-ltdl" other-flags))
         (display-separated (cons
                             (string-append "-L" (get-build-info 'libdir))
-                            (cons "-lguile" other-flags))))
+                            (cons "-lguile -lguile-ltdl" other-flags))))
     (newline)))
 
 (define (help-link)