Brandon Philips wrote: > Is there a way to make the libtool wrapper create an executable with > the same "progname" as the final executable?
Not that I know of. However, the Smart People[tm] over at the gnulib project seem to simply work around it. In the their progname module: http://git.savannah.gnu.org/cgit/gnulib.git/tree/lib/progname.c they explicitly check for /.libs/lt- and strip it. -- Chuck _______________________________________________ http://lists.gnu.org/mailman/listinfo/libtool
