Hi, using the devel/ branch, linking fails with: > bashline.o: In function `attempt_shell_completion': > bashline.c:1406: undefined reference to `parser_in_command_position' > collect2: ld returned 1 exit status
I tried a bissection and c84e5202 was the last one to build fine. But since f14388d (bash-20120914 snapshot), the build fails with the above error. Some of the later revisions also add the failure below: > ./builtins/libbuiltins.a(help.o): In function `wdispcolumn': > builtins/./help.def:409: undefined reference to `wcsnwidth' > builtins/./help.def:449: undefined reference to `wcsnwidth' > collect2: ld returned 1 exit statu is this "expected" ? is there something special about building this branch ? thanks