|
Some focused googling revealed a couple
recent relevant threads: http://forum.sun.com/thread.jsp?forum=11&thread=20228 The latest patches put the gcc headers out of
sync with the system headers - you can run the fix headers script if you have
it - or move the bad types.h as I did in my case: mv
/usr/local/lib/gcc/i386-pc-solaris2.9/3.4.1/include/sys/types.h /usr/local/lib/gcc/i386-pc-solaris2.9/3.4.1/include/sys/types.h.bad make clean;make
solaris Then it took a few minutes to find that the gcc
make will not build the package: http://marc.theaimsgroup.com/?l=ipfilter&m=108809966109895&w=2 Try using /usr/ccs/bin/make
package and see if that works. Yes it does!! I gotta say ipf is
a far cry from the ./configure --prefix=/usr/local/stow/... make make install packages we are used to... -----Original Message----- ip_fil4.1.3 -----Original Message----- From: owner- Sent: To: Cc: Subject: RE: Solaris 9 x86 build errors - kmem > uname -a SunOS irt-lab-03 5.9 Generic_117172-11 i86pc i386 i86pc > gcc -v /export/home/local/bin/../lib/gcc/i386-pc-solaris2.9/3.4.1/specs Configured with: ../configure --with-as=/usr/ccs/bin/as --with-ld=/usr/ccs/bin/ld --disable-nls Thread model: posix gcc version 3.4.1 > cat /etc/release
Solaris 9 4/04 s9x_u6wos_08a x86
Copyright 2004 Sun Microsystems, Inc. All Rights Reserved.
Use is subject to license terms.
Assembled -----Original Message----- From: owner- [mailto:owner- Sent: To: Cc: Subject: Re: Solaris 9 x86 build errors - kmem post $ uname -a $ gcc -v $ cat /etc/release finally, what *version* of ipf are you trying to compile? jim > Anyone resolve these?
I'm on a fully patched Solaris 9 x86 (Sunfire > V20z Operton) |
- Re: SUMMARY: Solaris 9 x86 build errors - resolved Fletcher Cocquyt
- Re: SUMMARY: Solaris 9 x86 build errors - resolv... Darren Reed
- Re: SUMMARY: Solaris 9 x86 build errors - re... brown wrap
- Re: SUMMARY: Solaris 9 x86 build errors ... Carson Gaspar
- Re: SUMMARY: Solaris 9 x86 build errors - resolv... Simon-Bernard Drolet
