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

Re: sys_errlist and _ctype_ undefined


Sounds like you're using some libraries from pre-1.1.x days.  Where did
your X11 installation come from?  You should use the X11 distro from
http://www.cygwin.com/xfree/   that's the ctype problem.

the sys_errlist is a different problem; xfig is defining something that
should be (and actually *are*) declared in the cygwin system header
files.  Fix xfig; you can find more information by searching the
archives for sys_errlist.

--Chuck


Wenguang Wang wrote:
> 
> When I compile xfig3.2.3c on cygwin 1.1.4, I met problems in linking:
> 
> f_util.o(.text+0x2619):f_util.c: undefined reference to `sys_errlist'
> /usr/X11R6.4/lib/libXaw.a(MultiSrc.o)(.text+0x533):MultiSrc.c: undefined
> reference to `_ctype_'
> /usr/X11R6.4/lib/libXaw.a(XawIm.o)(.text+0x2745):XawIm.c: undefined
> reference to `_ctype_'
> 
> I disabled the jpeg library and the xaw3d widgets before building. I am
> running the system on Windows NT.
> 
> Any ideas about the problem? Thanks you very much for any help.
> 
> Wayne
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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