public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Compiler problems.
@ 1997-09-18  9:40 Smith, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Smith, Eric @ 1997-09-18  9:40 UTC (permalink / raw)
  To: 'GnuChat (E-mail)'

I have just reinstalled the Cygnus CDK to a non-default directory and am
testing the gcc compiler.  Each time I try to compile a small program I
get the following :

bash$ gcc -o TEST_GCC.exe Test_1.c
gcc: installation problem, cannot exec `cpp': No such file or directory
gcc: Internal compiler error: program cpp got fatal signal 127
bash$

I have installed the CDK onto NT 4.0 in a directory C:\\Unix_Root 
	and renamed the C:\\Unix_Root\\H_i386_cygnus32 to C:\\Unix_Root\\sys

The following is my mount table data :

bash$ mount
Device           			Directory     	Type    		Flags
\\.\tape1:       			/dev/st1         	native      	no-mixed,text!=binary
\\.\tape0:       			/dev/st0         	native      	no-mixed,text!=binary
\\.\b:           			/dev/fd1        	native      	no-mixed,text!=binary
\\.\a:           			/dev/fd0     	native      	no-mixed,text!=binary
C:\Unix_Root\sys\bin 		/bin                	native
	no-mixed,text=binary
c:\Unix_root     		/                   	native
	no-mixed,text=binary
bash$

I have set the environment variables as follows (as seen from bash env
command):

GDBTK_LIBRARY=C:/Unix_Root/share/gdbtcl
TCL_LIBRARY=C:/Unix_Root/tcl/lib/tcl7.6
PATH=//C/WINNT/system32://C/WINNT://C/ORANT/BIN:.://C/USR/BIN:/bin:/tcl/
bin://C/PVCS/NT://C/PROGRAM FILES/DR
SOLOMON/TOOLKIT:://C/VISIO://C/VIM-4.5
GCC_EXEC_PREFIX=C:\Unix_Root\sys\lib\gcc-lib\

Is there something missing?  Does something have to be moved?  Is the
path incomplete?  

Eric M. Smith
telephone               : (423) 229-2254
profs/officevision     : XGIB003
internet -- business : erics@eastman.com
internet -- personal  : burnsun@tricon.net

Do not meddle in the affairs of wizards, for they are quick to anger.
Do not meddle in the affairs of dragons, for you are crunchy and taste
good with ketchup.

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* RE: Compiler problems.
@ 1997-09-18 11:43 Smith, Eric
  0 siblings, 0 replies; 3+ messages in thread
From: Smith, Eric @ 1997-09-18 11:43 UTC (permalink / raw)
  To: 'earnie@usa.net'; +Cc: 'GnuChat (E-mail)'

Thank you for the response.

The problem has been remedied.

Eric M. Smith
telephone               : (423) 229-2254
profs/officevision     : XGIB003
internet -- business : erics@eastman.com
internet -- personal  : burnsun@tricon.net

Do not meddle in the affairs of wizards, for they are quick to anger.
Do not meddle in the affairs of dragons, for you are crunchy and taste
good with ketchup.

>-----Original Message-----
>From:	earnie@usa.net [SMTP:earnie@usa.net]
>Sent:	Thursday, September 18, 1997 8:29 AM
>To:	Smith, Eric
>Cc:	gnu-win32@cygnus.com
>Subject:	Re: Compiler problems.
>
>See the correction at the GCC_EXEC_PREFIX set below:
>
>> I have just reinstalled the Cygnus CDK to a non-default
>> directory and am testing the gcc compiler.  Each time I try to
>> compile a small program I get the following : 
>>  
>> bash$ gcc -o TEST_GCC.exe Test_1.c 
>> gcc: installation problem, cannot exec `cpp': No such file or
>> directory gcc: Internal compiler error: program cpp got fatal
>> signal 127 
>> bash$ 
>>  
>> I have installed the CDK onto NT 4.0 in a directory
>> C:\\Unix_Root  	and renamed the C:\\Unix_Root\\H_i386_cygnus32
>> to C:\\Unix_Root\\sys  
>> The following is my mount table data : 
>>  
>> bash$ mount 
>> Device           			Directory     	Type    		Flags 
>> \\.\tape1:       			/dev/st1         	native     
>> 	no-mixed,text!=binary \\.\tape0:       			/dev/st0        
>> 	native      	no-mixed,text!=binary \\.\b:           			/dev/fd1
>>        	native      	no-mixed,text!=binary \\.\a:          
>
>> 			/dev/fd0     	native      	no-mixed,text!=binary
>> C:\Unix_Root\sys\bin 		/bin                	native 
>> 	no-mixed,text=binary 
>> c:\Unix_root     		/                   	native 
>> 	no-mixed,text=binary 
>> bash$ 
>>  
>> I have set the environment variables as follows (as seen from
>> bash env command): 
>>  
>> GDBTK_LIBRARY=C:/Unix_Root/share/gdbtcl 
>> TCL_LIBRARY=C:/Unix_Root/tcl/lib/tcl7.6 
>> PATH=//C/WINNT/system32://C/WINNT://C/ORANT/BIN:.://C/USR/BIN:/bi
>> n:/tcl/ bin://C/PVCS/NT://C/PROGRAM FILES/DR 
>> SOLOMON/TOOLKIT:://C/VISIO://C/VIM-4.5 
>
>your problem is here:
>
>> GCC_EXEC_PREFIX=C:\Unix_Root\sys\lib\gcc-lib\ 
>
>instead set:
>
>GCC_EXEC_PREFIX=//C/Unix_Root/sys/lib/gcc-lib/
>
>>  
>> Is there something missing?  Does something have to be moved? 
>> Is the path incomplete?   
>>  
>> Eric M. Smith 
>> telephone               : (423) 229-2254 
>> profs/officevision     : XGIB003 
>> internet -- business : erics@eastman.com 
>> internet -- personal  : burnsun@tricon.net 
>>  
>> Do not meddle in the affairs of wizards, for they are quick to
>> anger. Do not meddle in the affairs of dragons, for you are
>> crunchy and taste good with ketchup. 
>>  
>> - 
>> For help on using this list (especially unsubscribing), send a
>> message to "gnu-win32-request@cygnus.com" with one line of text:
>> "help". 
>
>
>
>
>____________________________________________________________________
>Get free e-mail and a permanent address at http://www.netaddress.com
>
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: Compiler problems.
@ 1997-09-18 11:43 earnie
  0 siblings, 0 replies; 3+ messages in thread
