C compiler cannot create executables?
Dan Kegel
dank@kegel.com
Tue May 14 22:15:00 GMT 2002
Tao Zhang wrote:
>
> > Upgrade to autoconf2.52. That will get rid of errors checking for
> > size of short and the like.
>
> I was upgraded to autoconf2.52. But this error still exist.
Did you regenerate the application's configure script?
You have to run
autoconf
to generate a new configure from configure.in.
What application are you trying to build, anyway?
BTW, another option is to override a whole bunch of autoconf
tests via environment variables, as you did for glib.
autoconf2.52 generates configure scripts that require fewer
overrides.
- Dan
------
Want more information? See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com
More information about the crossgcc
mailing list