This is the mail archive of the
automake@gnu.org
mailing list for the automake project.
Re: Strange Behavior with compiling
- To: Pete Willemsen <willemsn@cs.uiowa.edu>
- Subject: Re: Strange Behavior with compiling
- From: Pavel Roskin <pavel_roskin@geocities.com>
- Date: Tue, 22 Jun 1999 16:53:09 +0400 (EEST)
- cc: automake@gnu.org
On Tue, 22 Jun 1999, Pete Willemsen wrote:
> As a side note: I imagine that if I were to re-run automake on my Linux
> system, I would not see these results as the local copy of automake
> (1.4, I think) would not have been modified to support the IRIX 6.5
> system.
I'm almost sure that everything will work.
> Still, I would like to compile with EGCS on the SGI occaisonally. Any
> ideas?
Current Automake supports dependency generation only if you are using GNU
C/C++ (gcc or egcs) and GNU Make. Work in underway to enable dependency
generation in more cases. To get the current state of the project, you
should use
cvs -d :pserver:anoncvs@anoncvs.cygnus.com:/cvs/automake co -r \
user-dep-gen-branch
It works fine for C projects. I tested it with gcc/egcs and both GNU make
and BSD pmake. I'm not sure about SGI. I'm not sure about C++ either.
But if you brave enough, get it and try.
Pavel Roskin