bug-ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Problem with gnuplot under ddd.


From: David Ronis
Subject: Problem with gnuplot under ddd.
Date: Sat, 12 Nov 2005 19:17:54 -0500

I've tried to get gnuplot to work with ddd-3.3.11.  Here's a test
program:

#define NPTS 100

double *a, b[NPTS];

main()
{
  int i; 
  for(i=0;i<NPTS;i++)
    b[i]=i;
  a=b;
}

I select b and hit the plot button.  I get a popup with a cancel button,
and I see that gnuplot is running.  Nothing shows up on the screen
though.  Hitting cancel causes ddd to crash.  I'm running gnome under
slackware-current, although I also tried fvwm2 which gives the same
problem.  I'm also pretty sure that this used to work in the past.  I'm
running gnuplot 4.0.0.

ddd's log is attached

David

Attachment: dddlog
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]