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 X-Originating-IP: [203.152.128.2] X-Originating-Email: [vm6580 AT hotmail DOT com] From: "Vikram Mehta" To: "Gerrit P. Haase" Cc: "Cygwin AT Cygwin DOT Com" References: <176912257807 DOT 20030701014139 AT familiehaase DOT de> Subject: Re: libbfd.a undefined refernce to _dcgettext, _htab_create_alloc Date: Tue, 1 Jul 2003 12:11:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Message-ID: X-OriginalArrivalTime: 01 Jul 2003 06:46:04.0967 (UTC) FILETIME=[7196EB70:01C33F9C] Hi Gerrit Thanx ..... One more thing The problem with _htab_create_alloc still stays I believe u had this problem too, U hv said it is in libiberty but not the one shipped with gcc 3.2.3 how can I get the libibery with this function.... I tried Cygwin.Com/packages but they show only gcc 3.2.3 which I already have and it doenot hv _htab_create_alloc regards Vikram ----- Original Message ----- From: "Gerrit P. Haase" To: "Vikram Mehta" Sent: Monday, June 30, 2003 4:41 PM Subject: Re: libbfd.a undefined refernce to _dcgettext, _htab_create_alloc > Hallo Vikram, > > Am Dienstag, 1. Juli 2003 um 07:17 schriebst du: > > > IN detail > > [...] > > > /usr/lib/gcc-lib/i686-pc-cygwin/3.2/../../../libbfd.a(syms.o)(.text+0x1109): > > undefined reference to `_dcgettext' > > Why don't you link against libintl? > Just add -lintl to the linker command line. > > The import library is in the libintl-devel packages (I guess). > > If you want to link against the dll add the DLL to your link line: > e.g. > gcc ... /bin/cygintl-2.dll > or: > gcc ... -L/bin -lintl-2 > > > Gerrit > -- > =^..^= > > -- 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/