| delorie.com/archives/browse.cgi | search |
| From: | dasilva AT woodmore DOT gsfc DOT nasa DOT gov (Arlindo da Silva) |
| Subject: | Re: Windows 95 Installation |
| 22 Jul 1997 07:31:41 -0700 : | |
| Approved: | cygnus DOT gnu-win32 AT cygnus DOT com |
| Distribution: | cygnus |
| Message-ID: | <199707221203.IAA01042.cygnus.gnu-win32@woodmore.gsfc.nasa.gov> |
| Mime-Version: | 1.0 |
| Original-To: | zephyr AT sj DOT bigger DOT net |
| Original-Cc: | gnu-win32 AT cygnus DOT com |
| In-Reply-To: | <33D43430.52B3@sj.bigger.net> from "Derek Holden" at Jul 21, 97 09:16:48 pm |
| X-Mailer: | ELM [version 2.4 PL21] |
| Original-Sender: | owner-gnu-win32 AT cygnus DOT com |
>
> 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 AT alum DOT mit DOT 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 AT cygnus DOT com" with one line of text: "help".
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |