I am trying to make NetRawIP on Solaris 8 and I have tried every
concievable combination and continue to get this error message can
anyone help?
cp RawIP.pm blib/lib/Net/RawIP.pm
AutoSplitting blib/lib/Net/RawIP.pm (blib/lib/auto/Net/RawIP)
cp RawIP/libpcap.pod blib/lib/Net/RawIP/libpcap.pod
/bin/perl -I/usr/perl5/5.00503/sun4-solaris -I/usr/perl5/5.00503
/usr/perl5/5.00503/ExtUtils/xsubpp -typemap
/usr/perl5/5.00503/ExtUtils/typemap -typemap typemap RawIP.xs >xstmp.c
&& mv xstmp.c RawIP.c
gcc -c -xO3 -xdepend -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\"
-fPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -D_SOLARIS_ -D_IFLIST_
RawIP.c
gcc: language depend not recognized
gcc: RawIP.c: linker input file unused because linking not done
gcc -c -xO3 -xdepend -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\"
-fPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -D_SOLARIS_ -D_IFLIST_
util.c
gcc: language depend not recognized
gcc: util.c: linker input file unused because linking not done
gcc -c -xO3 -xdepend -DVERSION=\"0.09\" -DXS_VERSION=\"0.09\"
-fPIC -I/usr/perl5/5.00503/sun4-solaris/CORE -D_SOLARIS_ -D_IFLIST_
ifaddrlist.c
gcc: language depend not recognized
gcc: ifaddrlist.c: linker input file unused because linking not done
Running Mkbootstrap for Net::RawIP ()
chmod 644 RawIP.bs
LD_RUN_PATH="" gcc -o blib/arch/auto/Net/RawIP/RawIP.so -G RawIP.o
util.o ifaddrlist.o
gcc: RawIP.o: No such file or directory
gcc: util.o: No such file or directory
gcc: ifaddrlist.o: No such file or directory
gcc: No input files
make: *** [blib/arch/auto/Net/RawIP/RawIP.so] Error 1
thank you in advance
SPA