Hi, I installed all the dependencies ( libgmp, libiconv, libintl, libltdl, libunistring,libgc, libffi) of guile 2.0.3 but I get build errors when I use the 'make' command. >./configure #it worked > make rm -f guile-procedures.txt makeinfo --force -o guile-procedures.txt guile-procedures.texi || test -f guile-procedures.txt /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11408: Cross reference to nonexistent node `Backslash Escapes' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11103: Cross reference to nonexistent node `Network Address Conversion' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:11042: Cross reference to nonexistent node `Network Databases' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:10992: Cross reference to nonexistent node `Network Databases' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9929: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9922: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9915: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9829: Cross reference to nonexistent node `File Ports' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:9137: Cross reference to nonexistent node `Vtables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8740: Cross reference to nonexistent node `Locales' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:8533: Cross reference to nonexistent node `Bitwise Operations' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7236: Cross reference to nonexistent node `Character Sets' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7214: Cross reference to nonexistent node `Character Sets' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:7158: Cross reference to nonexistent node `Multiple Values' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:6041: Cross reference to nonexistent node `File Ports' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5752: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5741: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:5730: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3794: Cross reference to nonexistent node `File Ports' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3601: Cross reference to nonexistent node `Locales' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3280: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3273: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:3266: Cross reference to nonexistent node `Hash Tables' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2670: Cross reference to nonexistent node `Character Encoding of Source Files' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2664: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:2646: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1979: Cross reference to nonexistent node `Ports and File Descriptors' (perhaps incorrect sectioning?). /Users/Dongyoon/Downloads/guile-2.0.3/libguile//guile-procedures.texi:1967: Cross reference to nonexistent node `Closing' (perhaps incorrect sectioning?). Making all in module GUILEC ice-9/eval.go wrote `ice-9/eval.go' GUILEC ice-9/psyntax-pp.go It seems that the program stucks at this moment (i waited for about 10mins but there was no change) Can anyone help me? - Dongyoon