FTBFS. Build log and build script attached.
Darrell
Try adding this to your configure string:
DO_NOT_COMPILE='dcopperl kalyptus qtsharp xparts python'
Treat it as a configure flag; e.g. if your configure command was:
./configure --prefix=/opt/trinity
the new command would be:
./configure --prefix=/opt/trinity DO_NOT_COMPILE='dcopperl kalyptus
qtsharp xparts python'
From what I can tell gcc might be trying to compile something it
shouldn't. The above line was required under Debian, but does not remove
any functionality from the resulting build as far as I can tell.
Tim