[iolib-devel] Re: patches to run 32-bit IOLIB on 64-bit machine + fix style-warnings
Faré
fahree at gmail.com
Sat Mar 10 04:53:41 UTC 2007
I forgot this important bit needed in asdf-additions...
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
The only thing necessary for the triumph of evil is for good men to do nothing.
-- Edmund Burke
diff -rN -u old-asdf-additions/unix-dso.lisp new-asdf-additions/unix-dso.lisp
--- old-asdf-additions/unix-dso.lisp 2007-03-09 23:52:12.000000000 -0500
+++ new-asdf-additions/unix-dso.lisp 2007-03-09 23:52:12.000000000 -0500
@@ -37,6 +37,8 @@
(concatenate 'string
(unix-dso-link-flags dso)
" "
+ #+cffi-features:x86-64 "-m64 "
+ #+cffi-features:x86 "-m32 "
(getenv "EXTRA_LDFLAGS")
" "
#+sunos "-shared -lresolv -lsocket -lnsl"
More information about the iolib-devel
mailing list