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 Message-ID: <00c901c42e41$91067d10$cf4368c8@NOTEBOOK> From: "Derek Farren Gause" To: Subject: gcc problems... Date: Thu, 29 Apr 2004 19:27:41 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit X-IsSubscribed: yes Hi everybody. I am haveing problems compiling objC code on cygwin. The end of the bash shell´s output is: /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xca6): undefined reference to `__imp ___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xd53): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xd81): undefined reference to `__imp ___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xdb3): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0xdd1): undefined reference to `__imp ___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x103d): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x105e): undefined reference to `__imp___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x10e3): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x1137): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x1157): undefined reference to `__imp___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x116c): undefined reference to `__imp___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x1215): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x1269): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x1292): undefined reference to `__imp___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x12a7): undefined reference to `__imp___pctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x13d4): undefined reference to `__isctype' /usr/lib/mingw/libobjc.a(encoding.o)(.text+0x13e7): undefined reference to `__imp___pctype' collect2: ld returned 1 exit status I have Cygwin´s .bashrc customized for swarm in order to use the suite gcc distributed with Swarm (www.Swarm.org). Some additional info: $ gcc -v Reading specs from /Swarm-2.2/lib/gcc-lib/i686-pc-cygwin/3.3.1/specs Configured with: /src/gcc-3.3.1/configure --prefix=/Swarm-2.2 --srcdir=/src/gcc-3.3.1 --enabl e-libgcj Thread model: single gcc version 3.3.1 Any help would be apreciated... Thanks in advance. Derek Farren -- 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/