*BSD News Article 80206


Return to BSD News archive

#! rnews 1215 bsd
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!news.ececs.uc.edu!news.kei.com!news.mathworks.com!news-peer.gsl.net!news.gsl.net!ix.netcom.com!netcom.net.uk!xara.net!emerald.xara.net!Aladdin!proweb!usenet
From: "Richard Drage" <richard@proweb.net>
Newsgroups: comp.unix.bsd.bsdi.misc
Subject: Re: Mac-hosted BSDI?
Date: 8 Oct 1996 19:22:31 GMT
Organization: Proweb (UK) Ltd
Lines: 21
Message-ID: <01bbb54e$09f2bc40$288eb0c2@Richard.Proweb>
References: <dtisdall-0710961717390001@ttya0b.mv.igs.net>
NNTP-Posting-Host: red.proweb.co.uk
X-Newsreader: Microsoft Internet News 4.70.1155

> Also, is there a free C compliler for BSDI (UNIX-hosted) that I can
> download from anywhere?

You should have gcc & g++ compilers already with bsdi 2.1 (in /usr/bin)
 
> Finally, where can I find material about writing for BSDI. I know ANSI C,
> and I'm currently developing a working knowledge the Mac Toolbox, but I'm
> wondering about the specifics of this OS.

Specifics .... not many, do a man gcc, man string give string routines
etc...

typical command line .... gcc -m486 test.c -otest

or

gcc -m486 test.c util.c -otest

Regards

Richard