Thanks
I'll check it in tomorrow.
Marco
On Tuesday, Oct 28, 2003, at 20:45 America/New_York, Edi Weitz wrote:
> Hi!
>
> I had to patch DEFSYSTEM like this to make it work with LWM 4.3.7:
>
> --- defsystem.lisp.orig Wed Oct 29 02:41:49 2003
> +++ defsystem.lisp Wed Oct 29 02:42:24 2003
> @@ -4132,8 +4132,8 @@
> #+:allegro #'load
> #+(or :cmu :scl) #'alien:load-foreign
> #+:sbcl #'sb-alien:load-foreign
> - #+(and :lispworks :unix (not :linux))
> #'link-load:read-foreign-modules
> - #+(and :lispworks (or (not :unix) :linux))
> #'fli:register-module
> + #+(and :lispworks :unix (not (or :mac :linux)))
> #'link-load:read-foreign-modules
> + #+(and :lispworks (or (not :unix) :mac :linux))
> #'fli:register-module
> #+(or :ecl :gcl :kcl) #'load ; should be enough.
> #-(or :lucid
> :allegro
>
> Cheers,
> Edi.
>
>
> -------------------------------------------------------
> This SF.net email is sponsored by: SF.net Giveback Program.
> Does SourceForge.net help you be more productive? Does it
> help you create better code? SHARE THE LOVE, and help us help
> YOU! Click Here: http://sourceforge.net/donate/
> _______________________________________________
> clocc-list mailing list
> clo...@li...
> https://lists.sourceforge.net/lists/listinfo/clocc-list
>
--
Marco Antoniotti
NYU Courant Bioinformatics Group tel. +1 - 212 - 998 3488
715 Broadway 10th FL fax. +1 - 212 - 998 3484
New York, NY, 10003, U.S.A.
|