public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: Brian Dessent <brian@dessent.net>
To: binutils@sourceware.org
Subject: changes in 'intl'
Date: Thu, 25 May 2006 17:22:00 -0000	[thread overview]
Message-ID: <4475B7AD.46E1073E@dessent.net> (raw)


I'm having difficulty building current CVS binutils for native cygwin
(i686-pc-cygwin).  If I configure without options, nothing is built in
intl/ and I get the following error trying to link in binutils/

/bin/bash ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Werror -g -O2 -march=athlon-xp   -o size.exe 
size.o bucomm.o version.o filemode.o ../bfd/libbfd.la
../libiberty/libiberty.a ./../intl/libintl.a 
mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2
-march=athlon-xp -o size.exe size.o bucomm.o version.o filemode.o 
../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a
gcc: ./../intl/libintl.a: No such file or directory
make[4]: *** [size.exe] Error 1

If I configure with --with-included-gettext (or do a "make -C intl
all-yes") then libintl.a gets built but it does not work:

/bin/bash ./libtool --mode=link gcc -W -Wall -Wstrict-prototypes
-Wmissing-prototypes -Werror -g -O2 -march=athlon-xp   -o size.exe 
size.o bucomm.o version.o filemode.o ../bfd/libbfd.la
../libiberty/libiberty.a ./../intl/libintl.a 
mkdir .libs
gcc -W -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -g -O2
-march=athlon-xp -o size.exe size.o bucomm.o version.o filemode.o 
../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a
./../intl/libintl.a(dcigettext.o): In function `_nl_find_msg':
/usr/src/sourceware/intl/dcigettext.c:940: undefined reference to
`_libiconv'
./../intl/libintl.a(loadmsgcat.o): In function `_nl_init_domain_conv':
/usr/src/sourceware/intl/loadmsgcat.c:869: undefined reference to
`_libiconv_open'
./../intl/libintl.a(loadmsgcat.o): In function `_nl_free_domain_conv':
/usr/src/sourceware/intl/loadmsgcat.c:896: undefined reference to
`_libiconv_close'
./../intl/libintl.a(relocatable.o): In function
`libintl_set_relocation_prefix':
/usr/src/sourceware/intl/relocatable.c:148: undefined reference to
`_libiconv_set_relocation_prefix'
collect2: ld returned 1 exit status
make[4]: *** [size.exe] Error 1

I think the 'src' intl was recently synched from the gcc repo, could
this be the cause, or did that happen the other way around?

Brian

             reply	other threads:[~2006-05-25 13:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-05-25 17:22 Brian Dessent [this message]
2006-05-25 21:05 ` Daniel Jacobowitz
2006-05-26  2:30   ` Daniel Jacobowitz
2006-05-26  3:49     ` Daniel Jacobowitz
2006-05-31 22:17       ` Daniel Jacobowitz
2006-06-23  8:56         ` Alan Modra
2006-06-26 13:11           ` Daniel Jacobowitz
2006-07-17 16:21         ` Jakub Jelinek
2006-07-17 16:31           ` Daniel Jacobowitz
2006-07-17 20:07           ` DJ Delorie

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4475B7AD.46E1073E@dessent.net \
    --to=brian@dessent.net \
    --cc=binutils@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).