public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin make and Windows 2000?
@ 2000-06-08  7:46 John E. Young
  0 siblings, 0 replies; 4+ messages in thread
From: John E. Young @ 2000-06-08  7:46 UTC (permalink / raw)
  To: cygwin

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

I might add that the same Makefile works just fine under
NT 4.0 and Solaris 2.6....

Anyone seen this?

                                           JY
-----------------------------------------------------------
John E. Young                                   864-8659
CSC/SCOMAC                                 B1268C/R1326E


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin make and Windows 2000?
@ 2000-06-08  9:28 Earnie Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 2000-06-08  9:28 UTC (permalink / raw)
  To: j.e.young; +Cc: cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin make and Windows 2000?
  2000-06-08  7:53 Earnie Boyd
@ 2000-06-08  8:58 ` John E. Young
  0 siblings, 0 replies; 4+ messages in thread
From: John E. Young @ 2000-06-08  8:58 UTC (permalink / raw)
  To: earnie_boyd; +Cc: cygwin

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

And here is the output of 'cygcheck -v -s -r':

Cygnus Win95/NT Configuration Diagnostics
Current System Time: Thu Jun  8 11:58:01 2000

WinNT Ver 5.0 build 2195 

Path:	/usr/bin
	/usr/local/bin
	/WINNT/system32
	/WINNT
	/WINNT/system32/WBEM
	/Perl/bin/
	/PROGRA~1/CRNADM~1
	/usr/bin
	/emacs-20.6/bin

SysDir: C:\WINNT\System32
WinDir: C:\WINNT

HOME = `/Users/young'
MAKE_MODE = `unix'
PWD = `/e/hello-1.3'

!:: = `::\'
!C: = `C:\Users\young'
ALLUSERSPROFILE = `C:\WINNT\Profiles\All Users'
APPDATA = `C:\WINNT\Profiles\young\Application Data'
BLASTER = `A220 I5 D3 T4'
CLASSPATH = `C:\Program Files\Exceed.nt\hcljrcsv.jar;C:\Program Files\Exceed.nt\;'
COMMONPROGRAMFILES = `C:\Program Files\Common Files'
COMPUTERNAME = `HEBRIDEAN'
COMSPEC = `C:\WINNT\system32\cmd.exe'
HOMEDRIVE = `c:'
HOMEPATH = `\Users\young'
HOSTNAME = `HEBRIDEAN'
HOSTTYPE = `i586'
LOGONSERVER = `\\HEBRIDEAN'
MACHTYPE = `i586-pc-cygwin'
MAILHOST = `pop.larc.nasa.gov'
NUMBER_OF_PROCESSORS = `1'
OLDPWD = `/Users/young'
OS2LIBPATH = `C:\WINNT\system32\os2\dll;'
OS = `Windows_NT'
OSTYPE = `cygwin'
PATHEXT = `.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH'
PROCESSOR_ARCHITECTURE = `x86'
PROCESSOR_IDENTIFIER = `x86 Family 6 Model 5 Stepping 2, GenuineIntel'
PROCESSOR_LEVEL = `6'
PROCESSOR_REVISION = `0502'
PROGRAMFILES = `C:\Program Files'
PROMPT = `$P$G'
PS1 = `{HEBRIDEAN}young% '
SHELL = `/bin/sh\r'
SHLVL = `1'
SMTP = `smtp.larc.nasa.gov'
SYSTEMDRIVE = `C:'
SYSTEMROOT = `C:\WINNT'
TEMP = `C:\WINNT\Profiles\young\LOCALS~1\Temp'
TERM = `cygwin'
TMP = `C:\WINNT\Profiles\young\LOCALS~1\Temp'
USERDOMAIN = `HEBRIDEAN'
USERNAME = `young'
USERPROFILE = `C:\WINNT\Profiles\young'
WINDIR = `C:\WINNT'
_ = `/usr/bin/cygcheck'
TZ = `EST5EDT4,M4.1.0/2,M10.5.0/2'

HKEY_CURRENT_USER\Software\Cygnus Solutions
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2
  (default) = `/cygdrive'
  cygdrive flags = 0x00000020
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/
  (default) = `C:\'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/d
  (default) = `d:'
  flags = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/e
  (default) = `e:'
  flags = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/bin
  (default) = `C:\bin'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\mounts v2\/usr/lib
  (default) = `C:\lib'
  flags = 0x00000002
HKEY_CURRENT_USER\Software\Cygnus Solutions\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
  (default) = `C:'
  unix = `/'
  fbinary = 0x00000000
  fsilent = 0x00000000
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_CURRENT_USER\Software\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_CURRENT_USER\Software\Microsoft\Ftp\Accounts\sourceware.cygnus.com
  (default) = `anonymous'
  Login Attributes = 0x00000002
