It looks like the one on Stepwise is 7.1 beta. I just downloaded the official release of 7.1 (released April 13th) and did
./configure
make
and all compiled cleanly, we'll see how …
It's fine. It passes all the tests, if you notice.
Also, just a general note: BE VERY WEARY OF .PKG INSTALLERS. Read stepwise to find out why, if you don't already know.
try
./configure --with-perl
make
that doesn't work compiler quits with:
LD_RUN_PATH="" cc -o blib/arch/auto/plperl/plperl.bundle -bundle -undefined suppress plperl.o eloglvl.o…
Hi,
Does anyone here know if java2 implementation in OS X(well I wasn't going to be talking about 7.5) inherits the Aqua interface?
Thanks,
snitty
(Please no bad jokes about the …
okay, Iam starting to learn C in college now and they are using Microsoft Visual Studio and I have an iMac so I bought Codewarrior 5 to make a few console applications. If i star…
CodeWarrior puts a placeholder file. It is probably "hello.c", "hello.cpp", "sillyballs.c", or something like that. You must either put your code in this file or when in your Pro…
the impression i'm under is that the only people who will have access to the dev. tools are adc members, which basically means if you want them, you have to pay a few hundred for i…
Thats really not true, you can sign up as a user on the ADC website for free without paying, this lets you access the site and developer downloads. I assume apple will be posting t…
If you are a student, sign up for the excellent Student ADC. I signed up about two weeks ago and I received my kit yesterday.
No, I did not sleep last night
Yes it is true, even as a registred member you have to pay for the tools I couldn�t find the DeveloperTools for free download! Where are they?
You can download the 120 MB DarwinPro…
Can someone who has successfully compiled PHP4 as a DSO module post instructions on how they accompilshed this task?
There have been many posts stating that it has been done it wo…
I saw the below post on macosx.com by Casey and it worked for me. After running the package you need to only do a couple of things.
1. Add the following lines to /Library/WebServe…
Hi,
I'm trying to do a little Java application that graphs porcessor and memory usage using the output from the ps command.
I could use Swing, of course, but I'd rather get acqu…
I'm new to porting Unix apps. I'm trying to get JThreads (www.ooc.com) to build on MacOS PB. Its trying to determine if pthread supports exists using the line
nm `gcc -print-lib…
A good idea is to use configure, which reveals that pthread indeed is supported in MacOS X. (Some macro file for configure had to be copied from Darwin first to get configure to wo…
Hi,
pthreads are supported, but a few are still not completed. check out the darwin bug list. I think I saw a few calls are missing like pthread_kill().
Got the same problems. The libs aren�t there. i guess it has to do with not having the Developer Tools and only having the compileer out of the Darwin pack.
- Tom