On Wed, 2007-07-25 at 12:23 +0200, Sunil Amitkumar Janki wrote: > I have ported Slackware 12.0 to little-endian MIPS on the Loongson > processor and have tried many times to build OpenOffice.org but > haven't succeeded yet. > > The error I get even after rebuilding binutils, glibc and gcc > multiple times is the following: > > > > touch ./unxlngmips.pro/misc/build/so_patched_so_stlport > > touch ./unxlngmips.pro/misc/build/so_configured_so_stlport > > mkdir ./unxlngmips.pro/misc/build/STLport-4.5/src > > mkdir: cannot create directory
I suggest for new ports that use gcc to give configure-ing with --without-stlport4 a go. That way you avoid the need to build stlport and use the system gcc stl instead. That may get you further into the build, though of course a per-arch uno bridge will be required in bridges/source/cpp_uno that'll be the real hard bit. C. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
