On Wed, Jul 29, 2009 at 4:16 PM, bornlibra23<[email protected]> wrote: > > Hello People > I am trying to port various GNU products to Stratus OpenVOS platform > including the GCC compiler collection. However I am stuck currently for the > lack of wide & multibyte character support. Can somebody guide me to an > implementation of the same that I can port first.
According to http://www.stratus.com/products/openvos/index.htm the OpenVOS system is POSIX compliant, so it must already have multibyte character support, I think. However, I guess it may not support all the locales you would like. > The glibc is also proving > a monster to port for various reasons. But there must already be a system C library, surely, if the system is POSIX compliant. > I have tried to build the wide > character support of glibc separately but it didnt workout. Can somebody > isolate the code & guide me in implementing it on VOS? This is proving to be > a major blocker. Please help > Thanks > bornlibra23 > > checking for BEOS mounted file system support functions... no > checking whether it is possible to resort to fread on /etc/mnttab... no > configure: error: could not determine how to read list of mounted file > systems > bash-2.05$ I can't help notice that this failure message seems to have nothing whatsoever to the problem you wrote about above. Perhaps I am confused. > -- > View this message in context: > http://www.nabble.com/Porting-GNU-Projects---Coreutils-tp24721478p24721478.html > Sent from the Gnu - Coreutils - Discuss mailing list archive at Nabble.com. > > > > _______________________________________________ > Bug-coreutils mailing list > [email protected] > http://lists.gnu.org/mailman/listinfo/bug-coreutils > _______________________________________________ Bug-coreutils mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-coreutils
