Mail Archives: djgpp/1997/03/05/08:19:49
Scott Beasley (sbeasley AT scana DOT com) wrote:
: 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.
What operating system do you use? If it's Windows 95 (or NT) and you
have enabled LFN support, then file names are case sensitive. Try
changing the paths according to the exact names of your directories.
BTW, how is this related to djgpp?
--
Esa Peuha
student of mathematics at the University of Helsinki
http://www.helsinki.fi/~peuha/
- Raw text -