Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: 520091860693-0001 AT t-online DOT de (Arno Waschk) To: cygwin AT cygwin DOT com Date: Thu, 31 Oct 2002 14:00:08 +0100 X-Priority: 3 (Normal) Reply-To: a_w AT gmx DOT li Message-Id: <3C8QOQMA9ECCXULJFBUO71A0SOJHM.3dc12958@oemcomputer> Subject: compilng problems, wcslen and langinfo MIME-Version: 1.0 Content-Type: text/plain; charset="windows-1252" X-Sender: 520091860693-0001 AT t-dialin DOT net 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/