This is the mail archive of the cygwin-apps 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: [ITP] mingw-w64


On 6/30/2010 3:50 PM, Charles Wilson wrote:
> On 6/30/2010 1:51 PM, JonY wrote:
>> Right now, human intervention still needed. cygport messes up the target
>> dll locations by moving them around and trying to fix libtool files. Its
>> also using cygwin strip(1) to strip 64bit dlls, it fails but doesn't
>> lead to the cygport halting.
> 
> I think you can set a variable in your cygport to suppress both of these
> actions -- and then use the "correct" tool manually in src_install().
> I'll check later.

OK, you can't (yet) suppress the fixup-libtool step, but you can
suppress stripping the DLLs and EXEs (and then explicitly do it manually
in src_install).

Just add
RESTRICT=strip
to your cygport.

--
Chuck


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