Skip to main content
Search titles, bodies, and author names
Found 40,820 posts across 1 forum.

Darwin + Mac OS X — #2

I haven't tried this myself, but take a look at this helpful MacAddict article: http://www.macaddict.com/content/news/2000/09/13/18709
MacNN Software

Darwin + Mac OS X — #3

Petard, hoist yourself over to http://www.darwinfo.org/ , where you'll find like-minded crazies. Sign up for the Darwin developer mailing list which is hosted by Apple.
MacNN Software

Advice on downloading tools — #2

As I remember there were to halves of the download or the "cd-rom" download. The 2 combined equal the CD-rom as I remember ------------------ Henry Feldman NYU School of Medicine
MacNN Software

IPC (msg.h, msgget, msgrcv, etc.) — #2

They are supported and exist. I have wrote a few projects using them... however I installed them from the developer tools cd. As I am sitting infront of a linux box right now I can…
MacNN Development

Any good cvs server for Mac OS X ? — #3

I am about 90% sure that the CVS server is built in. The CVS client is definitely there (/usr/bin/cvs) and if I remember correctly the client acts as the server if you tell it to.…
MacNN Development by absmiths

Any good cvs server for Mac OS X ? — #4

Never heard of Perforce, but CVS is great. We used it at my previous job. You can even do CVS checkouts over SSH using private keys and ssh-agents to keep it simple. UNIX is so …
MacNN Development by Arkham_c

Any good cvs server for Mac OS X ? — #5

I can verify that it is possible to use the built-in CVS as a server on Mac OS X. It's a bit odd to set up, but it's definitely do-able.
MacNN Development by Angus_D

Any good cvs server for Mac OS X ? — #6

Well, if you look at the configure options when building CVS, you can build a binary w/o the server portion. Since the Mac man pages make no reference to that, I *assumed* that th…
MacNN Development by howardm4

MacWindows.h , QuickDraw.h libraries — #2

just include: #include <Carbon/Carbon.h> you may also wish to manually dig through everything that Carbon.h includes for you (just a holder header loading other hea…
MacNN Development

Fortran (free or cheap) for Mac OSX? — #2

Hi, I needed Fortran but got away with using f2c (Fortran to C translater) instead. Download it from http://netlib.bell-labs.com Contact me if you have trouble compiling it. /P
MacNN Development

Fortran (free or cheap) for Mac OSX? — #3

Hi, I needed Fortran but got away with using f2c (Fortran to C translater) instead. Download it from http://netlib.bell-labs.com Contact me if you have trouble compiling it. /P
MacNN Development

Fortran (free or cheap) for Mac OSX? — #4

Thanks persquare. I'm familiar with f2c, but have not used it extensively. Is it fairly robust or does it tend to choke sometimes? My code is perfect, of course , but some of …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #5

Quote: Originally posted by stardoc: On this track though, are C compilers then either included in default OS X install, or do you have to install the developer tools? …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #6

Hi, I've used f2c to compile Octave (a Matlab like environment for numerical analysis, http://www.che.wisc.edu/octave) which has large chunks of Fortran code. Never choked once...…
MacNN Development

Fortran (free or cheap) for Mac OSX? — #7

If you are doing Fortran development in OSX/Darwin, you really should use g77. I have used it before with PPC Linux, but I have never encountered it on BSD. It shouldn't be hard …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #8

Thank you for the f2c info and the suggestion of g77. I hadn't even thought of g77 on OS X. I'll check into it. g77 is what I use under linux so it is particularly lame of me!
MacNN Development

Fortran (free or cheap) for Mac OSX? — #9

I've used f2c too. It did a good job. You can even read the C code it poops out. I used it on a single file fucntion call. So it was only a simple test of it. I bet Darwin has an …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #11

Hi persquare and absmiths, I found g77/ecgs/gcc, but I'm a bit confused as to which pieces I need to combine to build a working compiler...any suggestions? In any event, my copy …
MacNN Development

Fortran (free or cheap) for Mac OSX? — #13

Has anyone had any luck installing g77? I have installed the apple developer tools and downloaded the source code for g77 seperately, but have no idea how to proceed. I'm a bit of …
MacNN Development
mp.ls