RE: Using ptkdb under cygwin
"Brad Morgan" <[email protected]> Mon, 12 Apr 2004 13:29:50 -0600
| Newsgroups | gmane.os.cygwin.perl |
|---|---|
| Message-ID | <[email protected]> |
> you could need this if rebaseall doesn't work for you.
> it is raw and brutal but it works
>
> #!/bin/bash
> cd /
> find usr bin sbin opt lib -type f -name "*.dll" | cat >/tmp/toto
> zcat /etc/setup/*.lst.gz | grep 'dll$' >>/tmp/toto
> cat /tmp/toto |sort -u|\
> sed -e '/cygwin1.dll$/d' -e 's/^/\//' \
> -e 's/apache\/new/apache/' >/tmp/toto2
> rebase -v -d -b 0x70000000 -o 0x10000 -T /tmp/toto2
>
I had to resort to the brutal approach which finally worked after I reset
ownership and permissions on the ptkdb and tk files I had added.
Thanks,
Brad
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/cygwin-perl/
<*> To unsubscribe from this group, send an email to:
[email protected]
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/