___
HI FROM MADRID
___
---STAMPSPAIN---
THE BIGGEST SPANISH STAMPS AVAILABLE IN INTERNET
WE ARE A TRUST COMPANY
_
www.Stampspain.com
www.Worldspain.com
Important Information about your Credit Card
> "Patrick" == Patrick Welche <[EMAIL PROTECTED]> writes:
Patrick> which makes perfect sense as it is in ./lib/Automake. It will
Patrick> be in /usr/local/share/automake once I install it, but I
Patrick> would rather make and make check it first...
This is surprising, it shouldn't be trigger
I have automake 1.4s installed, and just tried to make a freshly checked out
cvs copy. After running configure, make gives:
Making all in .
cd . && /usr/src/local/automake/aclocal --acdir=m4
Can't locate Automake/General.pm in @INC (@INC contains:
/usr/local/share/automake /usr/local/lib/perl5/5
> "Ralf" == Ralf Corsepius <[EMAIL PROTECTED]> writes:
Ralf> If using AM_CONFIG_HEADERS located in subdirectories, make
Ralf> distcheck breaks because of not correctly handling stamp*-files.
Ralf> .. make[1]: Leaving directory `stamp-test-0.0/=build' ERROR:
Ralf> files left after distclean:
> "Matthew" == Matthew Gregg Knepley <[EMAIL PROTECTED]> writes:
Matthew> (Could not find bug list)
src/ace/tests % automake --help| sed -n '$p' nostromo 16:52
Report bugs to <[EMAIL PROTECTED]>.
Matthew> The native SGI compiler (cc and cc -64) use -MDupdate instead
Mat
(Could not find bug list)
The native SGI compiler (cc and cc -64) use -MDupdate instead of
-MD for dependency tracking. This messes up the default compile rules. There
should be a check in the configure for automake that catches this.
Thanks,
Matt Knepley
%% Mohammad Saleem <[EMAIL PROTECTED]> writes:
ms> I am using gnu make 3.79.1.
ms> I have a question regarding make. My question is that I want to define a
ms> symbol on command line. How to do with make?
ms> For example if I want to define MYOBJECT symbol, how to write?
ms> I even trie
Hi,
I am using gnu make 3.79.1.
I have a question regarding make.
My question is that I want to define a symbol on command line. How to do
with make?
For example if I want to define MYOBJECT symbol, how to write?
I even tried with
prompt> make -D MYOBJECT test.c
didn't work.
regards
/Mohamma