:( can't get gnuwin32 to find includes

Wei Ku weiku@utkux.utcc.utk.edu
Mon Sep 8 19:21:00 GMT 1997


Modify the attached files and you should be fine. Notice the variable
C_INCLUDE_PATH is necessary.

Sincerely,
Wei Ku

***************************************
Department of Physics and Astronomy
The University of Tennessee
1408 Circle Drive
Knoxville, Tennessee 37996-1200
weiku@utkux.utcc.utk.edu
---------------------------------------
Solid State Division
Oak Ridge National Laboratory
P.O.Box 2008
Oak Ridge, TN 37831-6032
Phone: (423) 574-5795
Fax: (423) 574-4143
weiku@solid.ssd.ornl.gov
***************************************


-----Original Message-----
From: AngelFuck <hellbringer@iclub.org>
To: gnu-win32@cygnus.com <gnu-win32@cygnus.com>
Date: Monday, September 08, 1997 8:23 PM
Subject: :( can't get gnuwin32 to find includes



>Hi,
>
>        Can someone show me what my autoexec.bat file needs to look like
>so that I can compilse programs just using like gcc -o blah blah.c .
>When i try that on my system right now it says that it cannot find the
>include files to do it with nor cpp . I just put the cpp.exe into my
>path so that it finds it but still the main problem is the include and
>anyone can help resolve this problem I will appreciate very much.
>
>
>
>Thanx,
>
>Brandon
>
>-
>For help on using this list (especially unsubscribing), send a message to
>"gnu-win32-request@cygnus.com" with one line of text: "help".
>
-------------- next part --------------
set TERM=linux
set GCC_EXEC_PREFIX=d:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\
set TCL_LIBRARY=d:/gnuwin32/b18/tcl/lib/tcl7.6
set GDBTK_LIBRARY=d:/gnuwin32/b18/share/gdbtcl
set PATH=d:\gnuwin32\b18\H-i386-cygwin32\bin;d:\gnuwin32\b18\tcl\bin;d:\usr\local\bin;%HOMEDRIVE%%HOMEPATH%\bin;%PATH%
set LIBRARY_PATH=d:\Cygnus\b18\H-i386-cygwin32\lib
set MAN_PATH=d:\Cygnus\man
set C_INCLUDE_PATH=d:\Cygnus\include
set CPLUS_INCLUDE_PATH=d:\Cygnus\include\g++
set DISPLAY=localhost:0.0
d:\gnuwin32\b18\H-i386-cygwin32\bin\bash.exe -login


More information about the Cygwin mailing list