----- Original Message -----
Sent: Tuesday, August 05, 2003 5:31
PM
Subject: (RADIATOR) radiator on solaris
SPARC
***********************
This e-mail was scanned by TM Net E-Mail Virus Shield.
***********************
|
Hi All,
I have a Netra X1 (Solaris 8 SPARC) (and also a
Sun SureFire v100) and I have tried without
sucess to
install radiator on them.
I can't install most perl modules either, and
yes I have seen all the mails on the net
about
installing GNU gcc and pointing the cc
(wrapper) for the inexistent SUN compiler to
gcc.
perl Makefile.PL works everytime but make
always bombs with something similar
to
(see below). I have tried both the solaris make
and the GNU make (v 3.80)
someone suggested gcc 2.95.2 which is supposed
to be compatible with most OS,
I have also tried 3.2.2 and 3.3.
Has anyone installed radiator on solaris 8
sparc? and used it with a database?
I was able to install the Oracle 9i client by
the way on the s.
perl version is 5.005_03
Thanks.
Regards,
Tunde I.
=================================================
cp Changes blib/lib/DBI/Changes.pm
cc
-c -xO3 -xdepend -DVERSION=\"1.21\"
-DXS_VERSION=\"1.21\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE
-DDBI_NO_THREADS Perl.c
cc: unrecognized option `-KPIC'
cc: language
depend not recognized
cc: Perl.c: linker input file unused since linking
not done
/usr/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 DBI.xs >xstmp.c && mv xstmp.c
DBI.c
cc -c -xO3 -xdepend
-DVERSION=\"1.21\" -DXS_VERSION=\"1.21\" -KPIC
-I/usr/perl5/5.00503/sun4-solaris/CORE -DDBI_NO_THREADS DBI.c
cc:
unrecognized option `-KPIC'
cc: language depend not recognized
cc:
DBI.c: linker input file unused since linking not done
Running
Mkbootstrap for DBI ()
chmod 644 DBI.bs
LD_RUN_PATH="" cc -o
blib/arch/auto/DBI/DBI.so -G DBI.o
cc: DBI.o: No such file or
directory
cc: No input files
make: *** [blib/arch/auto/DBI/DBI.so]
Error 1
bash-2.03#