HKEY_CURRENT_USER\Software\Microsoft\Ftp\Accounts\sourceware.cygnus.com\anonymous
  (default) = `'
HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\MenuOrder\Start Menu\Programs\Cygnus Solutions
  (default) = (unsupported type)
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\Installed Components\C:/
  (default) = `20000517'
  bash = `0002.0004.0001'
  binutils = `19990818.0001'
  bison = `0000'
  byacc = `0000'
  bzip = `0000'
  clear = `0001.0000'
  cygwin = `0001.0001.0001'
  dejagnu = `0000'
  diff = `0000'
  expect = `0000'
  fileutils = `0000'
  findutils = `0000'
  flex = `0000'
  gawk = `0000'
  gcc = `0002.0095.0002.0001'
  gdb = `20000415'
  gperf = `0000'
  grep = `0000'
  groff = `0001.011a.0001'
  gzip = `0000'
  inetutils = `0001.0003.0002.0002'
  less = `0000'
  libpng = `0001.0000.0006.0001'
  login = `0001.0002'
  m = `0000'
  make = `0000'
  man = `0001.005g.0002'
  patch = `0000'
  sed = `0003.0002.0001'
  shellutils = `0000'
  tar = `0000'
  tcltk = `0000'
  termcap = `0002'
  texinfo = `0000'
  textutils = `0000'
  time = `0000'
  zlib = `0001.0001.0003.0001'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin B20\B20.1
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\00
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\01
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\02
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\03
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\04
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\05
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\06
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\07
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\08
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\09
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0E
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\0F
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\10
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\11
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\12
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\13
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\14
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\15
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\16
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\17
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\18
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\19
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1A
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1B
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1C
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\CYGWIN.DLL setup\b15.0\mounts\1D
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32
HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\GNUPro\i586-cygwin32\i586-cygwin32\cygwin-B20.1
  (default) = `c:\cygnus\cygwin-b20'
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Management\ARPCache\Cygnus Cygwin B20
  (default) = (unsupported type)
  Changed = 0x00000000
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Cygnus Cygwin B20
  (default) = `C:\WINNT\IsUninst.exe -fc:\cygnus\cygwin-b20\Uninst.isu'
  DisplayName = `Cygwin B20'

a:  fd           N/A    N/A                    
c:  hd  NTFS    2047Mb  79% CP CS UN PA FC     
d:  hd  NTFS    2635Mb  17% CP CS UN PA FC     Local Disk
e:  hd  NTFS    4957Mb   4% CP CS UN PA FC     
g:  cd  CDFS     200Mb 100%    CS              W2SYM_EN

C:\bin  /usr/bin  user    binmode
C:\lib  /usr/lib  user    binmode
C:    /        user    binmode
d:    /d       user    textmode
e:    /e       user    textmode

Found: C:\bin\bash.exe
Found: C:\bin\cat.exe
Found: C:\bin\cpp.exe
Found: C:\bin\find.exe
Found: C:\bin\gcc.exe
Found: C:\bin\gdb.exe
Found: C:\bin\ld.exe
Found: C:\bin\ls.exe
Found: C:\bin\make.exe
Found: C:\bin\sh.exe

  115k 1999/09/14 C:\bin\cygitcl30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitcl30.dll" v0.0 ts=1999/9/13 22:46
   63k 1999/09/14 C:\bin\cygitk30.dll - os=4.0 img=1.0 sys=4.0
                  "cygitk30.dll" v0.0 ts=1999/9/13 22:47
  474k 1999/09/14 C:\bin\cygtcl80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtcl80.dll" v0.0 ts=1999/9/13 22:31
   19k 1999/09/14 C:\bin\cygtclpip80.dll - os=4.0 img=1.0 sys=4.0
   24k 1999/09/14 C:\bin\cygtclreg80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtclreg80.dll" v0.0 ts=1999/9/13 22:31
  768k 1999/09/14 C:\bin\cygtk80.dll - os=4.0 img=1.0 sys=4.0
                  "cygtk80.dll" v0.0 ts=1999/9/13 22:36
  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
Use -h to see help about each section

Sorry for the long message...  :-(

Anyone see the problem?

                                           JY
-----------------------------------------------------------
John E. Young                                   864-8659
CSC/SCOMAC                                 B1268C/R1326E


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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: cygwin make and Windows 2000?
@ 2000-06-08  7:53 Earnie Boyd
  2000-06-08  8:58 ` John E. Young
  0 siblings, 1 reply; 4+ messages in thread
From: Earnie Boyd @ 2000-06-08  7:53 UTC (permalink / raw)
  To: j.e.young, cygwin

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-06-08  9:28 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-06-08  7:46 cygwin make and Windows 2000? John E. Young
2000-06-08  7:53 Earnie Boyd
2000-06-08  8:58 ` John E. Young
2000-06-08  9:28 Earnie Boyd

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).