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]

compilng problems, wcslen and langinfo


Dear list,


Trying to compile wxGTK I am stuck..
What might here be going wrong?
I thought langinfo and wcslen are supported (and configure thinks that too) and the wcslen error looks strange...?
Am I missing something like a library?
Can I help you with further information?


c++ -shared -Wl,--out-implib,lib/libwx_gtk-2.3.dll.a -o lib/libwx_gtk-2.3.dll  
<...many .o files...>
-L/usr/local/lib -L/usr/X11R6/lib -lgtk -lgdk -lgmodule -lgthread -lglib -lintl -lXext -lX11 -lm -ljpeg -ltiff -lz -lpthread -liconv -lGL -lGLU -lc
Creating library file: lib/libwx_gtk-2.3.dll.a
intl.o(.text+0x31c9):intl.cpp: undefined reference to `_nl_langinfo'
strconv.o(.text+0xef3):strconv.cpp: undefined reference to `wcslen(wchar_t const*)'
strconv.o(.text+0x1814):strconv.cpp: undefined reference to `wcslen(wchar_t const*)'
strconv.o(.text$_ZNK8wxMBConv6cWX2WCEPKc+0x3f):strconv.cpp: undefined reference to `wcslen(wchar_t const*)'
strconv.o(.text$_ZN10EC_CharSet5WC2MBEPcPKwj+0x19):strconv.cpp: undefined reference to `wcslen(wchar_t const*)'
string.o(.text$_ZNK8wxString6wc_strER8wxMBConv+0x41):string.cpp: undefined reference to `wcslen(wchar_t const*)'
collect2: ld returned 1 exit status
make: *** [lib/libwx_gtk-2.3.dll] Error 1








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