<div dir="ltr">Configuring without GUI or audio support, I successfully compiled Snd on Cygwin. However, the binary fails to start due to linker errors (transcript below)<div><br></div><div>I&#39;ve actually seen this happen on Linux back when first getting Snd built, but I forget what caused the error that time.<br><div><br></div><div>Sandy@LAPTOP-EF0KJKUO ~/snd-19.7<br>$ snd<br>writing libc_s7.c<br>libc_s7.o:libc_s7.c:(.text+0x1e): undefined reference to `s7_cadr&#39;<br>libc_s7.o:libc_s7.c:(.text+0x1e): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_cadr&#39;<br>libc_s7.o:libc_s7.c:(.text+0x26): undefined reference to `s7_integer&#39;<br>libc_s7.o:libc_s7.c:(.text+0x26): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_integer&#39;<br>libc_s7.o:libc_s7.c:(.text+0x35): undefined reference to `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0x35): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0x3d): undefined reference to `s7_c_pointer&#39;<br>libc_s7.o:libc_s7.c:(.text+0x3d): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_c_pointer&#39;<br>libc_s7.o:libc_s7.c:(.text+0x4c): undefined reference to `s7_make_string_with_length&#39;<br>libc_s7.o:libc_s7.c:(.text+0x4c): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_make_string_with_length&#39;<br>libc_s7.o:libc_s7.c:(.text+0x71): undefined reference to `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0x71): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0x79): undefined reference to `s7_is_string&#39;<br>libc_s7.o:libc_s7.c:(.text+0x79): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_is_string&#39;<br>libc_s7.o:libc_s7.c:(.text+0x86): undefined reference to `s7_f&#39;<br>libc_s7.o:libc_s7.c:(.text+0x86): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_f&#39;<br>libc_s7.o:libc_s7.c:(.text+0x99): undefined reference to `s7_make_symbol&#39;<br>libc_s7.o:libc_s7.c:(.text+0x99): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_make_symbol&#39;<br>libc_s7.o:libc_s7.c:(.text+0xa8): undefined reference to `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0xa8): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `s7_car&#39;<br>libc_s7.o:libc_s7.c:(.text+0xb0): undefined reference to `s7_string&#39;<br>libc_s7.o:libc_s7.c:(.text+0xb0): additional relocation overflows omitted from the output<br>libc_s7.o:libc_s7.c:(.text+0xc2): undefined reference to `s7_make_c_pointer_with_type&#39;<br><br><br><br>----- large number of similar entries omitted ----<br><br>libc_s7.o:libc_s7.c:(.text+0x2a961): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a970): undefined reference to `s7_set_i_i_function&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a983): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a992): undefined reference to `s7_set_i_i_function&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9a5): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9b4): undefined reference to `s7_set_i_i_function&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9c7): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9d6): undefined reference to `s7_set_i_i_function&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9e9): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2a9f8): undefined reference to `s7_set_i_i_function&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2aa0b): undefined reference to `s7_name_to_value&#39;<br>libc_s7.o:libc_s7.c:(.text+0x2aa1a): undefined reference to `s7_set_i_i_function&#39;<br>collect2: error: ld returned 1 exit status<br>loading libc_s7.so<br>load /home/Sandy/snd-19.7/libc_s7.so failed: No such file or directory<br><br>;load: can&#39;t open &quot;libc_s7.so&quot;<br>;    (load so-file-name cur-env)<br>;    cload.scm, line 682<br>; (load so-file-name cur-env)<br>; ((curlet))<br>; (lst)<br><br><br>;*libc*: unbound variable<br>;    (with-let (sublet *libc*) (define...<br>;    repl.scm, line 21<br>; (with-let (sublet *libc*) (define (symbol...<br>; ((define (symbol-completion text) (let ((...<br>; ((signatures sig) &#39;NULL)<br>; (*repl* &#39;run)<br><br></div></div></div>