make locks up while compiling Xfree86 4.0 (from the .tar.gz sources), in the 'making dependancies' phase. This is for egcs and make as supplied on the RH 6.2. This bug is not present on RedHat 6.1 (with all the latest RH 6.1 updates applied).
As in the INSTALL.TXT file the command running is "make World >& world.log". Tha last few lines of the world.log file at the point of the make process hanging are:- make[3]: Leaving directory `/usr/src/xc/programs/xsetpointer' depending in programs/xterm... make[3]: Entering directory `/usr/src/xc/programs/xterm' ../../config/makedepend/makedepend -- -I../.. -I../../exports/include -Dlinux -D__i386__ -D_POSIX_C_SOURCE=199309L -D_POSIX_SOURCE -D_XOPEN_SOURCE -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE -DFUNCPROTO=15 -DNARROWPROTO -I. -DSCROLLBAR_RIGHT -DOPT_WIDE_CHARS -- button.c charproc.c charsets.c cursor.c data.c doublechr.c fontutils.c input.c menu.c misc.c print.c ptydata.c screen.c scrollbar.c tabs.c util.c TekPrsTbl.c Tekproc.c VTPrsTbl.c main.c keysym2ucs.c resize.c
Has anyone done anything on this? It's not a major problem (as we can download binaries from the XFree website) but it's a little anooying not being able to compile our own version. Thanks. Pierre
This looks more like a problem with makedepend than make. I'm changing the component to XFree86, because your problem is more likely to be resolved that way. FWIW, we are building XFree86-4.0 using make 3.79.1 successfully AFAIK, you can get src.rpm's from Raw Hide.
Makedepend doesn't like egcs. This should be fixed in 4.0.2. (And it's definitely fixed by using a newer compiler).