From: Doug H. <dh...@uc...> - 2003-01-28 23:59:15
|
Hi all: I have been using plplot 5.1 for some time. I just downloaded 5.2.0 and ran into this: > ./configure --with-double --prefix=/ops/tools > make ... gcc -DHAVE_CONFIG_H -I. -I. -I../include -I../include -I../bindings/tcl -I../bindings/tk -I../bindings//tk-x-plat -I/usr/X11R6/include -g -O2 -MT matrixInit.lo -MD -MP -MF .deps/matrixInit.Tpo -c ../bindings/tcl/matrixInit.c -o matrixInit.o >/dev/null 2>&1 mv -f .libs/matrixInit.lo matrixInit.lo make[1]: *** No rule to make target `dg300d.lo', needed by `libplplotdrv.la'. Stop. make[1]: Leaving directory `/home/huntd/src/plplot-5.2.0/drivers' make: *** [all-recursive] Error 1 Also, I have developed a driver under 5.1, but I can't seem to figure out how to get it to work under 5.2. I keep running into GNU automake/autoconf/aclocal errors. I gather the old process of modifying cf/configure.in and running autoconf no longer works. Is there any doc for how to do this under 5.2? The instructions in drivers/README.drivers seems out of date. Any ideas on these problems? Thanks much! Doug Hunt P.S: $ uname -a Linux pegasus.cosmic.ucar.edu 2.4.7-10 #1 Thu Sep 6 17:27:27 EDT 2001 i686 unknown $ cat /etc/redhat-release Red Hat Linux release 7.2 (Enigma) |