Source-Changes archive

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

re: CVS commit: src/gnu/lib/libstdc++-v3_4/arch/sparc64



On Aug 25,  1:39pm, mrg%eterna.com.au@localhost (matthew green) wrote:
-- Subject: re: CVS commit: src/gnu/lib/libstdc++-v3_4/arch/sparc64

|    config.h
|    < my i386
|    > sparc64
|    181c181
|    < #define HAVE_LIBINTL_H 1
|    ---
|    > /* #undef HAVE_LIBINTL_H */
|    704c704
|    < #define _GLIBCXX_USE_NLS 1
|    ---
|    > /* #undef _GLIBCXX_USE_NLS */
| 
| might be based on the USE_NLS that we never have set...  all this
| really means is that gettext(3) isn't called for error messages.
| i do not know when i will find time to deal with this, so it would
| probably be best if someone else looked at it if we care.  looking
| at where USE_NLS is set in gnu/dist/gcc4/libstdc++-v3/acinclude.m4
| should be enlightening.

Ok, let's keep it off then for now.

|    466c466
|    < #define HAVE__FMODF 1
|    ---
|    > /* #undef HAVE__FMODF */
| 
| what's wrong here?  we have none of these functions.  (or did
| you miss the extra underscores?)

Yes, I missed the extra undescores.

Thanks!

christos



Home | Main Index | Thread Index | Old Index