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: Cygwin + Python: unable to remap


>
> Or, read from stdin as follows:
>
> ? ?$ "something that generates extra DLL list" | rebaseall -T - ...
>

As example, "something that gernates extra DLL list" looks in my case like this.

PREFIX=/home/prefix/gentoo
find $PREFIX/bin/ -name *.dll -o -name *.so
find $PREFIX/lib/ -name *.dll -o -name *.so
find $PREFIX/usr/bin -name *.dll -o -name *.so
find $PREFIX/usr/lib -name *.dll -o -name *.so

It turned out that not all files have write access. So a similar
script is required to add write access first.

Al

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


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