Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Message-ID: <3DAECEEA.3030006@yahoo.com> Date: Thu, 17 Oct 2002 10:53:30 -0400 From: Earnie Boyd Reply-To: cygwin-developers AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows; U; WinNT4.0; en-US; rv:1.1) Gecko/20020826 X-Accept-Language: en-us, en MIME-Version: 1.0 To: egor duda Subject: Re: Fwd: RE: Another problem using GDB References: <17214161092 DOT 20021017174733 AT logos-m DOT ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit egor duda wrote: > This is a forwarded message > From: Rolf Campbell > Subject: Another problem using GDB > > ===8<==============Original message text=============== > When I try to use dumper, I get an msgbox "The procedure entry point > dcgettext__ could not be located in the dynamic link library > cygintl-2.dll". > ===8<===========End of original message text=========== > > It looks when building release, dumper is linked with dynamic version > of libintl. I guess it should link with static version of both libbfd > and libintl, as it was originally. I'm not sure if it's build machine > issue, or problem with Makefile, though. > Add -static to the link step for dumper. This assumes that libintl.a is the static version of the library, while libintl.dll.a is the shared import library. Earnie.