Subject: consistency of g++ builds?
To: None <port-alpha@NetBSD.ORG>
From: Matthew Jacob <mjacob@ns.feral.com>
List: port-alpha
Date: 11/10/1997 10:15:07
I have a (NASA built small) application that is built with g++.
Under NetBSD-1.3_ALPHA/i386 it builds w/o a peep.

Under NetBSD-1.3_ALPHA/alpha (latest toolchain) it gets a warning
on the compile and also won't link unless I add -ltermcap as
the final step. Oh, I had to fix an alpha machine include file
too- it was propagating inline splraise back to userland just
because someone include <sys/param.h>.

Normally I'd just drive on, but this seems to be an odd difference
for platforms which should be pretty much identical for user space
apps.


Thoughts?

-matt