Thomas Anders <[EMAIL PROTECTED]> writes: | Angus Leeming wrote: >>>1) Tru64 Unix 4.0D on Alpha w/ gcc 2.95.3: | [...] >>>DepTable.C:76: implicit declaration of function `int time(...)' >> #include <ctime> > | This fixed it and now only the final linking of the lyx executable | fails with a lot of unresolved symbols. After explicitly linking | with libstdc++ the following remain:
You have not tried to use the gnu linker? >> I run Tru64 Unix 4.0E and can compile with cxx. I have had to fix a >> couple of bugs in the STL routines, however, and have to use an >> earlier version of src/support/lyxsum.C. > | Compiling with Compaq cc 6.3-132 and cxx 6.2-024 on Tru64 4.0D | fails on src/mathed/textpainter.C: > | /usr/bin/cxx -DHAVE_CONFIG_H -I. -I. -I../../src -I./../ -I../.. -I../../boost - | I../../src/cheaders -I/net/usr/include -I/net/usr/include -I/net/usr/include -c | -MD textpainter.C | cxx: Error: /usr/include/cxx/iosfwd, line 62: #error directive: "cannot | include iosfwd -- define __USE_STD_IOSTREAM to override | default - Have you tried this? | see section 7.1.2 of the C++ Using Guide" What does this say? -- Lgb