Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Message-ID: <404C93C9.8010303@st-embedded.com>
Date: Mon, 08 Mar 2004 16:39:53 +0100
From: Caj Zell <caj DOT zell AT st-embedded DOT com>
User-Agent: Mozilla Thunderbird 0.5 (Windows/20040207)
MIME-Version: 1.0
To: cygwin AT cygwin DOT com
Subject: rebaseall with extra files
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
X-Virus-Scanned: By http://levonline.com - free virus scanning for all customers
Note-from-DJ: This may be spam

Hello,

I have recently made a new install of cygwin and found out that my old 
Perl/Tk application did not work as usual. I googled a bit and found out 
this was due to the "Cygwin rebase problem" and consequently I run

rebaseall -v

This did not solve the problem as I saw that it did not touch the dll:s 
I made from my manual Perl/Tk installation that is found under

/lib/perl5/site_perl/5.8.2/cygwin-thread-multi-64int/auto/Tk

and its sub-directories. So, I made my own rebaseing by,

rebase -v -b  0x70000000 `find 
/cygdrive/c/cygwin/lib/perl5/site_perl/5.8.2/cygwin-thread-multi-64int/auto/Tk 
-name "*.dll" `

and found out that I could now run my application as before. However, 
afterwards seeing that it is not recommended for us not so experienced 
users to twiddle around with rebase on its own, I am now a little bit 
afraid that I may have caused problems with the dll:s that I will run 
into later and at that time maybe have forgot about this .dll-manipulation.

Is there anyone that can recommend me how to "rebaseall", but also 
incorporate the Tk-files above to avoid coming conflicts?

-- 
Best Regards,

Caj Zell



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