From: arlindo AT niteroi DOT gsfc DOT nasa DOT gov (Arlindo da Silva) Subject: Compiling X11R6.3 with your B19 patches... 7 Mar 1998 07:10:39 -0800 Message-ID: <199803050448.XAA04664.cygnus.gnu-win32@woodmore.gsfc.nasa.gov> References: <01BD1908 DOT EEFC0B10 AT sos> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit To: sos AT buggy DOT prospect DOT com DOT ru (Sergey Okhapkin) Cc: gnu-win32 AT cygnus DOT com Dear Sergey, The new patches look really great. However, the build process still needed some manual intervention. Here are the problems I ran into: 1) When I tried "make -i World" on a freshly patched xc (I only got xc-1.tar.gz) I got the following error during the bootstrap phase: making imake with BOOTSTRAPCFLAGS= in config/imake cc -o ccimake -O -I../../include -I../../imports/x11/include/X11 ccimake.c cc: not found My quick and dirty fix was to copy gcc.exe to cc.exe. I had the same problem with your previous b18 patch. A better fix would be to patch the Makefile which has "cc" hardwired. 2) With this fix, "make -i World" goes into an infinite loop during the "make Makefiles" phase. Probable reason: I only downloaded xc-1.tar.gz, so some directories are missing, and recursive makefiles have several "cd .." after a failed "cd". Quick & Dirty fix: kill it after at least one loop is complete and continue manually: make include make make install 3) I was not able to build 'xterm', gcc died with an internal error: gcc -O2 -s -mpentium -I../.. -I../../exports/include -D__i386__ -DX_LOCALE -D_MT -DNO_TCP_H -DFUNCPROTO=15 -DNARROWPROTO -c button.c -o button.o gcc: Internal compiler error: program cc1 got fatal signal 6 make: *** [button.o] Error 1 Could you make your xterm.exe available? Thanks, Arlindo. -- Arlindo da Silva dasilva AT alum DOT mit DOT edu - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".