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.
Okay. The package finally built. The package size is about 8 MB, which is about 6 MB
smaller than the stock 3.5.10 package. I have not yet compared the package contents.
Possibly unrelated whatsoever, but when I was tinkering with Lenny earlier this year I
never got rpc.rwalld to work with the KDE write daemon to provide KDE popups from rwalld
messages. I wonder whether no functionality is lost.