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]

trouble linking 'dumper' while building current distro


I've got the 1.5.5-1 sources, and everything else up-to-date.

c++ -L/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup
-L/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup/cygwin
-L/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup/w32api/lib -isystem
/usr/src/cygwin-1.5.5-1/winsup/include -isystem
/usr/src/cygwin-1.5.5-1/winsup/cygwin/include -isystem
/usr/src/cygwin-1.5.5-1/winsup/w32api/include
-B/cygdrive/c/benson/cygwindev/i686-pc-cygwin/newlib/ -isystem
/cygdrive/c/benson/cygwindev/i686-pc-cygwin/newlib/targ-include -isystem
/usr/src/cygwin-1.5.5-1/newlib/libc/include -o dumper.exe module_info.o
parse_pe.o dumper.o
-B/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup/cygwin/
-B/cygdrive/c/benson/cygwindev/i686-pc-cygwin/newlib/libc
-B/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup/w32api/lib
-lnetapi32 -ladvapi32
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libbfd.a
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libintl.a
-L/cygdrive/c/benson/cygwindev/i686-pc-cygwin/libiberty  -liberty
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libintl.a(dcigettext.o)(.
text+0xaa7): In function `_nl_find_msg':
/usr/src/gettext/gettext-0.12.1/gettext-runtime/intl/dcigettext.c:946:
undefined reference to `_libiconv'
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libintl.a(loadmsgcat.o)(.
text+0x4e9): In function `_nl_init_domain_conv':
/usr/src/gettext/gettext-0.12.1/gettext-runtime/intl/loadmsgcat.c:863:
undefined reference to `_libiconv_open'
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libintl.a(loadmsgcat.o)(.
text+0x542): In function `_nl_free_domain_conv':
/usr/src/gettext/gettext-0.12.1/gettext-runtime/intl/loadmsgcat.c:896:
undefined reference to `_libiconv_close'
/usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../libintl.a(relocatable.o)(
.text+0xfe): In function `libintl_set_relocation_prefix':
/usr/src/gettext/gettext-0.12.1/gettext-runtime/intl/relocatable.c:154:
undefined reference to `_libiconv_set_relocation_prefix'
collect2: ld returned 1 exit status
make[2]: *** [dumper.exe] Error 1
make[2]: Leaving directory
`/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup/utils'
make[1]: *** [utils] Error 1
make[1]: Leaving directory
`/cygdrive/c/benson/cygwindev/i686-pc-cygwin/winsup'
make: *** [all-target-winsup] Error 2

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


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