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 solaris
There have been some reports of problems with building jmp
under solaris. Below are some of the problems that have come up
and some solutions. Hopefully you do not need to do anything,
I have been able to build jmp/0.34 without problems under solaris/9
using gcc/3.3.
- 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
- I have heard reports that some people get the
"cc1: warning: changing search order for system directory
"/usr/local/include" "
One solution can be to move "-I/usr/local/include" to the end of the
CPPFLAGS line in the Makefile.
- Some versions of the linkers (gnu/gcc or sun) may want to use
"-G" instead of "-shared" for building a shared object. You can
change "archive_cmds=..." if needed.
|