This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: newbie help
- From: Tom Tromey <tromey at redhat dot com>
- To: korgull at home dot nl
- Cc: automake at gnu dot org
- Date: 24 Apr 2002 18:17:45 -0600
- Subject: Re: newbie help
- References: <200204212133.36515.korgull@home.nl>
- Reply-to: tromey at redhat dot com
>>>>> "Marcel" == Marcel Janssen <korgull@home.nl> writes:
Marcel> The original package had Makefiles created with automake
Marcel> 1.4. I'm trying to create makefiles based on the same
Marcel> Makefile.am that came with the package and I assumed it should
Marcel> be possible to create new makefiles from those. My problem :
Marcel> Automake creates the Makefile, but there are no binaries build
Marcel> from my Makefile.
Unfortunately this isn't really enough information to say what is
going wrong. Does configure succeed? Does make succeed? If either
fails, what error message is printed?
Tom