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: Installing compiler in Win95




>Date: Thu, 2 Oct 1997 10:10:28 -0700
>To: "Earnie Boyd" <earnie_boyd@hotmail.com>
>From: Randy Stauber <carbacdr@sonnet.com>
>Subject: Re: Installing compiler in Win95
>
>The exact nature of problem:
> 
>In Windows 95 I have read the instructions but I go to compile the C++ 
code
>( in a DOS file named for instance PRO2.CPP and I use the GCC command 
and I
>get the following error message
>
>ID: cannot open crt0.0: No such file or GCC.exe directory. Intermal 
compiler
>error.  Program id got fatal signal.
>
>I have set up a TEMP directory, a bin directory, put SH.exe in it.  I 
have
>added the directory as described in the meger documentation to my PATH
>statement in autoexec.bat.  How do I set GCC_EXEC_PREFIX enviroment 
varible???
>


Assuming you took the installation directory default:

USING BASH:
----------------------------------------------------------------------
GCC_EXEC_PREFIX=/gnuwin32/b18/H-i386-cygwin32/lib/gcc-lib/
GDBTK_LIBRARY=/gnuwin32/b18/share/gdbtcl
     needed if you want the debugger.

mkdir /tmp

Your PATH variable needs to contain   /gnuwin32/b18/H-i386-cygwin32/bin

USING MSDOS COMMAND:
--------------------
set GCC_EXEC_PREFIX=c:\gnuwin32\b18\H-i386-cygwin32\lib\gcc-lib\
set GDBTK_LIBRARY=c:\gnuwin32\b18\share\gdbtcl

mkdir c:\tmp

Your PATH variable needs to contain c:\gnuwin32\b18\H-i386-cygwin32\bin

-        \\||//
---o0O0--Earnie--0O0o----
-earnie_boyd@hotmail.com-
------ooo0O--O0ooo-------


______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
-
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]