Cygwin + Python: unable to remap

Al oss.elmar@googlemail.com
Fri Sep 17 17:50:00 GMT 2010


>
> 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



More information about the Cygwin mailing list