From: earnie @ 1997-09-18 11:43 UTC (permalink / raw)
  To: Smith, Eric; +Cc: gnu-win32

See the correction at the GCC_EXEC_PREFIX set below:

> I have just reinstalled the Cygnus CDK to a non-default
> directory and am testing the gcc compiler.  Each time I try to
> compile a small program I get the following : 
>  
> bash$ gcc -o TEST_GCC.exe Test_1.c 
> gcc: installation problem, cannot exec `cpp': No such file or
> directory gcc: Internal compiler error: program cpp got fatal
> signal 127 
> bash$ 
>  
> I have installed the CDK onto NT 4.0 in a directory
> C:\\Unix_Root  	and renamed the C:\\Unix_Root\\H_i386_cygnus32
> to C:\\Unix_Root\\sys  
> The following is my mount table data : 
>  
> bash$ mount 
> Device           			Directory     	Type    		Flags 
> \\.\tape1:       			/dev/st1         	native     
> 	no-mixed,text!=binary \\.\tape0:       			/dev/st0        
> 	native      	no-mixed,text!=binary \\.\b:           			/dev/fd1
>        	native      	no-mixed,text!=binary \\.\a:          

> 			/dev/fd0     	native      	no-mixed,text!=binary
> C:\Unix_Root\sys\bin 		/bin                	native 
> 	no-mixed,text=binary 
> c:\Unix_root     		/                   	native 
> 	no-mixed,text=binary 
> bash$ 
>  
> I have set the environment variables as follows (as seen from
> bash env command): 
>  
> GDBTK_LIBRARY=C:/Unix_Root/share/gdbtcl 
> TCL_LIBRARY=C:/Unix_Root/tcl/lib/tcl7.6 
> PATH=//C/WINNT/system32://C/WINNT://C/ORANT/BIN:.://C/USR/BIN:/bi
> n:/tcl/ bin://C/PVCS/NT://C/PROGRAM FILES/DR 
> SOLOMON/TOOLKIT:://C/VISIO://C/VIM-4.5 

your problem is here:

> GCC_EXEC_PREFIX=C:\Unix_Root\sys\lib\gcc-lib\ 

instead set:

GCC_EXEC_PREFIX=//C/Unix_Root/sys/lib/gcc-lib/

>  
> Is there something missing?  Does something have to be moved? 
> Is the path incomplete?   
>  
> Eric M. Smith 
> telephone               : (423) 229-2254 
> profs/officevision     : XGIB003 
> internet -- business : erics@eastman.com 
> internet -- personal  : burnsun@tricon.net 
>  
> Do not meddle in the affairs of wizards, for they are quick to
> anger. Do not meddle in the affairs of dragons, for you are
> crunchy and taste good with ketchup. 
>  
> - 
> For help on using this list (especially unsubscribing), send a
> message to "gnu-win32-request@cygnus.com" with one line of text:
> "help". 




____________________________________________________________________
Get free e-mail and a permanent address at http://www.netaddress.com

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~1997-09-18 11:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1997-09-18  9:40 Compiler problems Smith, Eric
1997-09-18 11:43 Smith, Eric
1997-09-18 11:43 earnie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).