public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Make 3.77 problem, Drive letter colon
@ 2000-03-24  9:20 Earnie Boyd
  2000-03-24  9:53 ` Chris Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Earnie Boyd @ 2000-03-24  9:20 UTC (permalink / raw)
  To: Lyndon Homewood; +Cc: cygwin users

Maybe I misunderstood.  You were comparing two versions of make as if you'd
upgraded from one version of make to another.  I have the CD version of Cygwin
installed on my work machine which of course comes with make 3.77.

Do you have the MAKE_MODE=unix set?  The switch should override the environment
but maybe it doesn't.  Make sure MAKE_MODE is unset and try the switches again.

Earnie.

--- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> 
>  I installed the full version of the cygnus tools, do I need to do extra
> after that ?
> 
> 	Lyndon
> 
> Earnie Boyd wrote:
> > 
> > --- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> > >
> > >  Version 3.77 has problems that version 3.75 does not.
> > >
> > 
> > Were the necessary patches applied to 3.77 to allow for the differences of
> the
> > filesystem?  If not then only the UNIX mode will work.
> > 
> > =====
> > ---
> >    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!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> 
> -- 
> 
> Lyndon Homewood                    Software Engineer (Process Systems)
> 
> MathEngine PLC, Oxford Centre for Innovation, Mill St, Oxford, OX2 0JX
> Tel: +44 1865 799416  Fax: +44 1865 799401   http://www.mathengine.com
> 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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

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

* Re: Make 3.77 problem, Drive letter colon
  2000-03-24  9:20 Make 3.77 problem, Drive letter colon Earnie Boyd
@ 2000-03-24  9:53 ` Chris Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Faylor @ 2000-03-24  9:53 UTC (permalink / raw)
  To: cygwin users

On Fri, Mar 24, 2000 at 09:20:42AM -0800, Earnie Boyd wrote:
>Maybe I misunderstood.  You were comparing two versions of make as if you'd
>upgraded from one version of make to another.  I have the CD version of Cygwin
>installed on my work machine which of course comes with make 3.77.

There was a problem with make that we noticed after the CD was released.  I've
posted a patch here previously.  I don't have it at my fingertips, currently.

cgf

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

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

* Re: Make 3.77 problem, Drive letter colon
  2000-03-24 10:09 Earnie Boyd
@ 2000-03-24 11:47 ` Chris Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Faylor @ 2000-03-24 11:47 UTC (permalink / raw)
  To: cygwin users

FWIW, the Cygwin CD defaults to MAKE_MODE=unix.

cgf

On Fri, Mar 24, 2000 at 10:09:05AM -0800, Earnie Boyd wrote:
>I'm not sure I can help further, but send the output of `cygcheck -s -v -r' and
>`cygcheck make' pasted in a mail.
>
>--- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
>> 
>>  I have just checked and MAKE_MODE is _not_ set in my environment, so
>> isn't the problem unfortunately.

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

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

* Re: Make 3.77 problem, Drive letter colon
@ 2000-03-24 10:09 Earnie Boyd
  2000-03-24 11:47 ` Chris Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Earnie Boyd @ 2000-03-24 10:09 UTC (permalink / raw)
  To: Lyndon Homewood; +Cc: cygwin users

