Howard wrote:@billstei
I'm still here reading these posts - can't understand dev-speak, so I have nothing to add to the conversation. Yet
Okay everybody, False Alarm! He's fine. Relax!
Howard wrote:@billstei
I'm still here reading these posts - can't understand dev-speak, so I have nothing to add to the conversation. Yet
Try typing this in a terminal:xh3rv wrote:Stuff landed in /usr/local/..., including a .a file. A couple sndfile-tools were in /usr/local/bin and work, as well.
Looks good, don't change a thing -- I will implement pkg-config. One thing to note however, is that fftw3 is also looking for the math library libm with the -lm above, so just to make sure... check for it here:xh3rv wrote:For fftw3:
-L/usr/local/lib -lfftw3 -lm
For sndfile:
-L/usr/local/lib -lsndfile
The .pc files were created during compilation of the libraries but not moved anywhere.
from http://gcc.gnu.org/ml/gcc-bugs/2003-11/msg00937.htmlYou do not have to explicitly link with the math library on Mac OS X (aka Darwin) to use it, it is already included in libSystem.
That makes two of us!Polybius wrote:I still have no idea what exactly is going on here
Huh. Well crap. Okay then I guess we can't use pkg-config, which would have been nice... but I have not been compiling with -lm anyway, so apparently the parts of fftw3 that use it, I am not using. Yet -- but hopefully I won't have to. But that means it would be easier (not absolutely necessary, but easier) if you had the two libraries in /usr rather than /usr/local, and this is "easy" to do. You probably did something like this:xh3rv wrote:libm.a is nowhere on this system, Googling it a bit is saying Apple doesn't require libm to be linked . . .
from http://gcc.gnu.org/ml/gcc-bugs/2003-11/msg00937.htmlYou do not have to explicitly link with the math library on Mac OS X (aka Darwin) to use it, it is already included in libSystem.
So I guess Apple wants math to be dynamically linked, which makes sense in a way - if they need to recalculate the precise location of the Stonehenge-Bermuda Triangle-Steve Jobs wormhole, math has to change.
The Blueberry Thing is just a graphical version of what the Octave Fun Pack was, only with more powerful awesomeness and terrifyingly bad puns. But the real reason for me replying is so I can post one more time...Polybius wrote:I still have no idea what exactly is going on here, but the air in here tastes like electricity. Like something magical is going to happen. And suddenly, this video springs to mind:
This went smoothly, have fftw/libsndfile stuff in /usr/... now.billstei wrote: ./configure --prefix=/usr
make
make install
Okay, sounds good, and I think we can be 99.99% sure that an OSX build is possible now. Are you thinking about making your build public or no? You certainly don't have to, but I get the feeling there are a lot of Mac users around here that would grab it.xh3rv wrote:This went smoothly, have fftw/libsndfile stuff in /usr/... now.billstei wrote: ./configure --prefix=/usr
make
make install
Of coursebillstei wrote:Are you thinking about making your build public or no?
billstei wrote:Ha! I am making the 100th post in this thread, and that makes me special. Where's my cake and ice cream and funny hats? I only want what's coming to me.
Submit: News, Plugins, Hosts & Apps | Advertise @ KVR | Developer Account | About KVR / Contact Us | Privacy Statement
© KVR Audio, Inc. 2000-2026