This is the mail archive of the crossgcc@sourceware.org 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: PATH_MAX and testhello.sh


On 12/13/05, Mike Frysinger <vapier@gentoo.org> wrote:
> common bug ... your gcc limits.h should be doing an
> '#include_next <limits.h>' at the end of it ...
>
> compare the cross-compiler gcc limits.h with the limits.h from a native
> compiler ... iirc, this bug hits when gcc is unable to find the proper
> sysroot/headers from the libc

Right.  This is the whole reason I check that symbol in testhello,
and the whole reason for my hacky patch
http://kegel.com/crosstool/current/patches/gcc-4.1-20050716/gcc-4.1-fix-fixincl.patch
See also http://gcc.gnu.org/PR22541

--
Wine for Windows ISVs: http://kegel.com/wine/isv

------
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]