General
About
Installation
Licence
Changelog
Screenshot
Performance
Documentation
users_guide [ps]
users_guide [pdf]
users_guide [lyx]
Download
Source
Current version: 0.51.1
jmp.tar.gz
Other versions
jmp-0.51.1.tar.gz
jmp-0.50.2.tar.gz
jmp/0.18, gtk/1.2
jmp-0.18.tar.gz
Binaries
jmp.deb [0.48, i386]
jmp.deb [0.42, amd64]
jmp.deb [0.48, ppc]
jmp.dll [0.50.1]
gtk+/2.2.0 Win32
Old versions
Contacts
Robert Olofsson
robo@khelekore.org
|
|
Building JMP under Mac OS X
I am not sure if anyone has successfully compiled and used jmp
on Mac OS X yet, there are some steps you probably want to try:
- The first thing to disable is NLS with the flag --disable-nls
to configure.
- This thread on the mailing list may be useful: JMP for Mac
- Josh Guice also say:
Never saw a follow-up and though you might like to know I've got it built and running using
disable-nls and the following command to install the library:
ln -s /usr/local/lib/libjmp.so /Library/Java/Extensions/libjmp.jnilib
What the poster didn't realize is that the .so is a proper native library for the mac,
just a different naming/lookup convention.
|