From: "Michael Duxbury" Newsgroups: comp.os.msdos.djgpp Subject: setting up mingw32 Date: Wed, 1 Aug 2001 21:12:48 +0100 Organization: BT Internet Lines: 24 Message-ID: <9k9nju$4cs$1@uranium.btinternet.com> NNTP-Posting-Host: host213-122-32-103.btinternet.com X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6700 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 I have trouble setting my mingw32 compiler up. I follow the setup procedures but still get: Errror in djgpp instalation Environment variable DJGPP is not defined. I thought I didn't need djgpp.env set as I was using mingw32. Here is my autoexec.bat. I would really appreciate a hand please. SET PATH=C:\PROGRA~1\COMMON~1\FOLIOS~1;%PATH%;;C:\TCL\bin; SET CLASSPATH=c:\javawebserver2.0\lib\jar.jsp;c:\jdk1.3\servlet\javax\Servlet.ja r;c:\javawebserver2.0\lib\mm.mysql-2.0.4-bin.jar; set PATH=%PATH%;C:\TCL\bin;c:\mingw32\bin; //set DJGPP=c:/djgpp/djgpp.env //set RSXNTDJ=c:\djgpp\rsxntdj set C_INCLUDE_PATH=c:\mingw32\include; set CPLUS_INCLUDE_PATH=c:\mingw\include\g++;c:\mingw32\include set LIBRARY_PATH=c:\mingw32\lib set GCC_EXEC_PREFIX=c:\mingw32\lib\gcc-lib\ thanks.