From: "Wei-Xue Shi" Newsgroups: comp.os.msdos.djgpp Subject: Questions on compiling the web2c-7.2 and tex packages with djgpp gcc Date: Fri, 19 Nov 1999 22:40:54 +0900 Organization: NEWEB Lines: 26 Message-ID: <813k3t$n6c$1@news.telewaynet.ad.jp> NNTP-Posting-Host: tsukuba1-25.teleway.ne.jp Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit X-Trace: news.telewaynet.ad.jp 943018941 23756 210.230.97.25 (19 Nov 1999 13:42:21 GMT) X-Complaints-To: abuse AT neweb DOT ne DOT jp NNTP-Posting-Date: 19 Nov 1999 13:42:21 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Hi I have downloaded texk.tar.gz and texklib.tar.gz lastest version from CTAN site. I used the config.bat provided in djgpp directory to configures it and get a makefile. I make it. Almost everything was done. But gsftopk could not be compiled. The following message was shown: make.exe[1]: Entering directory `c:/tex/gsftopk' gcc -DHAVE_CONFIG_H -DKPATHSEA -I. -I.. -I./.. -g -O2 -c gsftopk.c gsftopk.c:861: `searchpath' redeclared as different kind of symbol c:/djgpp/include/dir.h:78: previous declaration of `searchpath' gsftopk.c:861: warning `searchpath' was declared `extern' and later `static' gsftopk.c: In function `main': gsftopk.c:2184: `SIGCHLD' undeclared (first use in this function) gsftopk.c:2184: (Each undeclared identifer is reported only once gsftopk.c:2184: for each function it appears in.) make.exe[1]: ***[gsftopk.o] Error 1 make.exe[1]: Leaving directory `c:/tex/gsftopk' Does the djgpp not support the gsftopk? Sincerely Wei-Xue Shi