Dear Ed -- I posted this a couple of days ago under another thread. Here is the rebase procedure that works for me:
/bin/rebase -d -b 0x61000000 -o 0x20000 -v -T <file with list of dll and so files> > rebase.out and /bin/peflags -d0 -v -T <file with list of dll and so files> > peflags-d.out /bin/peflags -t0 -v -T <file with list of exe files> > peflags-t.out Note particularly the base and -o values, and be sure the check the output. Also, you have to do all this under ash, etc., and build a list of files first with find (or just list particular directories' files). I found there ae one or two files I had to exclude because rebase halts on them. Best wishes -- Eliot Moss -- 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