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…
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…
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…
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…
Okay, I can compile MySQL up to a certian point where configure checks for termcap (tgetent stuff). It bombs out after this.
I have exactly the same problem with bitchx when i go …
somehow i got mysql to compile alot further, but then came up with this error.
/var/tmp/cc010619.s:unknown:Can't emit reloc {- symbol "L17$pic_base"} @ file address 12844.
make[2]…
Check out www.stepwise.com They're big developers of OS X and there's a link if you search for packages
http://www.stepwise.com/Articles/Technical/Packages/
The PackageMaker application included with the Developer CD is the correct application for creating Installer packages. The interface is a bit rough, but I have used it to make pac…
Unfortunately, I'm not a Java developer, so I can't give you an exact answer. However, there's an app called MRJAppBuilder.app in the developer tools that looks like it may be able…