>I have a problem, that probably is not tight directly with IPFilter, but >actually this problems is reason why I can't get IPFilter compiled. So I >am quite sure, that somebody (and probably everybody) also faced same >problem and will have a tip for it. Maybe answer can be included in >Solaris compilation tips ? > >Problem background is, that native Solaris 8 make command sets >environment variable SGS_SUPPORT to value libmakestate.so.1. This >variable is not set by default in my build environment and I found it >including line "env > /tmp/makeenv" in Makefile. Actually this >environment values is causing build for at least pfil to fail :
It happens when .KEEP_STATE: is set in the makefile(s). You're trying to compile code on an incomplete installation; you need to install the SUNWsprot package (and possible SUNWsprotx) Casper
