This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cygwin build problems...(libintl)


I am trying to build a cross compiler from the latest
checked out sources. When I configure into the
combined sources, it says that it doesn't need to
build libintl.a (in intl/Makefile all: is all-no),
but then it is trying to link binutils with
../intl/libintl.a instead of -lintl. I tried -lintl
and it works.
If I use configure --with-included-getttext, linking
with the built libintl.a gives unresolved symobols
problem like
./../intl/libintl.a(dcigettext.o)(.text+0xad7): In
function `_nl_find_msg':
/cygdrive/d/work/new_src/build/intl/../../combined/intl/dcigettext.c:940:
undefi
ned reference to `_libiconv'
./../intl/libintl.a(loadmsgcat.o)(.text+0x4e9): In
function `_nl_init_domain_con
v':
/cygdrive/d/work/new_src/build/intl/../../combined/intl/loadmsgcat.c:863:
undefi
ned reference to `_libiconv_open'
./../intl/libintl.a(loadmsgcat.o)(.text+0x542): In
function `_nl_free_domain_con
v':
/cygdrive/d/work/new_src/build/intl/../../combined/intl/loadmsgcat.c:896:
undefined reference to `_libiconv_close'
./../intl/libintl.a(relocatable.o)(.text+0xfe): In
function `libintl_set_relocation_prefix':
/cygdrive/d/work/new_src/build/intl/../../combined/intl/relocatable.c:148:
undefined reference to
`_libiconv_set_relocation_prefix'

To be sure, I had updated my cygwin installations also
today.
Now I am clueless. 


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]