notes on compiling for gcc-2.96-RH (and small bug?)
Garnet Kin-Lic Chan
garnet at bastille.cchem.berkeley.edu
Wed Jul 17 07:00:16 UTC 2002
I've found that I need to make a few changes to compile
for this version of gcc, one of
which is due to a small bug I believe.
choose arch LINUXgcc
in /lib/$ARCH/PoomaConfiguration.h,
#define POOMA_MISSING_IO_MANIPS POOMA_YES
#define POOMA_NO_STD_IOSBASE POOMA_YES
in src/$ARCH/IO/DiskLayout.cmp.cpp, change #include <ios> to #include
<iostream>
in src/$ARCH/IO/DiskLayout.h there is no #include <string> (I believe this
is an error). Add this to the header.
in src/Tiny/Vector.h, change #include <ios> to #include
<iostream>.
Garnet
More information about the pooma-dev
mailing list