Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: a50535d7dcc22648c2b7843d512b629e78be7d55
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/a50535d7dcc22648c2b7843d512b629e78be7d55 Author: Tom Beckmann <
[hidden email]>
Date: 2020-05-09 (Sat, 09 May 2020)
Changed paths:
M platforms/unix/vm/sqUnixExternalPrims.c
Log Message:
-----------
unix: use dlopen's lookup mechanism when not specifying a path
This allows FFI modules to be specified in the same manner as you would
when linking to them (-lGL --> GL, instead of /usr/lib/x86_64-linux-gnu/libGL.so
as was required before this change, unless you manually placed
/usr/lib/x86_64-linux-gnu in your LD_LIBRARY_PATH).
Commit: aafb3941fed5bc42f6849f74c782f27ef2c5c65b
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/aafb3941fed5bc42f6849f74c782f27ef2c5c65b Author: Eliot Miranda <
[hidden email]>
Date: 2020-10-19 (Mon, 19 Oct 2020)
Changed paths:
M platforms/unix/vm/sqUnixExternalPrims.c
Log Message:
-----------
Merge pull request #497 from tom95/dlopen-path
unix: use dlopen's lookup mechanism when not specifying a path
Compare:
https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/764e543dd601...aafb3941fed5