This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: C compiler cannot create executables?


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]