This is the mail archive of the cygwin-xfree@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: Build Xfree



I have never seen this.  

Do you have /usr/X11R6, try renaming it to /usr/X11R6-old.  It should
not matter.  Also delete all the *.base DLL_BASE_COUNTER file from
/tmp if there are any... just a thought, it should not be 
the reasons for dllwrap to hang.

Suhaib

> -----Original Message-----
> From: cygwin-xfree-owner@sources.redhat.com
> [mailto:cygwin-xfree-owner@sources.redhat.com]On Behalf Of lee changkun
> Sent: Tuesday, July 18, 2000 8:17 AM
> To: cygwin-xfree@sources.redhat.com
> Subject: Re: Build Xfree
> 
> 
> 
> 
> Dear Suhaib and all
> 
> Thanks for your reply.
> 
> Now i  reinstalled the latest Cygwin 1.1.2 and newst CVS.
> I compiled agian, In this time the make hanged always at this point.
> 
> cpp -traditional -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE -D_MT
> -D_X86_ -D__STDC__ -DNO_TCP_H -D__CYGWIN__ -D_XOPEN_SOURCE -D_REENTRANT
> -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE -D_SVID_SOURCE -D_GNU_SOURCE
> -DX_SOURCE   -DLIBRARY_VERSION=6.0 <oldX-def.cpp | sed -e '/^#
> *[0-9][0-9]*  *.*$/d' -e '/^XCOMM$/s//#/' -e
> '/^XCOMM[^a-zA-Z0-9_]/s/^XCOMM/#/' >oldX.def
> rm -f liboldX.a
> rm -f liboldX.dll
> if [ -f /tmp/DLL_BASE_COUNTER ]; then true; \
> else echo 0x67000000 > /tmp/DLL_BASE_COUNTER; fi
> dllwrap -s --def oldX.def --output-lib liboldX.a -o liboldX.dll
> XDraw.o   XCrAssoc.o   XDelAssoc.o   XDestAssoc.o   XLookAssoc.o
> XMakeAssoc.o junk.o -L../../exports/lib -lX11 -image-base `cat
> /tmp/DLL_BASE_COUNTER`
> 
> 
> Namely make is dead at  the dllwrap .. :-(.
> 
> Could you tell me some advices?
> 
> Best Regards
> 
> Lee

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