|
From: Mojca M. <moj...@gm...> - 2008-03-04 13:39:41
|
On Tue, Mar 4, 2008 at 1:45 AM, Ethan Merritt wrote: > On Monday 03 March 2008 16:30, Mojca Miklavec wrote: > > > > A minimal example includes downloading this code: > > http://cheminfo.informatics.indiana.edu/~rguha/code/cc++/gnuplot_i++.tgz > > (from http://jijo.cjb.net/) > > and unzipping, making it and running an example > > > > > cd gnuplot_i++ > > /tmp/gnuplot_i++> make > > g++ -c -ggdb -DDEBUGGA example.cc > > g++ -c -ggdb -DDEBUGGA gnuplot_i.cc > > g++ -o example -ggdb example.o gnuplot_i.o -lstdc++ > > /tmp/gnuplot_i++> ./example > > I may be missing something, but what makes you think this fault > involves gnuplot? It's the example.cc program that is faulting, isn't it? The issue has been solved in the meantime (with help of the author). I have really thought that there is some problem with readline library, but the problem was some missing #if defined(APPLE) in the example.cc indeed. Sorry for the noise. Mojca |