Cheapest way to Unix program developement

Per Andersson perand at nada.kth.se
Sat Jan 13 09:22:41 AEST 1990


In article <1271 at island.uu.net> haynes at island.uu.net (Rob Haynes) writes:
>I'm looking for the cheapest way to do program development on Unix.  I
>plan to buy a 386 PC, put a unix without a development toolkit on it,
>get the GNU CC, AS, and LD.  The question is, is that enough to do

You should carefully check out that the GNU ld,gas,nm etc that you will
need really supports 386 Unix. I have a feeling only GCC itself will
work. GNU will not put any effort on supporting COFF format files, and
even ATT will use a new format for executables in System V rel 4. Anyhow,
the system-calls should have enough docs for you being able to make 
programs, but of course the documentation is in the PDK. And if you
use GNU libraries you have committed to give away your sourcecode and
your program. Please read the GNU copyleft. You might find that spending
the extra bucks on the PDK is not such a bad idea.

Per


-- 
---
Per Andersson
Royal Institute of Technology, Stockholm, Sweden
perand at admin.kth.se, @nada.kth.se 
Newsgroups: poster
Subject: Re: Cheapest way to Unix program developement
References: <1271 at island.uu.net>
Reply-To: perand at nada.kth.se (Per Andersson)
Organization: Royal Institute of Technology, Stockholm, Sweden
Keywords: Unix, GNUCC, GCC, 386

In article <1271 at island.uu.net> haynes at island.uu.net (Rob Haynes) writes:
>I'm looking for the cheapest way to do program development on Unix.  I
>plan to buy a 386 PC, put a unix without a development toolkit on it,
>get the GNU CC, AS, and LD.  The question is, is that enough to do

You should carefully check out that the GNU ld,gas,nm etc that you will
need really supports 386 Unix. I have a feeling only GCC itself will
work. GNU will not put any effort on supporting COFF format files, and
even ATT will use a new format for executables in System V rel 4. Anyhow,
the system-calls should have enough docs for you being able to make 
programs, but of course the documentation is in the PDK. And if you
use GNU libraries you have committed to give away your sourcecode and
your program. Please read the GNU copyleft. You might find that spending
the extra bucks on the PDK is not such a bad idea.

Per


-- 
---
Per Andersson
Royal Institute of Technology, Stockholm, Sweden
perand at admin.kth.se, @nada.kth.se 



More information about the Comp.unix.i386 mailing list