On Wed, 10 Jan 2007 09:18:26 +0900, Shigio YAMAGUCHI wrote... > If there is no problem, I would like to make it the default function > in the next version of GLOBAL. > > Any comment?
isnumber(3) is a function peculiar to BSD. Making all in global global.c: In function 'search': global.c:1074: warning: implicit declaration of function 'isnumber' global.c:1032: warning: 'n' may be used uninitialized in this function global.o(.text+0xfff): In function `search': /home/iwamoto/work/global/global/global.c:1074: undefined reference to `isnumber' global.o(.text+0x1079):/home/iwamoto/work/global/global/global.c:1086: undefined reference to `isnumber' global.o(.text+0x116d):/home/iwamoto/work/global/global/global.c:1111: undefined reference to `isnumber' global.o(.text+0x1226):/home/iwamoto/work/global/global/global.c:1087: undefined reference to `isnumber' global.o(.text+0x124f):/home/iwamoto/work/global/global/global.c:1087: undefined reference to `isnumber' global.o(.text+0x128d):/home/iwamoto/work/global/global/global.c:1093: more undefined references to `isnumber' follow collect2: ld returned 1 exit status make[2]: *** [global] Error 1 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ---- Hideki IWAMOTO [EMAIL PROTECTED] _______________________________________________ Bug-global mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-global
