Hi, While compiling Octave, I got undefined references within the gnulib module. Namely: - chdir_long undefined, referenced in save-cwd.c - strncasecmp undefined, referenced in strptime.c
After running the bootstrap script, I can see that the corresponding source files are taken into account (copied into libgnu), but for some reason they are not compiled in. Would anybody have any hint? Michael.