IPFilter Package for Solaris



All,

Does anyone know where I can download a copy of IPFilter in package form for
Solaris 8? I have tried to compile the software and get the following error
message:

CC="gcc -Wstrict-prototypes -Wmissing-prototypes" ./buildsunos
./buildsunos: gcc: not found
Testing compiler cc for 64 bit object file generation
./buildsunos : cc: not found
cc -Xa -xildoff cannot create 32 bit executables
*** Error code 1
make: Fatal error: Command failed for target "solaris"

I have read the install instructions and it specifically says NOT to use
GCC. However I found a message on Google

http://marc.theaimsgroup.com/?l=ipfilter&m=104999476227439&w=2

stating:

FYI I have figured out that compiling IP-Filter on Solaris 8 using GCC 3.x.x
requires that GCC 3.x.x be compiled using the Solaris 'ld' and NOT the GNU
binutils one. Recompiling GCC 3.x.x without the --with-gnu-as and
--with-gnu-ld options to ./configure and making sure the PATH picks up
/usr/ccs/bin/ld instead of the GNU 'ld' when compiling GCC allows you to
have the required GCC to compile IP-Filter. GCC attempts to reference the
file /usr/lib/ld/sparcv9/map.below4G when it sees the compile option
"-mcmodel=medlow" but the GNU 'ld' cannot understand it if GCC has been
compiled with --with-gnu-ld. If GCC has been compiled using the
/usr/ccs/bin/ld then it can understand the format of the file
/usr/lib/ld/sparcv9/map.below4G Hope this info is helpful to anyone else
having problems compiling using GCC 3.x.x on Sun Solaris :)

So I try to compile GCC on Sun Solaris 8 and I'm getting the following?

/usr/ucb/cc: language optional software package not installed

The consensus here it that I don't have a working compiler installed and to
use GCC. Now I'm back where I started needing GCC to compile IPFilter, but
can't because I need GCC compiled in a specific way.

HELP !!!!

Thank You,

Paul Fiengo
DISA FSO / CACI
_______________________________________________
sunmanagers mailing list
sunmanagers@xxxxxxxxxxxxxxx
http://www.sunmanagers.org/mailman/listinfo/sunmanagers



Relevant Pages

  • Re: ESQL, 4GL and C/gcc on Solaris
    ... > I'm trying to compile some elderly programs on a system we're migrating to ... > Solaris 9 doesn't come with a C compiler as standard, so I've installed gcc. ... > ld: fatal: File processing errors. ...
    (comp.databases.informix)
  • Re: How do I install this missing library?
    ... you really should be carefully following LSTC's installation ... libg2c is part of gcc. ... to tell a newcomer to compile. ... like the source code to GNU tar, and make sure you understand what's ...
    (comp.os.linux.misc)
  • Re: Need to install gcc (Solaris 9) - some packages missing?
    ... |compile Apache on a Sparc machine. ... |install a binary gcc distribution, but according to some Solaris FAQs ...
    (comp.unix.solaris)
  • Re: C and GCC Compilers....
    ... > compile it using C. ... GCC doesn't seem to be available as a binary, ... > gunzipping the downloaded .gz file I get a tar file; the Solaris tar ... How do I install it from ...
    (comp.unix.solaris)
  • Re: native compiler question
    ... I've compiled it with gcc ... > someone who was trying to run it on another Solaris box, ... gcc generated shared libraries should work. ... You compile on the oldest possible Solaris OS you care to ...
    (comp.unix.programmer)