Re: Should gcc use the -pipe option by default?

2000-07-04 Thread Marty Leisner
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

Re: SunOS 4 support?

2006-05-26 Thread Marty Leisner
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

problems with example in section 3.4 of manual

2003-11-24 Thread Marty Leisner
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

is AC_DEFAULT_INCLUDES alive?

2003-11-24 Thread Marty Leisner
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

playing with recursive libtool static archives

2003-12-02 Thread Marty Leisner
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

Re: solaris and -lintl problems

2004-02-05 Thread Marty Leisner
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