This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Windows 95 Installation


> 
> I'm new to C++ (reading Teach Yourself C++ in 24 Hours) and was trying
> to install gnu-win32 per your directions. You refer to $PATH, which is a
> UNIX command. Is this going to be a PATH in my autoexec.bat file?
> 
> I really need a step by step procedure specifically geared to loading
> your compiler on a Windows 95 PC. You can reach me at:
> 

If you install gnu-win32 on the standard location (C:/GNUWIN32), add this to
the end of your AUTOEXEC.BAT file:


--- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut 

: GNU Win32 compiler stuff
: ------------------------
  set GCC_EXEC_PREFIX=C:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\
  set path=C:\gnuwin32\b18\H-i386-cygwin32\bin;C:\gnuwin32\b18\tcl\bin;%path%
  set TCL_LIBRARY=C:/gnuwin32/b18/tcl/lib/tcl7.6
  set GDBTK_LIBRARY=C:/gnuwin32/b18/share/gdbtcl

--- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut --- cut 


-- 

   *-----------------------------------------------------------------*
   |                                                                 |
   |             ^|^                     ARLINDO DA SILVA            |
   |              |                     212 Lexington Drive          |
   |             _|_                  Silver Spring, MD 20901        |
   |      @  ___|___|__                                              |
   |     _|_|__________|_______/    mailto://dasilva@alum.mit.edu    |
   |    \  o o o o o o o  /                                          |
   |     \_______________/            Home: (301) 754-1121           |
   |  ^^^^^^^^^^^^^^^^^^^^^^^^         FAX: (301) 805-7959           |
   |                                                                 |
   *-----------------------------------------------------------------*
                                  

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]