You are missing the point here. The compiler tools are an unseparable part of the BSD layer. Systems like Linux have those tools on the CD from the begining. Does Apple think that …
I know IRIX doesn't ship with the C compiler. Since the days of recompiling the kernal are largley over they don't include them anymore.
I'm going to move this over to the Mac OS…
Quote:
Originally posted by thanatos:
Oh and about the DP4, I friend of mine is a developer. He is using his DP4 as a webserver and he has given me an account on that co…
I am trying to figure out where the classpath gets set. I am trying to compile a simple Java class that has some includes from a jar file. I first tried echo $CLASSPATH to see wha…
The default java CLASSPATH is known by the compiler. They reside in the java.framework directory. If you want to add to the classpath when you run your app, you could do
java -c…
Thanks. I guess I better go get a book on Java2 as it looks like some things have changed since my 1.1 days ;-) I'll give the javac -cp a try and see if it works. Can I still ad…
Yes, you can still use CLASSPATH env variable. Just set your classpath to whatever you want as follows:
setenv CLASSPATH /Users/username/myclasspath/
so when you use java it wil…
How many people have gotten Apache, PHP4, and/or MySQL to run on OS X Public Beta?
I've been poking at it for a couple days, and finally got Apache with PHP4 to install. x 100…
I *REALLY* don't think you are going to have much luck finding out how to compile or run MySQL on OS X Beta for the moment, at least until someone finds a way or fixes that pthread…
I *REALLY* don't think you are going to have much luck finding out how to compile or run MySQL on OS X Beta for the moment, at least until someone finds a way or fixes that pthread…
You're probably right.
I got everything to compile and install EXCEPT the server (mysqld)
And binaries for Mac OS X Server produce 'Bus Error' when run.
I installed a replacement pthread library. Now I just have to figure out how to configure the mysql make to use it. The guess method isn't working very well since it takes 15 minut…
I believe our friend, Anjo Krank... the one who gave us the OSX Server patches for mySQL, is working on the OS X Beta port now.
Watch for it within the next couple of weeks.
I really don't understand the fervor over getting MySQL running. I haven't tried yet in PB, but in DP4 MySQL wasn't too bad to get going. Sure there are some pthread functions miss…
Okay, just found this link which will help all of us! (who don't want the experimental version)
http://www.omnigroup.com/mailman/arc...er/004204.html
It has detailed a way to com…
I just got this in the Darwin dev list.
Date: Tue, 26 Sep 2000 15:02:41 -0700
From: Chris Meyer <cmeyer@gatan.com>
Subject: mysql on Darwin/OSX PB
I put together a …
I got mysql to compile and install (with the server mysqld) but when I run it I get the same 'bus error' as with the OS X Server binary.
------------------
-Eric Schneider (SonicB…
I have this small cocoa app that was quite nice in DP4. after a recompile in the beta I have a slow, sluggish app.. Most of the performance hits come from the UI..somehow it seems…
*jumping up and down!!!!!!!!*
I want my Beta port of MySQL!!!! :/
No! The OS X Server version doesn't work on Beta or DP versions!
I hate you pthreads!!!!
Anyone know who, wha…
There's a thread in the Developer section on MySQL
http://forums.macnn.com/cgi-bin/Foru...ML/000041.html
I'm going to move this over to the Mac OS X Developer forum. Click thr…