Re: Is C portable from PC to UNIX
- From: "John Bode" <john_bode@xxxxxxxxxxx>
- Date: 31 Jan 2006 12:49:44 -0800
emmitsuks wrote:
> Can I compile C source in an PC editor like Miracle, build it, and then
> take that .exe over to Unix and run it there?
>
If you use a cross-compiler and build for the target machine, then yes.
However, an executable built *for* Windows on x86 will not run
natively on Unix, especially if that Unix is running on different
hardware (PPC, MIPS, PA-RISC, Sparc, etc.).
>
> Is there a preferred group for beginners such as myself to join?
If your questions are about the C *language*, then this is as good a
group as any (just have some asbestos underwear handy).
.
- Follow-Ups:
- Re: Is C portable from PC to UNIX
- From: emmitsuks
- Re: Is C portable from PC to UNIX
- From: Walter Roberson
- Re: Is C portable from PC to UNIX
- References:
- Is C portable from PC to UNIX
- From: emmitsuks
- Is C portable from PC to UNIX
- Prev by Date: Re: Question about the clc string lib
- Next by Date: Re: Convert an ip address to long value
- Previous by thread: Is C portable from PC to UNIX
- Next by thread: Re: Is C portable from PC to UNIX
- Index(es):
Relevant Pages
|