This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin 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]

Re: cygwin gcc-3.1 build problem


Hi,

Please cd to your i686-pc-cygwin/winsup/utils dir and run:

make clean; ./config.status --recheck; make all

That should get you back on track :-)

Cheers,
Nicholas
--- Joshua Daniel Franklin <joshuadfranklin@yahoo.com> wrote:
> OK, everything except winsup/utils/dumper.exe seems to have built fine.
> Here's the errors for that:
> 
> /usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/../../../libintl.a(loadmsgcat.o):
> In
> function `_nl_init_domain_conv':
> /usr/src/gettext/gettext-0.11.2/intl/loadmsgcat.c:227: undefined
> reference to
> `_libiconv_open'
> /usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/../../../libintl.a(loadmsgcat.o):
> In
> function `_nl_free_domain_conv':
> /usr/src/gettext/gettext-0.11.2/intl/loadmsgcat.c:258: undefined
> reference to
> `_libiconv_close'
> /usr/lib/gcc-lib/i686-pc-cygwin/3.1.1/../../../libintl.a(dcigettext.o):
> In
> function `_nl_find_msg':
> /usr/src/gettext/gettext-0.11.2/intl/dcigettext.c:868: undefined
> reference to
> `_libiconv'
> collect2: ld returned 1 exit status
> make[2]: *** [dumper.exe] Error 1
> 
> --- Nicholas Wourms <nwourms@yahoo.com> wrote:
> > What happened was they modified the Makefile.in's/Makefile.am's so you
> > should rerun config.status in any of the directories you notice this
> > happening in.  For good mesure, I usually just wipe that particular
> > directory in my build tree when I notice a change in
> > Makefile.in/Makefile.am/configure.  The way it is supposed to work is
> that
> > make detects the change and will automatically rerun config.status. 
> > Howerver this can hardly be depended on.
> 
> Thanks.
> 
> __________________________________________________
> Do You Yahoo!?
> Yahoo! Autos - Get free new car price quotes
> http://autos.yahoo.com
> 
> --
> 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/
> 


__________________________________________________
Do You Yahoo!?
Yahoo! Autos - Get free new car price quotes
http://autos.yahoo.com

--
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/


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