Hi, I think I sent this already to the LinuxPPC developers some time ago, but I had a look into the latest gnuplot-3.7-2.ppc.rpm, and the bug is still there: Bug: gnuplot-3.7 on LinuxPPC gives a segmentation fault when the command 'save' or 'save set' is used. Repeat by: root[88]#/usr/bin/gnuplot G N U P L O T Linux version 3.7 patchlevel 0 last modified Thu Jan 14 19:34:53 BST 1999 etc. Terminal type set to 'x11' gnuplot> save 'foo.gnu' Segmentation fault Patch: See below. One just has to split an fprintf command into two. It seems that the fprintf in the LinuxPPC libraries does not support such long format strings. In gnuplot-3.6, at the corresponding place there were 10 fprintf commands, one for each line. In principle, it would be nice if this were included in the gnuplot sources, but since it seems to be a ppc specific problem, it would be sufficient to include the patch in the gnuplot-3.7-x.src.rpm for LinuxPPC (Tom?). Or could someone find out what's wrong with the fprintf function in LinuPPC? Note that this is not specific for one version of glibc. I tried it on several from glibc-961212 to glibc-2.1.1-3a. Same result. -- Martin