This is the mail archive of the cygwin 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]

gcc problems...


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/


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