Re: libgfortran / linker script configuration question

2013-06-04 Thread Tobias Burnus
Hi Steve, Steve Ellcey wrote: I have a question about the libgfortran configure script. I am trying to build the fortran language for the mips-mti-elf target (which is built with newlib) and as part of the configure script for libgfortran it is trying to check for localtime_r and other function

libgfortran / linker script configuration question

2013-06-03 Thread Steve Ellcey
I have a question about the libgfortran configure script. I am trying to build the fortran language for the mips-mti-elf target (which is built with newlib) and as part of the configure script for libgfortran it is trying to check for localtime_r and other functions. These functions exist on my

Re: Configuration question

2006-11-15 Thread Steve Ellcey
> > Shouldn't the > > libstdc++ configure script use the new GCC when checking things with > > AC_TRY_COMPILE. > > Yes. > > -benjamin It looks like this has something to do with using autoconf 2.59 at the top-level of GCC. I am experimenting with updating the top-level GCC to 2.59 now that a

Re: Configuration question

2006-11-13 Thread Benjamin Kosnik
> Shouldn't the > libstdc++ configure script use the new GCC when checking things with > AC_TRY_COMPILE. Yes. -benjamin

Configuration question

2006-11-10 Thread Steve Ellcey
I have run into a libstdc++ configuration issue and was wondering if it is a known issue or not. My build failed because the compiler I am using to build GCC and libstdc++ does not have wchar support and does not define mbstate_t. The compiler (and library) that I am creating however, do support w