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 HP-UX
- For configure to find the java include files you will need
jmp/0.44-pre3 or later. Or you can manually add a line
hpux*) java_os=hp-ux;;
to configure.in, line 42 and then rebuild.
- There are some problems with gettext and jmp, the easy solution is to
disable NLS by adding the --disable-nls to configure:
./configure --disable-nls && make install
- Luca Di Stefano say:
"I have not further investigated with cc or aCC (hpux optimized
compiler) so I suggest to set gcc as mandatory. remember to use gmake
(standard GNU make) instead make (HP system make not GNU compatible)
else some other things happens!"
- Thomas Huber say:
"I just tried out jmp-0.47 on HPUX 11.11 and got an unresolved symbol
(ntohl) problem. I could fix it by adding
#include <sys/byteorder.h>
to the file heap_dump.c and then recompiling (byteorder.h contains a macro
for ntohl).
"
|