Date: Sun, 21 Jul 2002 18:07:56 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: "Daniel Noorduin" Message-Id: <3405-Sun21Jul2002180755+0300-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp AT delorie DOT com In-reply-to: (w.noorduin@chello.nl) Subject: Re: Installation Problem References: <3d38af6e$0$32644$9b622d9e AT news DOT freenet DOT de> <3d3aa2f2$0$15186$9b622d9e AT news DOT freenet DOT de> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Daniel Noorduin" > Newsgroups: comp.os.msdos.djgpp > Date: Sun, 21 Jul 2002 13:01:26 GMT > > SET LIBRARY_PATH=C:\RSXNT\LIB > SET C_INCLUDE_PATH=C:\RSXNT\INCLUDE > SET CPLUS_INCLUDE_PATH=C:\RSXNT\INCLUDE These 3 settings are the source of your trouble: they force the compiler to try to use incorrect header files and libraries (those from the RSXNT package). Unset these variables, and the problems will most probably go away.