A S Hodel wrote: > > Additional detail: it appears that the error messages listed below occur if > anyone besides the person logged on the console tries to run gnuplot. That > is if UserA logs on the console, whether running XDarwin or not, UserB > cannot ssh to my machine and run a gnuplot process.
This happens if anyone besides root or the logged-in user tries to run an application that is linked to one of Apple's system framworks related to the quartz windowing system. Mac OSX's GUI is still a single user system :-( In the case at hand, this problem comes from the version of gnuplot that has aquaterm as output device. The executable is gnuplotx, and this is the default if you start gnuplot using the /sw/bin/gnuplot script, i.e. if you just say "gnuplot". Try using gnuplot_x11 instead. -- Martin ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ Fink-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/fink-users
