When building a statically linked ECL, a previously installed library got linked in.

This commit is contained in:
jjgarcia 2003-10-31 10:35:33 +00:00
parent 16253ef7dc
commit fe0807f683

View file

@ -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@"