From: "ywshei" Newsgroups: comp.os.msdos.djgpp Subject: Re: plotutils in djgpp Date: Thu, 28 Jun 2001 19:06:54 +0800 Organization: National Taiwan University Lines: 71 Message-ID: <9hf33o$e2l$1@gemini.ntu.edu.tw> References: NNTP-Posting-Host: gpslab.iam.ntu.edu.tw X-Trace: gemini.ntu.edu.tw 993726392 14421 140.112.38.53 (28 Jun 2001 11:06:32 GMT) X-Complaints-To: postmaster AT news DOT ntu DOT edu DOT tw NNTP-Posting-Date: 28 Jun 2001 11:06:32 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com After some procedures to re-install the djgpp in win98se, the problem is chaging to " loading cache ./config.cache checking for a BSD compatible install... ./install-sh -c checking whether build environment is sane... yes checking whether make sets ${MAKE}... yes checking for working aclocal... found checking for working autoconf... found checking for working automake... found checking for working autoheader... found checking for working makeinfo... found checking host system type... i386-pc-msdosdjgpp checking build system type... i386-pc-msdosdjgpp checking for ranlib... : checking for gcc... no checking for cc... no configure: error: no acceptable cc found in $PATH " My environment is as following: OSTYPE=msdosdjgpp PATH='c:/win98;c:/win98/command;c:/dos;c:/nc;c:/masm32/bin;d:/ultraedt;c:/di slin /djgpp;d:/djgpp/bin;' PIPESTATUS=([0]="0") PPID=1 PROMPT='$p$g' PS1='\s-\v\$ ' PS2='> ' PS4='+ ' PWD=d:/plotut~1.1 SHELL='C:\WIN98\COMMAND.COM' SHELLOPTS=braceexpand:hashall:histexpand:history:interactive-comments:emacs SHLVL=1 TEMP='C:\temp' TEXMFMAIN=d:/djgpp/share/texmf TMP='C:\WIN98\TEMP' TMPDIR=d:/djgpp/tmp UID=42 USER=dosuser _=configure winbootdir='C:\WIN98' windir='C:\WIN98' The djgpp.env is original version in distributed package. Any comment? Thanks. "Eli Zaretskii" ????? news:Pine DOT SUN DOT 3 DOT 91 DOT 1010628131051 DOT 12284C-100000 AT is... > > On Thu, 28 Jun 2001, ywshei wrote: > > > The OS is Windows 2000. > > That's a known issue with Windows 2000. > > > But in the win98se, this error is the same as the > > previous messages. > > Are you sure? What happens in Windows 98 if you type this: > > bash > echo foo > /dev/null > > Anyway, please locate the line(s) in the configure script which > produce this error message and post those lines here.