Rick is correct; you really need to contact the developers of the Arachne software to get an equitable answer.
In the mean time perhaps you can try debugging the makefile a bit? >From what you've sent it is failing in the "depend" target (line 450). It looks like depend's pre-requisites (MakeDepend and checkLock) got made (double check that the $(BIN)/MakeDepend and checkLock executables got built) So I'm guessing it failed while actually running the MakeDepend part of the recipe. Perhaps by changing line 452 in the makefile to remove the '@' might help you see what MakeDepend is doing and perhaps find the problem. Hope this helps, -raleigh P.s. make sure whatever you use to edit the Makefile preserves the tab and space characters as-is. > -----Original Message----- > From: [email protected] [mailto:help-make- > [email protected]] On Behalf Of Rick Flower > Sent: Thursday, January 15, 2009 8:10 PM > To: Giacomo Iaiza > Cc: [email protected] > Subject: Re: make failed > > I would suggest talking to the people who maintain the code you're trying > to compile as nobody here likely knows anything about it.. Those > maintainers should be able to help you out much better.. > Just my $0.02 worth.. > > On Thu, January 15, 2009 11:20 am, Giacomo Iaiza wrote: > > > > dear GNU team, I'm a biology student and I have to compile the C++ > Arachne > > source code (a software for genome assembly) whit gcc 4.3.0 as suggest > by > > the developers.when run make I receive this message: > > > > make: *** [depend] KilledMakefile:207: *** MakeDepend failed. Stop. > > > > PS > > I send you a copy of the makefile and makedepend. > > > > please let me know thanks > > > > Giacomo > > _________________________________________________________________ > > Party... con Eventi! > > > http://events.live.com/?showunauth=1______________________________________ > _________ > > Help-make mailing list > > [email protected] > > http://lists.gnu.org/mailman/listinfo/help-make > > > > > > > _______________________________________________ > Help-make mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/help-make _______________________________________________ Help-make mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-make
