diff options
| author | Peter Wemm <peter@FreeBSD.org> | 1997-11-16 04:52:19 +0000 |
|---|---|---|
| committer | Peter Wemm <peter@FreeBSD.org> | 1997-11-16 04:52:19 +0000 |
| commit | af5dd3181a44c8c60d82fe2f4f8ff9ff81d98e26 (patch) | |
| tree | 1abde20e1d717a2bf3509de2189cbe7fa3c9f91e /contrib/ipfilter/COMPILE.2.5 | |
| parent | acdb2ce24a62f8b955af761b992ae020cc2303ef (diff) | |
Notes
Diffstat (limited to 'contrib/ipfilter/COMPILE.2.5')
| -rw-r--r-- | contrib/ipfilter/COMPILE.2.5 | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/contrib/ipfilter/COMPILE.2.5 b/contrib/ipfilter/COMPILE.2.5 index ae550f896e49..6e96665f9c76 100644 --- a/contrib/ipfilter/COMPILE.2.5 +++ b/contrib/ipfilter/COMPILE.2.5 @@ -6,6 +6,10 @@ In file included from /usr/local/lib/gcc-lib/sparc-sun-solaris2.3/2.6.3/include/ from ../ip_nat.c:15: /usr/include/sys/psw.h:19: #error Kernel include of psw.h -Remove (comment out) the line in -/usr/local/lib/gcc-lib/sparc-sun-solaris2.3/2.6.3include/sys/user.h -which includes psw.h +That means that you have a version of gcc build under on older release +of Solaris 2.x + +You need to reinstall gcc after each Solaris upgrade; gcc creates its own +set of modified system include files which are only valid for the exact +release on which gcc was build. + |
