From: weiku AT utkux DOT utcc DOT utk DOT edu ("Wei Ku") Subject: Re: :( can't get gnuwin32 to find includes 8 Sep 1997 23:40:58 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199709090220.WAA35877.cygnus.gnu-win32@solid.ssd.ornl.gov> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01BCBCA4.F30FF920" Original-To: "AngelFuck" Original-Cc: X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 4.71.1008.3 X-MimeOle: Produced By Microsoft MimeOLE Engine V4.71.1008.3 Original-Sender: owner-gnu-win32 AT cygnus DOT com This is a multi-part message in MIME format. ------=_NextPart_000_0000_01BCBCA4.F30FF920 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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 AT utkux DOT utcc DOT utk DOT 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 AT solid DOT ssd DOT ornl DOT gov *************************************** -----Original Message----- From: AngelFuck To: gnu-win32 AT cygnus DOT 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 AT cygnus DOT com" with one line of text: "help". > ------=_NextPart_000_0000_01BCBCA4.F30FF920 Content-Type: application/octet-stream; name=".inputrc" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=".inputrc" #set editing-mode vi #set keymap vi set show-all-if-ambiguous on ------=_NextPart_000_0000_01BCBCA4.F30FF920 Content-Type: application/octet-stream; name=".bash_profile" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename=".bash_profile" # ~/.bashrc --- this is an example =0A= =0A= # Limit coredumps to zero bytes=0A= ulimit -c 0=0A= =0A= #----------------------------------------------------------------------=0A= # Other settings=0A= umask 022=0A= =0A= export = PATH=3D.:$HOME/bin:/bin:/usrl/local/bin://d/gnuwin32/b18/tcl/bin://D/WINN= T/system32://D/WINNT://c/tools=0A= export LIBPATH=3D/lib:/usr/local/lib:$HOME/lib=0A= export TMOUT=3D3600=0A= export HISTCONTROL=3Dignoredups=0A= export FIGNORE=3D'~:.o'=0A= export PS1=3D'//\h/.../\W \$ '=0A= =0A= #insert key=0A= #effect clipboard=0A= #bind '"\e[2~":paste-from-clipboard'=0A= bind '"\C-v":paste-from-clipboard'=0A= # home key=0A= bind '"\e[1~":beginning-of-line'=0A= # del key=0A= bind '"\e[3~":delete-char'=0A= # end key=0A= bind '"\e[4~":end-of-line'=0A= # pgup key=0A= bind '"\e[5~":history-search-forward'=0A= # pgdn key=0A= bind '"\e[6~":history-search-backward'=0A= =0A= alias cp=3D'cp -r'=0A= alias rm=3D'rm -r'=0A= alias ls=3D'ls -F --color'=0A= alias dir=3D'ls -laF --color'=0A= alias edit=3D'notepad'=0A= alias newterm=3D'cmd /c start bash'=0A= alias start=3D'cmd /c start'=0A= =0A= #alias theory=3D'rlogin theory.ssd.ornl.gov'=0A= #alias solid=3D'rlogin solid.ssd.ornl.gov'=0A= #alias ut=3D'rlogin utkux4.utcc.utk.edu'=0A= #alias books=3D'telnet opac.lib.utk.edu'=0A= #alias hal=3D'rlogin hal.cas.utk.edu'=0A= =0A= #g() { tex $1 ; dvips -o $1.ps $1.dvi ; gsview32 $1.ps }=0A= =0A= #----------------------------------------------------------------------=0A= # end of ~/.bashrc=0A= =0A= ------=_NextPart_000_0000_01BCBCA4.F30FF920 Content-Type: application/octet-stream; name="SETCYGNU.BAT" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="SETCYGNU.BAT" set TERM=3Dlinux set GCC_EXEC_PREFIX=3Dd:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\ set TCL_LIBRARY=3Dd:/gnuwin32/b18/tcl/lib/tcl7.6 set GDBTK_LIBRARY=3Dd:/gnuwin32/b18/share/gdbtcl set = PATH=3Dd:\gnuwin32\b18\H-i386-cygwin32\bin;d:\gnuwin32\b18\tcl\bin;d:\usr= \local\bin;%HOMEDRIVE%%HOMEPATH%\bin;%PATH% set LIBRARY_PATH=3Dd:\Cygnus\b18\H-i386-cygwin32\lib set MAN_PATH=3Dd:\Cygnus\man set C_INCLUDE_PATH=3Dd:\Cygnus\include set CPLUS_INCLUDE_PATH=3Dd:\Cygnus\include\g++ set DISPLAY=3Dlocalhost:0.0 d:\gnuwin32\b18\H-i386-cygwin32\bin\bash.exe -login ------=_NextPart_000_0000_01BCBCA4.F30FF920-- - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".