public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Earnie Boyd <earnie_boyd@yahoo.com>
To: j.e.young@larc.nasa.gov
Cc: cygwin@sourceware.cygnus.com
Subject: Re: cygwin make and Windows 2000?
Date: Thu, 08 Jun 2000 09:28:00 -0000	[thread overview]
Message-ID: <20000608162857.11577.qmail@web113.yahoomail.com> (raw)

--- "John E. Young" <j.e.young@larc.nasa.gov> wrote:
> >--- "John E. Young" <j.e.young@larc.nasa.gov> wrote:
> >> Folks,
> >> 
> >>     Is anyone succesfully using make under Windows 2000?
> >> I installed cygwin 1.1 yesterday on my windows machine.
> >> Most things see to work pretty well, but then I tried 
> >> building GNU Hello (I figured that I would try something
> >> simple before trying to port the real code I need to move)
> >> The configure script seems to have worked properly, but
> >> when I type 'make', I get the error:
> >> 
> >> Makefile:55: *** commands commence before first target.  Stop
> >> 
> >
> >It might help to know what's before, on and after line 55 of Makefile.  The
> >output of `cygcheck -v -s -r' pasted in a mail would be useful.
> >
> Earnie,
> 
>     Here are lines 50-60:
> 
> SRCS = hello.c version.c getopt.c getopt1.c alloca.c
> OBJS = hello.o version.o getopt.o getopt1.o 
> HDRS = getopt.h
> DISTFILES = $(SRCS) $(HDRS) COPYING ChangeLog NEWS Makefile.in \
> 	    README INSTALL hello.texi hello.?? hello.??s gpl.texinfo \
> 	    configure configure.in \
> 	    mkinstalldirs texinfo.tex hello.info testdata TAGS
> 
> all: hello
> ..PHONY: all
> 

Your problem is the infamous \r\n line endings with binary mode default
processing.

> And here is the output of 'cygcheck -v -s -r':
> 
-8<-
> 
> C:\bin  /usr/bin  user    binmode
> C:\lib  /usr/lib  user    binmode
> C:    /        user    binmode
> d:    /d       user    textmode
> e:    /e       user    textmode
> 

To work around your problem:

mount -f -t c:/ /
mount -f -t c:/bin /usr/bin
mount -f -t c:/lib /usr/lib

-8<-
>   569k 2000/05/15 C:\bin\cygwin1.dll - os=4.0 img=1.0 sys=4.0
>                   "cygwin1.dll" v0.0 ts=2000/5/14 23:48
-8<-

You need to update to version 1.1.2 or you'll still have problems.

Regards,

=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Yahoo! Photos -- now, 100 FREE prints!
http://photos.yahoo.com

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

             reply	other threads:[~2000-06-08  9:28 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2000-06-08  9:28 Earnie Boyd [this message]
  -- strict thread matches above, loose matches on Subject: below --
2000-06-08  7:53 Earnie Boyd
2000-06-08  8:58 ` John E. Young
2000-06-08  7:46 John E. Young

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20000608162857.11577.qmail@web113.yahoomail.com \
    --to=earnie_boyd@yahoo.com \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=j.e.young@larc.nasa.gov \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).