From: "Scott Beasley" Newsgroups: comp.os.msdos.djgpp Subject: Seting up NT09C and RSXNT. Date: 4 Mar 1997 19:24:58 GMT Organization: South Carolina Electric and Gas Lines: 28 Message-ID: <01bc28d2$294badc0$8ce29ca1@optika2.scana.com> NNTP-Posting-Host: 161.156.226.140 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Hi, I have rsxnt, and the NT09C build of EMX. I have my LIBRARY_PATH, and C_INCLUDE_PATH set to: ( set from .bashrc ) ( I have also swicthed the order of these, i.e. rsxnt stuff before the emx stuff, but got the same results. ) C_INCLUDE_PATH=/emx/include:/rsxnt/include:/rsxnt/include/win32 LIBRARY_PATH=/rsxnt/lib:/emx/lib When I do gcc -v, I get: gcc driver version 2.7.2.1 (rsxnt) executing gcc version 2.7.2.1 The only spec file is in /rsxnt/Lib. I can compile normal console code ie: gcc -o hello.exe hello.c And this compiles and links, using the EMX bins. When I add the -Zwin32 or -Zrsxnt to the command line of gcc I get a unknown switch. I also can not include the windows header files in the /RSXNT/include/Win32 dir. It looks like I have done all the setup instructions have said, but it still will not compile, the with those switches or the headers. Also the windows include problem is, that it can not fine the windows header files, but finds all the rest. Any help would be great. scott -- Try: http://www.angelfire.com/sc/electron for C help, and source files.