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: <3CE80493.5000603@ece.gatech.edu> Date: Sun, 19 May 2002 16:01:23 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4) Gecko/20011019 Netscape6/6.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Greg Smith CC: cygwin AT cygwin DOT com Subject: Re: gettext-0.11 ? References: <3CE7D290 DOT EB3B9451 AT nc DOT rr DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Updating gettext is on my todo list. Unfortunately, the cygwin patches can't go into the "real" gettext until after libtool releases version 1.5. Bruno Haible doesn't want to incorporate a dependency on a CVS version of libtool, for obvious reasons. However, for nice clean libtool-based building of gettext on cygwin, we need to use the cvs version of libtool. :-( --Chuck cygwin gettext maintainer. Greg Smith wrote: > I am trying to compile a package that has a dependency on > gettext-0.11 (cygwin supplies gettext-0.10.40). > > Trying to build gettext-0.11 (and also gettext-0.11.2) I > get the following errors building the src subdirectory: > > /bin/sh ../libtool --mode=link gcc -g -O2 -o msgcmp.exe msgcmp.o libgettextsrc.la > generating import library for `cyggettextsrc-0-11-2.dll' > dlltool --as=as --dllname cyggettextsrc-0-11-2.dll --def .libs/cyggettextsrc-0-11-2.dll-def --output-lib > .libs/libimp-cyggettextsrc-0-11-2.a > gcc -g -O2 -o .libs/msgcmp.exe msgcmp.o .libs/libimp-cyggettextsrc-0-11-2.a .libs/libimp-cyggettextlib-0-11-2.a > .libs/libimp-cygintl-2.a > Wl,--rpath-Wl,/usr/local/lib > Warning: resolving _gram_max_allowed_errors by linking to __imp__gram_max_allowed_errors (auto-import) > fu000001.o(.idata$3+0xc): undefined reference to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' > fu000002.o(.idata$3+0xc): undefined reference to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' > fu000003.o(.idata$3+0xc): undefined reference to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' > fu000004.o(.idata$3+0xc): undefined reference to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' > fu000005.o(.idata$3+0xc): undefined reference to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' > fu000006.o(.idata$3+0xc): more undefined references to `_libs_libimp_cyggettextsrc_0_11_2_a_iname' follow > nmth000000.o(.idata$4+0x0): undefined reference to `_nm__gram_max_allowed_errors' > > Removing msgcmp from the Makefile results in similar errors > for other modules in the subdirectory. > > If someone knows is familiar with these kind of problems and > offer advice what I should focus on, then that'd be great. > Meanwhile, I'll focus on this libtool script. > > Thanks, > Greg Smith > > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Bug reporting: http://cygwin.com/bugs.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ > > > -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/