![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Advanced UNIX and Linux questions go here. Expert-to-Expert. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| make[2]: *** [xml] Error 1 | praveen_b744 | UNIX for Advanced & Expert Users | 1 | 04-14-2008 02:46 AM |
| make[1] *** [libsupp.a] Error 255 | jjsoladmin | High Level Programming | 2 | 03-13-2008 11:56 AM |
| Error in issuing a make and make install | ahjiefreak | Linux | 1 | 03-11-2008 10:32 PM |
| SCO 5.0.7 Installing gcc 3.4.3 cause error in make | miles556 | SCO | 1 | 02-22-2008 02:25 PM |
| sun solaris 10 make error | sunrise | SUN Solaris | 9 | 05-29-2007 01:20 AM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#8
|
|||
|
|||
|
i followed the normal procedures configure -> make -> make install
i'm root as well |
| Forum Sponsor | ||
|
|
|
#9
|
|||
|
|||
|
Is the part
Code:
for lang in gcj typemaps tcl perl5 python guile java mzscheme ruby php4 ocaml pike chicken csharp modula3 allegrocl clisp lua cffi uffi std; \ do \ echo "Installing language specific files for $lang"; \ ..... You could add Code:
set -x ; for lang in ..... Basically you want to find which language is failing and either fix it or remove it. |
|
#10
|
|||
|
|||
|
i see it in Makefile & Makefile.in
|
|
#11
|
|||
|
|||
|
Makefile.in is the template for Makefile. Try adding the "set -x; ..." to the Makefile itself. If you did a reconfigure then it would get overwritten anyway. |
|||
| Google The UNIX and Linux Forums |