Stay away from -pipe.
Older gcc's had the behavior of if you did:
gcc -pipe -save-temps
the -pipe would override -save-temps
(this changed I believe in newer versions).
This seems to be developer/installation specific, rather than
an autoconf issue...
Marty
The least friction is just to recompile GNU tools on the platform,
and use them.
I found that approach to be useful for more than a decade...(I started
using gdb on a sun386i when I hit dbx bugs).
marty
___
Autoconf mailing list
Autoconf@gnu.org
htt
I'm learning autotools...
With autoconf 2.58, in section 3.4 of the manual there's an example:
:1 [EMAIL PROTECTED] 01:40:26; cat configure.ac
AC_DEFINE(This, is [an
[example]])
:1 [EMAIL PROTECTED] 01:40:27; autoconf -t 'AC_DEFINE:@: $@
*: $*
$: $%'
It seems to put autom4te in an infi
It seems to exist only in the texi file in autoconf-2.5[89].
Its not to be found in autoconf-2.57.
marty [EMAIL PROTECTED]
Don't confuse education with schooling.
Milton Friedman to Yogi Berra
How do I configure/construct Makefile.am to either:
1) tell libtool to use the --preserve-dup-deps flag
or:
2) be able to switch in the linker flag --whole-archive/no-whole-archive
in the right places.
Everything I tried doesn't seem to work -- beyond hand hacking makefiles
or hand
You may be interested in these notes I sent to bug-binutils 2 months ago:
I'm not thrilled about what happened on solaris...
marty
-Original Message-
From: Leisner, Martin
Sent: Monday, December 08, 2003 5:02 PM
To: '[EMAIL PROTECTED]'
Cc: '[EMAIL PROTECTED]'; '[EMAIL PROTECTED]'
Subjec