>>>>> "Lars" == Lars Gullik Bjønnes <[EMAIL PROTECTED]> writes:
Lars> Does that also turn on __USE_STD_IOSTREAM? Yes, it does. Lars> If not we should turn that on for this compiler, btw. how to Lars> test and do this? I think it is unnecessary. Basically, the command line I use to compile is cxx -ptr /local/lasgoutt/lyx_cxx_repository2 -std strict_ansi -nortti -nocleanup The last two are to have smaller code. The first one is the template repository. Here is what INSTALL says: o It is possible to compile lyx with Tru64 Unix cxx compiler version 6.2, provided one uses CXX='cxx -std strict_ansi' CXXFLAGS='-ptr /tmp/lyx_cxx_repository -g' CC=cc JMarc