From: Tudor Newsgroups: comp.os.msdos.djgpp Subject: Q::that winNT lib stuff not workin' Date: Wed, 27 Nov 1996 16:59:23 -0800 Organization: Communications Accesibles Montreal Lines: 27 Message-ID: <329CE3EB.3762@cam.org> Reply-To: tudor AT cam DOT org NNTP-Posting-Host: dynamicppp-158.hip.cam.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp HI. I got RSXNTDJ1(?),that lib that's supposed to produce code for Windoze95/NT and I need some help. 1)It's said in the documentation that you need to modify the environment so that the path of the RSX.. lib directory comes before the one in the djgpp root dir.how will I do that coz i've got DJGPP 2.0 and I don't know how to correctly modify the environment file. 2) the make wont make anything!except of course produce some errors. something with "missing separator" here's a sample makefile: ************************** CC = gcc -Zwin32 CFLAGS = -Wall -O OPT = rsxntopt .c.o: $(CC) -c $(CFLAGS) $< test.exe: test.o $(CC) -o test.tmp test.o $(OPT) -b test.exe -V -del test.tmp ***************************** and the error: "line 6:missing separator.stop" What is wrong? help... Tudor(tudor AT cam DOT org)