Hey everyone.
How can I get a precompiled version of gcc for use in os x?
Where can I find good documentation on using UNIX and the relationship between UNIX and OS X?
Thanks!
Wlcome to the forum.
You may want to check out both the tools that come with Darwin and the Developer Tools for OS X that Apple has on line. Poke around the threads in OS X Develo…
for the third time ive posted this reply, gcc is cc in the apple developer tools.
get the dev tools, either the hacked copy from the darwin image or the apple dev tools from http…
I'm not happy about downloading 70Mb over a modem just to get cc. If someone could stick the 'cc' and 'make' binaries on the internet somewhere, that'd be great.
Well, if you really wanted I bet someone would mail those two binaries to you, but what would you do with them then?
In order to compile something you would still need an assemble…
Hi,
Has anyone got the devtools up somewhere in europe where I could download them from. At my present download rate it will be about 2 days before the
70 MB file downloads from a…
hi,
i'm from France and i hadn't had any prblems to download the tools, when yousign up it provide automatically an ftp adress near you (for me i had downloaded from Europe site.…
After installing Mac OS X PB on a 9600MP with a 604 compiled kernel (version 103), I'm looking for the v.103 sources: I hope to recompile the kernel for 604e+MP.
The question is: …
Hi, all:
Where can I get the Mach 3 API docs (preferably one that Apple published)?
Also, can anyone post examples of using "_dyld_xxx()" functions? I'd like to learn how it map…
Hi, I'm probably just to tired to program but I can't get return to work. I have a class for storing pages of text (in a NSMutableArray) with the method getPage int)pageNumber I wa…
Can't Apple create a fake libX11 that allows an X-Window aplication to draw to Aqua? That would let Apple claim thousands of native applications overnight.
yeah, ok, add that to Apple's list of 2.48937e+24 things to do. Seriously though, I think most would be happier with faster performance of current features. Apple's main priorities…
Quote:
Originally posted by Angus_D:
Does anybody have any idea how long it would take to port an X11 app to Cocoa, just out of interest?
Depends on whether there's…
So can I compile anything from its source and have it run on OSX? Sorry, I guess thats a stupid question. Anything that runs from a command line?
2. Does anyone know of a compil…
Uhm... Not exactly.
Some stuff works, some stuff needs some work, and some stuff needs a lot of work. It's all to do with incompatibilities and niggles and stuff in OS X/Darwin. So…
As Angus stated, not exactly.
Most well written CLI based software should compile with little to no modification. By well written, I mean written with portability in mind. It s…
Thanks guys, I suspected as much.
In regards to the Star Office question, i'm sure it will be plastered everywhere we go when an osx binary is available.
Take care..............
How can I get gcc NOT to search /System/Library/Frameworks/foo.framework/Headers when I say #include <foo/gargle.h>?
-nostdinc doesn't do it.
It seems that the prep…
If you want to include gargle.h in a directory foo in the directory in which the c source file containing the #include directive, you'd want to use
#include "foo/gargle.h"
When y…
Yeah, but there are political reasons it's difficult for me to change the source. In "normal" (i.e., all other) compilers, the -I command line option inserts the specified director…
Could anyone point me to a tutorial/howto/example of building a contexual menu addon that can interact with the dock?
BTW what is the preffered language of OSX as far as programmin…
Java and Objective C are the preferred, and for that matter only languages for programming OSX at any level above the console. Given your familiarity with OO languages and C, I wh…