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: Trouble with make on B2.0; can't open /C


--- Thomas Hippensteele <thippen@aloha.net> wrote:
> Hello:
> 
> I've been struggling with Make for a while now, and 
> hoped someone on the list could help.
> 
> The error messages I keep getting are as follows:
> 
> When trying to build the elisp manual for EMacs:
> C:\usr\home\emacs\addons\elisp-manual-20-2.5>make
> if [ a != a ]; \
>         then \
>           ln -s index.perm index.texi; \
>         else \
>           ln -s index.unperm index.texi; \
>         fi
> /c: Can't open /c
> MAKE.EXE: *** [index.texi] Error 2
> 

This is an indication that you're building in WIN32 mode.  Either `export
MAKE_MODE=unix' or issue `make -unix'.



=====
Earnie Boyd <mailto:earnie_boyd@yahoo.com>

Newbies, please visit
<http://www.freeyellow.com/members5/gw32/index.html>

(If you respond to the list, then please don't cc me)
__________________________________________________
Do You Yahoo!?
Bid and sell for free at http://auctions.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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