Code Sample |
$ make World >& world.log |
Quote |
make[2]: Leaving directory `/KNOPPIX/usr/src/xc/config/imake' rm -f ./config/makedepend/Makefile.proto ./config/imake/imake -I./config/cf -s ./config/makedepend/Makefile.proto -f ./config/makedepend/Imakefile -DTOPDIR=../.. -DCURDIR=./config/makedepend ./config/imake/imake: No such file or directory ./config/imake/imake: Cannot exec /lib/cpp. Stop. ./config/imake/imake: Exit code 1. Stop. make[1]: *** [config/makedepend/Makefile.proto] Error 1 make[1]: Leaving directory make: *** [World] Error 2 |
Quote |
/* if you want host-specific customization, this is one way to do it */ /* #ifndef SiteIConfigFiles #define SiteIConfigFiles $(IRULESRC)/host.def #define LocalConfigFiles host.def #endif */ |
Quote |
//* GENERAL SETTINGS */ #define SystemManDirectory /opt/compile-3.3.5/man #define DocDir /opt/compile-3.3.5/share/doc #define BuildFonts NO /* Installation prefix. The default is to install into /usr/X11R6. If you * would like to install into /usr, uncomment these options. */ #define ProjectRoot /opt/compile-3.3.5 /* #define LinkGLToUsrLib NO */ /* #define LinkGLToUsrInclude NO */ |