Thank You, I've fetched the branch with your fix and recompiled. The issue is gone.
Linking the qt example did fail. The following diff did fix this too. modified examples/ecl_qt/build_static.lisp @@ -3,6 +3,7 @@ (asdf:make-build :lisp-envi :type :static-library - :move-here "qt/") + :move-here "qt/" + :init-name "init_lib_LISP_ENVI") Best Regards, Robert Daniel Kochmański <dan...@turtleware.eu> writes: > Hey Robert, > > I've found the issue and it is related to unwind-protect changes. > Symbol is exported from both packages, but it is the same symbol. > Problem doesn't manifest itself in this merge request[1]. Hopefully > running ECL from this unmerged branch solves your problem too. Thank > you for your persistance and investigation. > > Best regards, > Daniel > > [1] https://gitlab.com/embeddable-common-lisp/ecl/merge_requests/119