When you run "make install", the target directory gets (amoungst other things):
$ ls bin etc lib share $ ls -R bin bin: pspp psppire $ ls -Rl lib lib: total 4 drwxr-xr-x 2 jmd res 4096 2007-04-04 16:05 pspp lib/pspp: total 32 -rw-r--r-- 1 jmd res 12062 2007-04-04 16:05 libpsppire.a -rwxr-xr-x 1 jmd res 954 2007-04-04 16:05 libpsppire.la lrwxrwxrwx 1 jmd res 19 2007-04-04 16:05 libpsppire.so ->libpsppire.so.0.0.0 lrwxrwxrwx 1 jmd res 19 2007-04-04 16:05 libpsppire.so.0 ->libpsppire.so.0.0.0 -rwxr-xr-x 1 jmd res 14182 2007-04-04 16:05 libpsppire.so.0.0.0 This shared library libpsppire.so, contains the custom widgets used for many of the dialog boxes which should appear the menu items are selected, and is dynamically loaded at runtime. It seems that your w32 version isn't doing this dynamic loading. Hence it's crashing when these menu items are selected. I don't know why it's failing to load this library. Perhaps it needs a runtime parameter to be set? perhaps the library hasn't been installed? There's a thing called "dlltool" which comes with GNU binutils and is used for creating DLL files, but I'm not too sure how to use it. Maybe you know ... J' -- PGP Public key ID: 1024D/2DE827B3 fingerprint = 8797 A26D 0854 2EAB 0285 A290 8A67 719C 2DE8 27B3 See http://pgp.mit.edu or any PGP keyserver for public key.
signature.asc
Description: Digital signature
_______________________________________________ pspp-dev mailing list [email protected] http://lists.gnu.org/mailman/listinfo/pspp-dev
