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]

imake won't work without /lib/cpp -> a simple shell script


Hello: Thank you very much for the wonderful job that you are doing. 
It is making my life much easier. 

Here is my two cent's worth. ( I am sure this issue must have come up
before,
but I could not find any entries in FAQ's or mailing-list archives)

1) I tried to compile X11 libraries using xmkmf and imake.(Using Segey's
patch).
2)Imake complains with "cannot execute /lib/cpp"
3) I made a shellscript named /lib/cpp with the following
#!/bin/sh
gcc -E $*
4)I have been able to compile X11 client programs just typing xmkmf and
make.

Best Regards
Toshiyuki Nakata
-
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]