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


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