I'm not sure I can help further, but send the output of `cygcheck -s -v -r' and
`cygcheck make' pasted in a mail.

Earnie

--- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> 
>  I have just checked and MAKE_MODE is _not_ set in my environment, so
> isn't the problem unfortunately.
> 
> 	Lyndon
> 
> Earnie Boyd wrote:
> > 
> > Maybe I misunderstood.  You were comparing two versions of make as if you'd
> > upgraded from one version of make to another.  I have the CD version of
> Cygwin
> > installed on my work machine which of course comes with make 3.77.
> > 
> > Do you have the MAKE_MODE=unix set?  The switch should override the
> environment
> > but maybe it doesn't.  Make sure MAKE_MODE is unset and try the switches
> again.
> > 
> > Earnie.
> > 
> > --- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> > >
> > >  I installed the full version of the cygnus tools, do I need to do extra
> > > after that ?
> > >
> > >       Lyndon
> > >
> > > Earnie Boyd wrote:
> > > >
> > > > --- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> > > > >
> > > > >  Version 3.77 has problems that version 3.75 does not.
> > > > >
> > > >
> > > > Were the necessary patches applied to 3.77 to allow for the differences
> of
> > > the
> > > > filesystem?  If not then only the UNIX mode will work.
> > > >
> > > > =====
> > > > ---
> > > >    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!?
> > > > Talk to your friends online with Yahoo! Messenger.
> > > > http://im.yahoo.com
> > >
> > > --
> > >
> > > Lyndon Homewood                    Software Engineer (Process Systems)
> > >
> > > MathEngine PLC, Oxford Centre for Innovation, Mill St, Oxford, OX2 0JX
> > > Tel: +44 1865 799416  Fax: +44 1865 799401   http://www.mathengine.com
> > >
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Talk to your friends online with Yahoo! Messenger.
> > http://im.yahoo.com
> 
> -- 
> 
> Lyndon Homewood                    Software Engineer (Process Systems)
> 
> MathEngine PLC, Oxford Centre for Innovation, Mill St, Oxford, OX2 0JX
> Tel: +44 1865 799416  Fax: +44 1865 799401   http://www.mathengine.com
> 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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

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

* Re: Make 3.77 problem, Drive letter colon
@ 2000-03-24  8:45 Earnie Boyd
  0 siblings, 0 replies; 6+ messages in thread
From: Earnie Boyd @ 2000-03-24  8:45 UTC (permalink / raw)
  To: Lyndon Homewood, cygwin

--- Lyndon Homewood <lyndon.homewood@mathengine.com> wrote:
> 
>  Version 3.77 has problems that version 3.75 does not.
> 

Were the necessary patches applied to 3.77 to allow for the differences of the
filesystem?  If not then only the UNIX mode will work.



=====
---
   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!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

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

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

* Make 3.77 problem, Drive letter colon
@ 2000-03-24  8:39 Lyndon Homewood
  0 siblings, 0 replies; 6+ messages in thread
From: Lyndon Homewood @ 2000-03-24  8:39 UTC (permalink / raw)
  To: cygwin

 Version 3.77 has problems that version 3.75 does not.

Command executed:

make all  

The following makefile fails on version 3.77 but not on 3.75
----------------------------------------
all : E:\Projects\a.txt
	echo 'Done'

E:\Projects\a.txt :
	echo 'Hello' >E:\Projects\a.txt
----------------------------------------
Error reported:
makefile:4: *** target pattern contains no `%'.  Stop.
----------------------------------------
	

The following works on both versions
----------------------------------------
all : \\E\Projects\a.txt
	echo 'Done'

\\E\Projects\a.txt :
	echo 'Hello' >\\E\Projects\a.txt
----------------------------------------


I suspect a bug fix is needed to handle the windows drive letter colon.

NOTE: I also tried the following commands which still give the same
failure:

 make --unix all
 make --win32 all




	Lyndon

 
-- 

Lyndon Homewood                    Software Engineer (Process Systems)

MathEngine PLC, Oxford Centre for Innovation, Mill St, Oxford, OX2 0JX
Tel: +44 1865 799416  Fax: +44 1865 799401   http://www.mathengine.com

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

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

end of thread, other threads:[~2000-03-24 11:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-24  9:20 Make 3.77 problem, Drive letter colon Earnie Boyd
2000-03-24  9:53 ` Chris Faylor
  -- strict thread matches above, loose matches on Subject: below --
2000-03-24 10:09 Earnie Boyd
2000-03-24 11:47 ` Chris Faylor
2000-03-24  8:45 Earnie Boyd
2000-03-24  8:39 Lyndon Homewood

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