This is the mail archive of the automake@gnu.org mailing list for the automake project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Programs differing only by ".exe" suffix: subtle Libtool 1.3



On 22-May-99 Matthew D. Langston wrote:
> In a nutshell, an Automake/Libtool package becomes "broken" when two
> programs (i.e. in some Automake "_PROGRAMS" primary) differ in their
> names only by the suffix ".exe".  For example, the following snippet
> from `Makefile.am' works as expected:

 Thanks. Fixed.
 
> I recently came across this bug while "Autoconfing" a package called
> ROOT (an analysis package for High Energy Physics).  My "Autoconfed"
> version of ROOT creates two programs named "root" and "root.exe".  Since
> I am packaging a 3rd party package, I have no control over the names of
> these two programs.  I have had to fall back to Libtool 1.2 for now.

 Using prog and prog.exe at the same time isn't really portable.
 On CygWin libtool has to strip off the .exe suffix from the
 wrapper script, i.e., prog == prog.exe.

Thomas Tanner -----------------------------------------
email: tanner@(ffii.org|gnu.org|ggi-project.org|gmx.de)
web:   http://home.pages.de/~tanner
GGI/Picasso: http://picasso.ffii.org


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]