This is the mail archive of the cygwin@sourceware.cygnus.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: X11R6.4 libraries for cygwin 1.1.0?



I am compiling a package with cygwin 1.1.0 AND a b20.1 X11R6.4 from
ftp.franken.de  

I get the following load time errors from within X11 libraries
**********
/usr/X11R6.4/lib/libXmu.a(RdBitF.o)(.text+0x160):RdBitF.c: undefined reference t
o `_ctype_'
/usr/X11R6.4/lib/libXt.a(TMparse.o)(.text+0x1b86):TMparse.c: undefined reference
 to `_ctype_'
collect2: ld returned 1 exit status
**********
In cygwin 1.1 _ctype_ is declare in /usr/i686-pc-cygwin/include
ctype.h:extern  _CONST char     _ctype_[];
ctype.h:extern  _CONST char     _ctype_[] __declspec(dllimport);

Thus I suspect that the error has to with some incompatibility
between b20.1 and 1.1.

Thanks for suggestions.

Pierre

**************
To: <cygwin at sourceware dot cygnus dot com> 
Subject: RE: X11R6.4 libraries for cygwin 1.1.0? 
From: "Kevin Wright" <kwright at aspectdv dot com> 
Date: Thu, 20 Apr 2000 08:46:44 -0700 

--------------------------------------------------------------------------------

>Where can I either find a set of precompiled libraries and
>clients of X11R6.4 for built with cygwin 1.1.0 or from
>where can I download source files that are compilable
>"out of the box" with cygwin 1.1.0?
>
>TIA,
>
>/ChJ

Christian,

I asked this question of Suhaib yesterday and he replied:

>The cygwin-xfree-4.0-cygwin-v1
>should work with Cygwin v 1.1 without any problems.  
>That is what was used to compile lessTif under Cygwin v 1.1

> Suhaib

When I went to http://sourceware.cygnus.com/cygwin/xfree/
I had problems connecting to the ftp site. (probably too
many people logged in) so I got it from the Mirror:
http://hyperbyte.ab.ca/opensource/win32X/
This does not include the X-server which I didn't want anyway.

Hope this helps,

--Kevin Wright




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