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.3 binaries



> I downloaded the patch and everything is now running ok, except for imake=
>  wich
> give the following message :
> 
> imake :no such file or directory
> imake : cannot exec /lib/cpp
> stop
> 

Sorry, I forgot to mention this detail. You need to create a /lib directory if
don't already have one, and copy the cpp.exe that comes with gnuwin32 to this
directory. I am not in front of a win32 machine right now, so I cannot give
you the exact path of this file. However, you can find this out easily; from
the DOS prompt:

cd \
dir cpp.exe /s

or from bash:

find / -name cpp.exe -print

  Good Luck,

-- 
Arlindo da Silva    
dasilva@alum.mit.edu


-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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