12-15-2025, 12:33 PM
(12-15-2025, 11:53 AM)Petr Wrote: How is it possible that the library name must be different from the actual library name on disk? Why? I don't understand!There is an extremely strong Linux (and other Unix?) convention that the dynamic library "foo" can be found on disk in the file "libfoo.so" and QB64 follows suit here.

