From: "Ian Miller" Newsgroups: comp.os.msdos.djgpp Subject: 981027 djdev202 beta Date: Fri, 30 Oct 1998 00:09:17 -0000 Organization: Force 9 Internet Lines: 40 Message-ID: <71av59$c81@news3.force9.net> NNTP-Posting-Host: 81.usr04.shef.dialup.force9.net X-Newsreader: Microsoft Outlook Express 4.71.1712.3 X-MimeOLE: Produced By Microsoft MimeOLE V4.71.1712.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com I've been rebuilding my DJGPP installation using the 981027 djdev202 beta over the last day or two using gcc-2.81. So far I have successfully built: sh-util1.12 txtutil1.22 filutil3.16 texinfo3.9 (albeit that a few short filenames needed lengthening) but make-3.77 gives the following error: C:\djgpp\gnu\make-3.77>make g:/djgpp/bin/make.exe all-recursive make.exe[1]: Entering directory `c:/djgpp/gnu/make-3.77' Making all in glob g:/djgpp/bin/make.exe -C glob -f ../Makefile INCLUDES='-I. -I./glob' DEFS='-I.. -I.' VPATH=./glob libglob.a make.exe[2]: Entering directory `c:/djgpp/gnu/make-3.77/glob' gcc -I.. -I. -I. -I./glob -DHAVE_CONFIG_H -O2 -g -c fnmatch.c gcc -I.. -I. -I. -I./glob -DHAVE_CONFIG_H -O2 -g -c glob.c command.com /c if exist libglob.a del libglob.a ar cru libglob.a fnmatch.o glob.o ranlib libglob.a make.exe[2]: Leaving directory `c:/djgpp/gnu/make-3.77/glob' make.exe[1]: Leaving directory `c:/djgpp/gnu/make-3.77' gcc -I. -I. -I. -I./glob -DLIBDIR=\"c:/djgpp/lib\" -DINCLUDEDIR=\"c:/djgpp/include\" -DHAVE_CONFIG_H -O2 -g -c main.c In file included from make.h:94, from main.c:19: signame.h:49: conflicting types for `sys_siglist' c:/djgpp/include/signal.h:86: previous declaration of `sys_siglist' make.exe: *** [main.o] Error 1 Moving goalposts, I suppose, but it looks like make needs tweaking again. I'm not sure what the best way to get around this is. Should I just define HAVE_SYS_SIGLIST? Where? Ian -- Ian Miller, Dorset, UK Windows 95, LFN enabled