|
From: Tatsuro M. <tma...@ya...> - 2010-08-03 00:41:28
|
Hello Change in command.h #if defined(MSDOS) || defined(DOS386) => #if defined(MSDOS) If the above change seem to be not origin, the link error. If I revise back #if defined(MSDOS) => #if defined(MSDOS) || defined(DOS386) The same error appeared. In config.dj2, there of cource found #define MSDOS 1 ??????????? Anyway I will carry out further look. Regards Tatsuro --- Tatsuro MATSUOKA wrote: > Hello > > > 2010-07-30 Ethan A Merritt <merritt@u.washington.edu> > > * src/command.c src/command.h src/eval.c src/fit.c src/gp_types.h > src/plot.c src/readline.c src/stdfn.c src/syscfg.h src/term.h: > Remove vestigial tests for DOS16 or DOS386 > > The above change seemed to affect building the DJGPP binary. > > gcc -o gnuplot alloc.o axis.o binary.o bitmap.o breaders.o color.o command.o contour.o > datafile.o > dynarray.o eval.o fit.o gadgets.o getcolor.o graph3d.o graphics.o help.o hidden3d.o history.o > internal.o interpol.o matrix.o misc.o mouse.o parse.o plot.o plot2d.o plot3d.o pm3d.o readline.o > save.o scanner.o set.o show.o specfun.o standard.o stdfn.o tables.o tabulate.o term.o time.o > unset.o > util.o util3d.o variable.o version.o -Lc:/djgpp/contrib/grx246/lib/dj2 -lgrx20 -lm -lpc > command.o:command.c:(.text+0x33d4): undefined reference to `_HelpFile' > plot.o:plot.c:(.text+0x403): undefined reference to `_HelpFile' > plot.o:plot.c:(.text+0x40e): undefined reference to `_HelpFile' > plot.o:plot.c:(.text+0x41a): undefined reference to `_HelpFile' > plot.o:plot.c:(.text+0x43b): undefined reference to `_HelpFile' > collect2: ld returned 1 exit status > make.exe: *** [gnuplot.exe] Error 1 > make.exe: Leaving directory `d:/usr/Tatsu/djgpphome/gnuplotcvs/gnuplot/src' > > I have confirmed using the source before the change by cvs update -D 'yyyy-mm-dd' (date string) > . > > I will look into what is affected. > > For windows and cygwin binary, there happened of course no problem. > > Regards > > Tatsuro > > -------------------------------------- > Are you OK? Online Safety Special Site - Yahoo! JAPAN > http://pr.mail.yahoo.co.jp/security/ > > ------------------------------------------------------------------------------ > The Palm PDK Hot Apps Program offers developers who use the > Plug-In Development Kit to bring their C/C++ apps to Palm for a share > of $1 Million in cash or HP Products. Visit us here for more details: > http://p.sf.net/sfu/dev2dev-palm > _______________________________________________ > gnuplot-beta mailing list > gnu...@li... > https://lists.sourceforge.net/lists/listinfo/gnuplot-beta > -------------------------------------- Are you OK? Online Safety Special Site - Yahoo! JAPAN http://pr.mail.yahoo.co.jp/security/ |