Hi Oliver, Just want to add my 2 cents.
> 2) something in the > /usr/local/lib/gcc-4.3.4/include/c++/bits/locale_facets.h header seems to be > broken. just take the toupper() function definition. It takes two arguments > and it conflicts somehow with the libc declaration of toupper() where > toupper(3) reveals that it only takes one argument. This is has nothing in common with libc and toupper(3). This is a method of class "_ctype_abstract_base" used to implement C++ locale facet. Alexander Churanov _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "[email protected]"
