Update of /project/lgtk/cvsroot/lgtk In directory common-lisp.net:/tmp/cvs-serv18598
Modified Files: Tag: sbcl-port lgtk.asd Log Message: Further cleanup.
Date: Thu Dec 11 03:47:21 2003 Author: mmommer
Index: lgtk/lgtk.asd diff -u lgtk/lgtk.asd:1.7.4.2 lgtk/lgtk.asd:1.7.4.3 --- lgtk/lgtk.asd:1.7.4.2 Fri Dec 5 12:55:51 2003 +++ lgtk/lgtk.asd Thu Dec 11 03:47:20 2003 @@ -108,7 +108,7 @@ ((:file "port") (:file "nexus" :depends-on ("port")) (:file "widgets" :depends-on ("nexus")) - (:file "dynaslot" :depends-on ("bindings" "nexus")) + (:file "dynaslot" :depends-on ("bindings" "nexus" "port")) (:file "enums" :depends-on ("bindings")) (:file "bindings" :depends-on ("port"))
@@ -127,3 +127,9 @@ "libhandle")) (:file "gtknexus" :depends-on ("gtkbindings")) (:file "gtklisp" :depends-on ("gtknexus")))))) + +;; On 2003.12.10, load-foreign was put in deathrow by the sbcl +;; developers. The following comment was made by Krystof_ and is +;; probably going to help minimize the impact: "cmucl's load-foreign +;; on linux runs ld -G -o /tmp/RANDOM --whole-archive file1.a file2.o +;; file3.so --no-whole-archive -lfoo -lbar"