Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com
X-Originating-IP: [193.153.162.27]
Reply-To: "Juan Antonio Rivera Vila" <tunnelprod@hotmail.com>
From: "Juan Antonio Rivera Vila" <tunnelprod@hotmail.com>
To: <cygwin@cygwin.com>
Cc: <cygwin@cygwin.com>
References: <Pine.GSO.4.44.0209052228170.13825-100000@slinky.cs.nyu.edu>
Subject: Re: Problem with 'make'
Date: Sat, 7 Sep 2002 14:13:42 +0200
Organization: Tunnel productions
MIME-Version: 1.0
Content-Type: text/plain;
	charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <OE25dfDe03WTxKrbNRW00014db0@hotmail.com>
X-OriginalArrivalTime: 07 Sep 2002 12:24:20.0419 (UTC) FILETIME=[7DEF6130:01C25669]

Hi Igor,

Well, I tried touch command and genseq.o got truncated, this didn't fix the
problem but I found out that something was not correctly installed using
Cygwin Setup, after uninstalling and reinstalling Devel Tools everything
works ok.

Thanks a lot to all!!

Juan
----- Original Message -----
From: "Igor Pechtchanski" <pechtcha@cs.nyu.edu>
To: "Juan Antonio Rivera Vila" <tunnelprod@hotmail.com>
Cc: <cygwin@cygwin.com>
Sent: Friday, September 06, 2002 4:33 AM
Subject: Re: Problem with 'make'


> Your Makefile looks fine (except for the a.out in the clean rule).  The
> message probably means exactly what it says, that all the targets that
> 'all' depends on (in your case, genseq, testfor, testvit, and esthmm) are
> up to date, and so are all the object files.  Just as a test, try 'touch
> genseq.o' and re-run 'make'.  This should re-link genseq.  If nothing
> happens, you have a problem.
> Igor
>
> On Fri, 6 Sep 2002, Juan Antonio Rivera Vila wrote:
>
> > Hi,
> >
> > Well there is no 'all' file or directory. I have no idea about the
> > dependences of the '.PHONY' target -Sorry, I'm a newbie-. But, I have
> > attached the Makefile I use to compile, I hope this will clarify the
> > problem.
> >
> > Thanks a lot in advance!
> >
> > Juan
> >
> > ----- Original Message -----
> > From: "Igor Pechtchanski" <pechtcha@cs.nyu.edu>
> > To: "Juan Antonio Rivera Vila" <tunnelprod@hotmail.com>
> > Cc: <cygwin@cygwin.com>
> > Sent: Friday, September 06, 2002 3:44 AM
> > Subject: Re: Problem with 'make'
> >
> > > On Fri, 6 Sep 2002, Juan Antonio Rivera Vila wrote:
> > >
> > > > Hi to all,
> > > > Everytime I try to run make utility using
> > > >
> > > > $ make -f Makefile
> > > >
> > > > I get a message like this
> > > >
> > > > make: 'all' is up to date.
> > > >
> > > > Do you what does it mean?
> > > >
> > > > Thanks!
> > > > Juan
> > >
> > > Do you, by any chance, have a file or a directory called 'all'?  Does
your
> > > Makefile have 'all' as one of the dependences of the '.PHONY' target?
It
> > > might also help if you actually posted your Makefile.
> > > Igor
>
> --
> http://cs.nyu.edu/~pechtcha/
>       |\      _,,,---,,_ pechtcha@cs.nyu.edu
> ZZZzz /,`.-'`'    -.  ;-;;,_ igor@watson.ibm.com
>      |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski
>     '---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!
>
> It took the computational power of three Commodore 64s to fly to the moon.
> It takes a 486 to run Windows 95.  Something is wrong here. -- SC sig file
>

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

