[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Getting configure/make/gcc working on new 1.1 system.



autoconf decides you're cross compiling if it can't compile and run
main(){return(0);} using AC_TRY_RUN. Certainly, if you can't compile
that, it's a good hint that something's wrong, like perhaps you tried
to use /usr/ucb/cc on Solaris :-) Under debian, messed up libraries or
includes could probably do this easily enough -- but config.log should
have had the error information after the run that decided it was cross
compiling.
					_Mark_ <eichin@cygnus.com>
					Cygnus Support, Eastern USA


Reply to: