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

gcc or cc missing!!! — #8

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…
MacNN Development

Classpath? — #2

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…
MacNN Development

Classpath? — #3

The JDK classes are in: /System/Library/Frameworks/JavaVM.framework/Versions/1.2 but as I mentioned earlier, this is classpathed in by default.
MacNN Development

Classpath? — #4

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…
MacNN Development

Classpath? — #5

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…
MacNN Development

Apache / PHP4 / MySQL Success! — #2

i do not use mysql, but have apache and php installed and running - installed them on darwin then dumped osX on top of it all and it still works!
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #3

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…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #4

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…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #5

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.
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #6

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…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #7

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.
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #8

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…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #9

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…
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #10

I have patched the distribution but it still crash and burns when compiling string portion. Anone just want to post binaries for MySQL?
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #11

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 …
MacNN Troubleshooting

Apache / PHP4 / MySQL Success! — #12

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…
MacNN Troubleshooting

MySQL on OS X Beta or DP YET????? — #2

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…
MacNN Development

MySQL on OS X Beta or DP YET????? — #5

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 …
MacNN Development

MySQL on OS X Beta or DP YET????? — #6

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]…
MacNN Development

Installer packages? — #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/
MacNN Software

Installer packages? — #3

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…
MacNN Software

I Miss JBindery... — #2

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…
MacNN Software
mp.ls