]> gitweb.factorcode.org Git - factor.git/commit
alien.libraries, compiler.cfg.builder.alien: if `dlopen` fails during `<library>...
authorJoe Groff <arcata@gmail.com>
Tue, 13 Sep 2011 06:06:08 +0000 (23:06 -0700)
committerJoe Groff <arcata@gmail.com>
Tue, 13 Sep 2011 06:25:59 +0000 (23:25 -0700)
commit5703e8d7a143e0781c8c40be9f58eb83cd39a0fd
tree0d0fd39aa809f09cc56a24deaab5c52e0722d06e
parentb6e0f0180b99d321bc92c85f6c64f2334b4aa799
alien.libraries, compiler.cfg.builder.alien: if `dlopen` fails during `<library>`, call `dlerror` and store the error message in the library object; put the dlerror message in the linkage-error when a word from the library is compiled
basis/alien/libraries/libraries.factor
basis/alien/libraries/unix/unix.factor
basis/alien/libraries/windows/windows.factor
basis/compiler/cfg/builder/alien/alien.factor