|
From: Hans-Bernhard B. <br...@ph...> - 2004-10-05 10:42:27
|
On Tue, 5 Oct 2004, Lars Strand wrote: > I downloaded gnuplot-4.0.0 as a winzip-file, and opened it in Winzip. It's not a "winzip-file", it's a zip file. Winzip is not the entity defining that file format. > After that I went to the folder containing config, docs, demos, gnuplot > etc. From there I try to run "make -C src -f . ./config/makefile.mgw", > but get the error message "Can not open the file" (in Norwegian). Which file did it complain about, in particular. Please show the actual message, if remotely possible. Even if it's in Norwegian, it'll probably be more useful than an abridged version. Your message is possibly garbled a bit, but anyway: you should make sure that the command line really is make -C src -f ../config/makefile.mgw (i.e.: *no* blank between the two dots.) > There is no file with the name "make" in this folder, Of course there isn't --- make is a program you're supposed to have installed as part of your C compiler. Are you sure you really need to build your own gnuplot rather than just install the binary version? -- Hans-Bernhard Broeker (br...@ph...) Even if all the snow were burnt, ashes would remain. |