|
From: Tatsuro M. <tma...@ya...> - 2009-11-30 10:57:47
|
Hello In the src/Makefile.in after ./prepare, I found. @BUILD_LUA_TRUE@am__EXEEXT_2 = gnuplot-tikz.lua$(EXEEXT) I hear that gnuplot-tikz.lua is a script so that $(EXEEXT) is harmful for cygwin build. For cygwin $(EXEEXT) is '.exe', this makes unhappy results in cygwin. For real unix $(EXEEXT) is empty so that error not occurred accidentally. I think that 'gnuplot-tikz.lua$(EXEEXT)' should be 'gnuplot-tikz.lua'. I am not familiar with autotools so that I cannot figure out where should I modify to remove it. BTW, after removing $(EXEEXT) form @BUILD_LUA_TRUE@am__EXEEXT_2 = gnuplot-tikz.lua$(EXEEXT) in Makefile.in, make goes well. However, there occured error at make install-strip /bin/sh /cygdrive/d/usr/Tatsu/cyghome-1.7/gnuplotcvs/gnuplot/install-sh -c -s gnuplot-tikz.lua '/usr/local/libexec/gnuplot/4.5/./gnuplot-tikz.lua.exe' strip:/usr/local/libexec/gnuplot/4.5/./_inst.12112_: File format not recognized make[4]: *** [install-pkglibexecPROGRAMS] Error Where can I found another gnuplot-tikz.lua$(EXEEXT) for make install? Please give me advises. Regards Tatsuro -------------------------------------- Learn more about HIV/AIDS - Red Ribbon Campaign 2009 http://pr.mail.yahoo.co.jp/redribbon/ |