|
From: Tatsuro M. <tma...@ya...> - 2009-02-12 04:29:47
|
Hello Petr I have confirmed your fix on cvs trees. Thanks!! Tatsuro --- Tatsuro MATSUOKAwrote: > Hello > > In makefile.mgw, it is found that > $(PGNUPLOT): win/pgnuplot.c version.o > gcc -O2 -DHAVE_STDBOOL_H -s -o $@ win/pgnuplot.c version.o -I. -luser32 > > However, gcc is not always name of compiler of GCC on mingw at present. For GCC-4.3.3-dw2-TDM > mingw, > the name of c complier is gcc-dw2 but not gcc. > > I think that it should be > > $(PGNUPLOT): win/pgnuplot.c version.o > $(CC) -O2 -DHAVE_STDBOOL_H -s -o $@ win/pgnuplot.c version.o -I. -luser32 > > Regards > > Tatsuro > > > > > -------------------------------------- > Power up the Internet with Yahoo! Toolbar. > http://pr.mail.yahoo.co.jp/toolbar/ > -------------------------------------- Power up the Internet with Yahoo! Toolbar. http://pr.mail.yahoo.co.jp/toolbar/ |