How CLSQL finds and loads foreign libraries
"Hoehle, Joerg-Cyril" <[email protected]>
| Newsgroups | gmane.lisp.clsql.devel |
|---|---|
| Message-ID | <5F9130612D07074EB0A0CE7E69FD7A0304DEA263@S4DE8PSAAGS.blf.telekom.de> |
Hi, > Anyone out there? No comments? Edi, lack of time prevented me from looking further into your library path ideas. I just wanted to point to your attention the following change in clisp, caused by portability issues: >2005-06-06 Sam Steingold <sds-mXXj517/[email protected]> > * modules/bindings/win32/win32.lisp: use full paths for :LIBRARY > arguments (needed on cygwin) Formerly, libraries would be referred to as "kernel32.dll", not clisp uses "%WINDIR%[expanded]\\system32\\kernel32.dll" for the sake of cygwin. I.e. short names are appealing (and I very much like them as well), but they might not work everywhere. I think there are similar examples for portability across UNIX. Regards, Jorg Hohle.