This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [1.7] make install installs executables without .exe extension


>>>>> Eric Blake writes:

    > According to Dr. Volker Zell on 1/14/2009 4:38 PM:
    >> Hi
    >> 
    >> I'm about to recompile my packages under cygwin 1.7 and just noticed
    >> that although the compiler creates executables with .exe extensions the
    >> extension is somehow stripped after make install step.
    >> 
    >> Any hints ?

    > Might be something wrong with my .exe magic patch in coreutils.  I'll look
    > into it.

Under cygwin 1.5

when filename.exe exists

/usr/bin/install filename /tmp            creates /tmp/filename.exe
/usr/bin/cp      filename /tmp            creates /tmp/filename.exe
/usr/bin/install filename /tmp/filename   creates /tmp/filename.exe
/usr/bin/cp      filename /tmp/filename   creates /tmp/filename.exe

Under cygwin 1.7

when filename.exe exists

/usr/bin/install filename /tmp            creates /tmp/filename
/usr/bin/cp      filename /tmp            creates /tmp/filename
/usr/bin/install filename /tmp/filename   creates /tmp/filename
/usr/bin/cp      filename /tmp/filename   creates /tmp/filename

Is this the expected behaviour ?

Ciao
  Volker

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


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