
Hi all, I have been trying to build the filesystem library for one of our alpha servers running tru64 unix. I have managed to compile bjam using the tru64cxx toolset. Then, I went into the filesystem build directory and ran the following, but it has been hanging for over 30 minutes now on the last command you see below. Can anyone help? It could just be our machines, but I am at a loss. Does anyone have any ideas? Any help would be appreciated! Thanks Allyson $ cxx -V Compaq C++ V6.5-014 for Compaq Tru64 UNIX V5.1A (Rev. 1885) Compiler Driver V6.5-014 (cxx) cxx Driver rum:/.../boost_1_30_0/libs/filesystem/build $ bjam "-sTOOLS=tru64cxx65" ...found 432 targets... ...using 1 temp target... ...updating 9 targets... tru64cxx65-C++-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/exception.o tru64cxx65-C++-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/operations_posix_windows.o cxx: Warning: ../src/operations_posix_windows.cpp, line 236: #767-D conversion from pointer to smaller integer assert( m_imp.get() ); // fails if dereference end iterator ------^ cxx: Warning: ../src/operations_posix_windows.cpp, line 242: #767-D conversion from pointer to smaller integer assert( m_imp.get() ); // fails on increment end iterator ------^ tru64cxx65-C++-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/path_posix_windows.o tru64cxx65-C++-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/convenience.o tru64cxx65-Archive-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/libboost_filesystem.a ar: Warning: creating ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/libboost_filesystem.a Ranlib ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/debug/libboost_filesystem.a ...using <libs!filesystem!build/libboost_filesystem.a/tru64cxx65/release>exception.o... tru64cxx65-C++-action ../../../libs/filesystem/build/bin/libboost_filesystem.a/tru64cxx65/release/operations_posix_windows.o So, it seems to hang at the last command above. Thanks again! Allyson