From: dmitry AT ostankino DOT ucsd DOT edu Newsgroups: comp.os.msdos.djgpp Subject: make & error -1 Date: Mon, 31 May 1999 22:32:50 GMT Organization: Deja.com - Share what you know. Learn what you don't. Lines: 23 Message-ID: <7iv2mj$npe$1@nnrp1.deja.com> NNTP-Posting-Host: 24.30.152.31 X-Article-Creation-Date: Mon May 31 22:32:50 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 5.0; Windows NT) X-Http-Proxy: 1.1 x44.deja.com:80 (Squid/1.1.22) for client 24.30.152.31 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com While compiling the Unicode::Map8 perl module, I'm getting the following error from make: > make.exe: *** [blib\lib\Unicode\.exists] Error -1 The offending line seems to be: > config :: Makefile $(INST_LIBDIR)\.exists > @$(NOOP) Where NOOP is defined as: NOOP = rem Does the error mean that make can't execute "rem"? Regards Dmitry Beransky Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.