does someone know where I can find a binary for a moc OSX compiler...the OS is great, but they did not include GCC, WHAT were they thinking !!!
please help,
CountFacula
Oh, didn't you read the forum? We had a lot of discussions about that. Check out some older posts and you get the answer. Basically, you have to register at Apple for the Public So…
I went to the library Friday and checked out Mac Programing for Dummies. The book is so old it uses "Think C" a software I couldnt find much info on. I downloaded Apples free com…
I'm going to move this one over to OS X Developer. There are a few threads there for people new to programming. You should check those out. Also check out Apple's developer site.
…
The script is nice and I extracted the compiler, from Darwin. It�s the CC and ofcourse the libm and libc is missing. So it is not really helping very much. That Apple wants US$500 …
Actually Appl edoes not require you to pay $500 for the Developer Tools. They will be posting them for free download this month. If you wanted to priority access then yes you shoul…
A little tip for those who think that the darwin script copies most of the necessary things for compiling (found on macaddict.com, get the updated script). CC is actually EGCS (GC…
A little tip for those who think that the darwin script copies most of the necessary things for compiling (found on macaddict.com, get the updated script). CC is actually EGCS (GC…
Downloaded the darwin image...did I grab the right file...or did I need the source..
and then the script...where exactly is this script..I went hunting around and counld not find …
a comment to the admin....I feel this thread should belong in the general OSX board, where I had orignally posted it..
I'm not a developer, I'm a user, but I do know the power of c…
I'm not a developer either (personally I have no idea about unix dev). But anyway, its compiling stuff, and most topics relating to this have been in the osx developer forum.
Anyw…
I'm having trouble getting the Darwin self-mounting-image to mount. I downloaded it fine in MacOS X, then Stuffit expander decodes the MacBinary
into an SMI file. But when I doub…
If you start the OSX version of Disk Copy, then drag the disk image to the Disk Copy window, it should mount fine. (just did this last night)
-chris
Quote:
Originally…
Ok,
I got the everything working along with FrontBase support in PHP4 also. I followed the instructions at http://homepage.mac.com/LightyearDesign/MacOSX/ and everything is work…
Anyone want to coordinate an effort to port any IRC server to OS X Public Beta. I have had limited success getting thigns to compile but configuration is a problem.
I'm trying to get pdfTex (or teTex) built under OS X PB1..
The pdfTex src includes a "configure" shell script which generates the following output:
-------------------------------…
The problem comes from the fact that OSX doesn't set a $HOST environment variable (I don't know why, but it doesn't). What you have to do, therefore, is modify your configure call …
Thanks..
I ran the configure script using the suggested call, and had no serious problems (I was missing a library, but the config script gave me the ftp address fo rthe files I …
Obviously, you could solve the problem, but unless you really want to compile it there already is a fully compiled TeX. I can't remember where but it's described in the manuals of …
I hadn't heard of TeXShop before.. I just took a look at the TeXShop page, and I'll give it a try. Thanks.
Honestly, I was just trying to learn a little more about BSD and what it…
Yeah, I did that too, but it was pForth I tried to compile (and did, in the end), with some help from its author and the usual trial-and-error procedure. Good experience.