Re: Getting a list of available C compilers

2009-10-31 Thread Ralf Wildenhues
Hi Harlan, * Harlan Stenn wrote on Tue, Oct 27, 2009 at 12:39:24AM CET: > Does anybody have (a pointer to) a small utility that will return a list > of available C compilers on a system? I guess you can peek at AC_PROG_CC for a list, that is of course far from complete. > Extra points if it can

Re: Getting a list of available C compilers

2009-10-31 Thread Patrick M. Rutkowski
Yea, though I'm unaware of how that could be done, I'd be very curious to hear about why one would want it done to begin with. -Patrick On Sat, Oct 31, 2009 at 4:29 AM, Ralf Wildenhues wrote: > Hi Harlan, > > * Harlan Stenn wrote on Tue, Oct 27, 2009 at 12:39:24AM CET: >> Does anybody have (a po

Re: Getting a list of available C compilers

2009-10-31 Thread Harlan Stenn
Hi Ralf, > > * Harlan Stenn wrote on Tue, Oct 27, 2009 at 12:39:24AM CET: > > Does anybody have (a pointer to) a small utility that will return a list > > of available C compilers on a system? > > I guess you can peek at AC_PROG_CC for a list, that is of course far > from complete. > > > Extra p

Re: Getting a list of available C compilers

2009-10-31 Thread Ralf Wildenhues
* Harlan Stenn wrote on Sun, Nov 01, 2009 at 01:09:36AM CET: > If I have a script that will generate the list of unique (more or less, > I expect this will be a bit of a moving target) C compilers, I can: > > for i in `cc-list` > do > build CC=$i > done > > and our "build" script will pro

Re: Getting a list of available C compilers

2009-10-31 Thread Harlan Stenn
Thanks a bunch, Ralf. If I get something working I'll post about it. H ___ Autoconf mailing list Autoconf@gnu.org http://lists.gnu.org/mailman/listinfo/autoconf