From: Alan W. I. <ir...@be...> - 2002-01-15 17:57:44
|
On Mon, 14 Jan 2002, Maurice LeBrun wrote: > E.g. on a fresh build: > > ... > gcc -c -g -O -I. -I/home/mjl/gts/include plimage.c > cd /home/mjl/dev/plplot/latest/bindings/tcl; \ > perl pltclgen > cd /home/mjl/dev/plplot/latest/bindings/tcl; \ > perl pltclgen > cd /home/mjl/dev/plplot/latest/bindings/tcl; \ > perl pltclgen > gcc -c -g -O -I. -I/home/mjl/gts/include tclAPI.c > tclAPI.c:35:27: plplot/tclgen.h: No such file or directory > tclAPI.c:70:29: plplot/tclgen_s.h: No such file or directory > tclAPI.c:478:20: tclgen.c: No such file or directory > make: *** [tclAPI.o] Error 1 > > Running configure again "solves" this problem, but a nicer solution should be > found. I put in some specific symlinks into configure.in, and that seems to solve the problem according to my one superficial test. Please test it for yourself, and let me know what you think. Alan |