> From: M <[email protected]> > Date: Wed, 7 Dec 2016 17:05:43 +0000 > > I'm trying the 'make' command for the installation, but get this: > > make -C libguile scmconfig.h > make[1]: Entering directory `/home/user/apps/guile-2.0.13/libguile' > GEN gen-scmconfig > /home/user/apps/gc-7.2/include/: file not recognized: Is a directory > collect2: error: ld returned 1 exit status > make[1]: *** [gen-scmconfig] Error 1 > make[1]: Leaving directory `/home/user/apps/guile-2.0.13/libguile' > make: *** [libguile/scmconfig.h] Error 2 > > Not sure what file it's trying to find in /home/user/apps/gc-7.2/include/. > Any advice? Thanks.
Say "make V=1" and look at the full command which fails, then you will probably see the cause.
