From mboxrd@z Thu Jan 1 00:00:00 1970 From: root To: help-gcc@gnu.org Subject: make command refuses to do anything Date: Sat, 04 Dec 1999 17:08:00 -0000 Message-id: <3849BB14.66E5CB87@enteract.com> X-SW-Source: 1999-12/msg00065.html I compiled kernel and gcc-2.95.1 among other things. I did them today, a few hours ago. Now I want to compile other programs and suddenly 'make' seems to have lost any strength. The following is the error message. ./configure did not display any error. I tried another file to compile and the result is the same. What did I do? ======== error ============ make all-recursive make[1]: Entering directory `/usr/src/glib-1.2.6' Making all in . make[2]: Entering directory `/usr/src/glib-1.2.6' make[2]: Leaving directory `/usr/src/glib-1.2.6' Making all in gmodule make[2]: Entering directory `/usr/src/glib-1.2.6/gmodule' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/gmodule' Making all in gthread make[2]: Entering directory `/usr/src/glib-1.2.6/gthread' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/gthread' Making all in docs make[2]: Entering directory `/usr/src/glib-1.2.6/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/docs' Making all in tests make[2]: Entering directory `/usr/src/glib-1.2.6/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/tests' make[1]: Leaving directory `/usr/src/glib-1.2.6' From mboxrd@z Thu Jan 1 00:00:00 1970 From: root To: help-gcc@gnu.org Subject: make command refuses to do anything Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3849BB14.66E5CB87@enteract.com> X-SW-Source: 1999-12n/msg00065.html Message-ID: <19991231222400.vmGBdZyHmNB6HJOHvrI9qwvPWNmkNZAJ68fG6Rzf3rs@z> I compiled kernel and gcc-2.95.1 among other things. I did them today, a few hours ago. Now I want to compile other programs and suddenly 'make' seems to have lost any strength. The following is the error message. ./configure did not display any error. I tried another file to compile and the result is the same. What did I do? ======== error ============ make all-recursive make[1]: Entering directory `/usr/src/glib-1.2.6' Making all in . make[2]: Entering directory `/usr/src/glib-1.2.6' make[2]: Leaving directory `/usr/src/glib-1.2.6' Making all in gmodule make[2]: Entering directory `/usr/src/glib-1.2.6/gmodule' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/gmodule' Making all in gthread make[2]: Entering directory `/usr/src/glib-1.2.6/gthread' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/gthread' Making all in docs make[2]: Entering directory `/usr/src/glib-1.2.6/docs' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/docs' Making all in tests make[2]: Entering directory `/usr/src/glib-1.2.6/tests' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/usr/src/glib-1.2.6/tests' make[1]: Leaving directory `/usr/src/glib-1.2.6'