I'm curious about Scheme and am trying to install Chicken for a compiler and so far I am not having any success on making it and installing it. I ran
and I got this
If you have an answers, thanks.
Code:
sudo make PLATFORM=macosx ARCH=universal
Code:
ld: library not found for -ldylib1.10.5.o
ld: library not found for -ldylib1.10.5.o
collect2: ld returned 1 exit status
collect2: ld returned 1 exit status
lipo: can't open input file: /var/tmp//ccyJaoh0.out (No such file or directory)
make[1]: *** [libchicken.dylib] Error 1
make: *** [all] Error 2
If you have an answers, thanks.