This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


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

Re: Linux->sparc-sun-solaris cross compiler


> On searching on the sun box, I cannot find a printf.h file. I have searched
> through the help archives but cannott find any help in relation to this
> specific problem.

Please have a look at the place where printf.h is included - it is
used if _G_HAVE_PRINTF_FP is defined. This, in turn, is defined in
_G_config.h. It may be that your cross-compiler is picking up the
wrong _G_config.h, or that the _G_config you've generated is
incorrect.

Regards,
Martin


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