Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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: <3F3160E3.2030403@mvista.com> Date: Wed, 06 Aug 2003 13:11:15 -0700 From: Doru Carastan Organization: MontaVista Software, Inc. User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 X-Accept-Language: en-us, en MIME-Version: 1.0 To: David Rothenberger CC: cygwin AT cygwin DOT com Subject: Re: Cygwin DLL configuration References: <3F21F6E5 DOT 4070107 AT mvista DOT com> <3F21FD8D DOT 43882685 AT acm DOT org> In-Reply-To: <3F21FD8D.43882685@acm.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit David Rothenberger wrote: > Gerrit recently posted a script ... > > See . > Thank you David, it did the trick. tooldir is the culprit. ifeq ($(target_alias),$(host_alias)) ifeq ($(build_alias),$(host_alias)) tooldir:=$(exec_prefix) else tooldir:=$(exec_prefix)/$(target_alias) endif else tooldir:=$(exec_prefix)/$(target_alias) endif For some reason the tooldir variable does not get set to ${exec_prefix}. -- Doru Carastan *\\\///* WinHost Contractor ||\\//|| 408-992-4497 |||\/||| doru DOT carastan AT montavista DOT com -- 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/