From fe0807f683611bf7380a7263b85693b3747cc8f9 Mon Sep 17 00:00:00 2001 From: jjgarcia Date: Fri, 31 Oct 2003 10:35:33 +0000 Subject: [PATCH] When building a statically linked ECL, a previously installed library got linked in. --- src/compile.lsp.in | 1 - 1 file changed, 1 deletion(-) diff --git a/src/compile.lsp.in b/src/compile.lsp.in index f708f311b..4dfe98e24 100644 --- a/src/compile.lsp.in +++ b/src/compile.lsp.in @@ -62,7 +62,6 @@ cd ..; rm -rf tmp/* @LIBPREFIX@{lsp,clos} ")) ;; of using -lecl. This is to avoid interference with an already ;; installed copy of ECL. ;; -#+dlopen (setf c::*ld-flags* #+dlopen "@LDRPATH@ @SHAREDPREFIX@ecl.@SHAREDEXT@ @CLIBS@" #-dlopen "@LDRPATH@ @LIBPREFIX@ecl.@LIBEXT@ @CLIBS@"