What you want gcc to do is do a cross compile, this is
possible if  gcc is installed as a cross compiler.
If you compile gcc you can give option to configure
gcc as a cross compiler the option '-b' is usefull in
that case.
I don't know if default installations of gcc are meant
to do cross  compilations.

-Gaurav

--- Robins Tharakan <[EMAIL PROTECTED]> wrote:
> hi,
> 
> i need to compile a pretty simple c program for a
> win32 platform.
> 
> i frankly hate to run TurboC through dosemu to do
> this stuff (which
> means a pain of installing dosemu.. but thats
> another story..).
> 
> gcc mult5.c -b win32 -o mult 
> gives :
> > gcc: installation problem, cannot exec `cc1': No
> such file or directory
> 
> 1: is the command right?
> 2: google didnt help much, or maybe i need to learn
> googling ...
> 3: is this possible using the default rpms in rh8?
> lest i be wasting 
> time trying to do the impossible!!
> 
> any help would be grateful..
>                 
> affly
> robins
> 
>  

__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

_______________________________________________
ilugd mailing list
[EMAIL PROTECTED]
http://frodo.hserus.net/mailman/listinfo/ilugd

Reply via email to