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?




Suhaib Siddiqi wrote:

> > I am confusing which files i should compile for  Xfree?
> > xc40-1.tar xc40-2.tar xc40-3.tar xc40-4.tar on the sourceware.cygnus.com
> > or
> > /src/cygwin-xfree from CVS?
>
> >From CVS.  I had not updated xc40-xx.tar.bz2 with latest code yet.

Is it necessary to change the files cygwin.cf  cygwin.rules in
/src/cygwin-xfree/config/cf  for the building?

After i  have changed cygwin.cf

XCOMM #define StdIncDir               `CcCmd --print-libgcc-file-name | sed
':libgcc.a:/cygwin/lib/gcc-lib/i686-pc-cygwin/2.95.2/include:'|sed
's,\\\\,/,g'`
XCOMM #define PostIncDir              `CcCmd --print-libgcc-file-name | sed
':libgcc.a:/include:'|sed 's,\\\\,/,g'`
#define StdIncDir               `CcCmd --print-libgcc-file-name | sed
's,\\\\,/,g' | sed
's,libgcc.a,/cygwin/lib/gcc-lib/i686-pc-cygwin/2.95.2/include,'`
#define PostIncDir              `CcCmd --print-libgcc-file-name | sed
's,\\\\,/,g' | sed 's,libgcc.a,include,'`


the compile stopped at the point.

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`





>
> >
> >
> >
> > Best Reagrds
> >
> > Lee


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