"Bharati Bhole" <bharati.bhole@xxxxxxxxx> writes: > Can anybody plz tell me what are the arguments to genrecog.c. I > could decipher that the 2nd arg. is an .md file and the first arg is > something "build_exeext", but this "build_exeext" is initialized as > build_exeext = > ie. nothing. build_exeext is set in config.build. I quote: # build_exeext Set to the suffix, if the build machine requires # executables to have a file name suffix. > And what does this mean - "build_exeext = @build_exeext@" That means that the value in Makefile.in is substituted by the configure script when the configure script generates Makefile from Makefile.in. Ian