>>>>> "Robins" == Robins Tharakan <[EMAIL PROTECTED]> writes:

    Robins> hi, i need to compile a pretty simple c program for a
    Robins> win32 platform.

    Robins> i frankly hate to run TurboC through dosemu to do this
    Robins> stuff (which means a pain of installing dosemu.. but thats
    Robins> another story..).

    Robins> gcc mult5.c -b win32 -o mult gives :
    >> gcc: installation problem, cannot exec `cc1': No such file or
    >> directory

You'll have to install (or compile) a cross-compiling gcc.  You'll
also probably need a full set of cross-* tools, such as a
cross-assembler, cross-linker and the Win32 libraries.

Regards,

-- Raju
-- 
Raj Mathur                [EMAIL PROTECTED]      http://kandalaya.org/
       GPG: 78D4 FC67 367F 40E2 0DD5  0FEF C968 D0EF CC68 D17F
                      It is the mind that moves

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

Reply via email to