sewell
07-03-2007, 06:52 PM
A new customer installed the Linux version (tested on SUSE Linux) of PDE2D on a PC with Red Hat Linux, successfully, with two minor problems.
1. The libraries libX11.so and libXt.so which PDE2D expects to find in /usr/X11R6/lib were not there; however, versions called libX11.so.6.2 and libXt.so.6.2 were there, and he simply copied or linked these to libX11.so, libXt.so. Most likely these links were there at one time and disappeared for some reason, but I'm not sure.
2. When he ran a first test program, he got a "segmentation fault" error. This occurs often with all Linux versions, because PDE2D uses a lot of stack. As suggested at the end of the README file, he simply increased the stacksize limit and that solved the problem. Normally you should add this to your .login or .cshrc file.
1. The libraries libX11.so and libXt.so which PDE2D expects to find in /usr/X11R6/lib were not there; however, versions called libX11.so.6.2 and libXt.so.6.2 were there, and he simply copied or linked these to libX11.so, libXt.so. Most likely these links were there at one time and disappeared for some reason, but I'm not sure.
2. When he ran a first test program, he got a "segmentation fault" error. This occurs often with all Linux versions, because PDE2D uses a lot of stack. As suggested at the end of the README file, he simply increased the stacksize limit and that solved the problem. Normally you should add this to your .login or .cshrc file.