From: V.V.Pipin <vp...@ii...> - 2001-10-19 04:44:53
|
Hello, I'm trying to build yplot on the SunO and after "make -f Makefile.build" I have: cc -DSTDC_HEADERS=1 -DPAD_ARRAY=1 `/home/vpip/share/bin/plplot-config --cflags` -I/home/vpip/share/lib/yorick/1.4/h -DDOUBLE -c pplot.c cc -DSTDC_HEADERS=1 -DPAD_ARRAY=1 `/home/vpip/share/bin/plplot-config --cflags` -I/home/vpip/share/lib/yorick/1.4/h -DDOUBLE -c read.c "read.c", line 139: warning: statement not reached sh: test: argument expected *** Error code 1 make: Fatal error: Command failed for target `yplot' Evidently this mistake results from the string in file Makefile.build: @if test -e Makefile; then echo \ "Nameclash! must get rid of Makefile so this can work"; false ; fi If anybody has an idea how to overcome this please let me now. Thanks a lot in advance, Valerij |