On Wed, Dec 12, 2012 at 09:40:29AM -0500, Chet Ramey wrote: > On 12/12/12 8:56 AM, Raphaël Droz wrote: > > 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 see what happened. git (or the process used to create the devel tree) > makes the mod time of all files in the tree the same, so y.tab.c doesn't > get rebuilt from parse.y. You can fix this with > > rm y.tab.? > make
thanks !