Re: csm -static: could not find linked extension
Matto Fransen via Chicken-users <[email protected]>
| Newsgroups | gmane.lisp.scheme.chicken |
|---|---|
| Message-ID | <[email protected]> |
Hi, On 25 August 2026 10:15 Felix Winkelmann, wrote: [ .. ] >> csm -static -program hello -main hello-main.scm >> >> which will generate the error: >> csc: could not find linked extension: hello-print > > There has been a change how csm names objects and so csc (from the chicken > core) wasn't able to find the module/link file. I apologize for breaking > this - please try a more recent CHICKEN version, from git, if possible No need to apologize, you people do amazing work. This indeed solved the problem, thanks a lot! > or by downloading a development snapshot that I will prepare in the > next days, hopefully. > > Note that the "-main hello-main.scm" seems wrong, the program should > build fine without it (also: -main wants a module name, not filename). OK, thanks for the hint! Best regards, Matto