This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


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

Re: Fixing Imake


gcc -o imake  -O -I../../include -I../../imports/x11/include/X11 imake.o
/bin/automode.o

(I think :]).
Check the cygwin doco which documents this (The users guide from memory,
or it might be under API).

Rob


----- Original Message -----
From: "Harold Hunt" <huntharo@msu.edu>
To: "'Robert Collins'" <robert.collins@itdomain.com.au>
Cc: "Cygx (E-mail)" <cygwin-xfree@sources.redhat.com>
Sent: Thursday, April 12, 2001 2:18 PM
Subject: RE: Fixing Imake


> I tossed in an echo statement to tell me whether the general target or
the
> Win32 target for imake was being used.
>
> It turns out that the general target is being used.  Below is the
imake
> target generation command:
> gcc -o imake  -O -I../../include -I../../imports/x11/include/X11
imake.o
>
> Should I throw automode.o on the end?
>
> Harold
>
> > -----Original Message-----
> > From: Robert Collins [mailto:robert.collins@itdomain.com.au]
> > Sent: Thursday, April 12, 2001 12:07 AM
> > To: Harold Hunt; Cygx (E-mail)
> > Subject: Re: Fixing Imake
> >
> >
> > ----- Original Message -----
> > From: "Harold Hunt" <huntharo@msu.edu>
> > To: "Cygx (E-mail)" <cygwin-xfree@sources.redhat.com>
> > Sent: Thursday, April 12, 2001 1:46 PM
> > Subject: Fixing Imake
> >
> >
> > > Here's a line from xc/config/imake/Makefile.ini
> > >
> > > imake.exe:: imake.obj
> > > cl -nologo imake.obj libc.lib kernel32.lib
> > >
> > > Anyone else think that linking with kernel32.lib might be
> > the root of
> > the
> > > problem?
> > >
> > > Harold
> > >
> > >
> >
> > Nope. kernel32 is always linked in implicitly. What will be
> > an issue is
> > if
> > a) Imake is using win32 file read and write calls or
> > b) it doesn't set the fhandle to text mode when it opened, or
brefore
> > reads occur.
> >
> > Rob
> >
>
>


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