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"