compiling DBI in Solaris

2001-10-24 Thread Sittampalam Nagu
Hello I am having problems compiling DBI v1.20 in Solaris 2.6. I am using gcc compiler 3.0.1. I have attached a file which contains the output of my attempt. Any help on how to solve the problem would be most welcome. <> (:=)Think Globally Act Locally(=:) (-:

Re: problem compiling DBI in Solaris 8

2001-03-28 Thread John D Groenveld
My guess, you are trying to add modules to Sun perl distribution. Do not add modules to Sun's perl distribution. 1. Build your own perl from source and install it in /opt/perl or your favorite location. 2. Sun supplied scripts which depend on SUNWpl5u reference /usr/perl5/bin/perl. Break the link

RE: problem compiling DBI in Solaris 8

2001-03-28 Thread "Ferré, Oscar"
Do you have installed GCC before installing Perl ? -Mensaje original- De: Neil Jonkers [mailto:[EMAIL PROTECTED]] Enviado el: Wednesday, March 28, 2001 10:13 AM Para: Domingo Nicolas Ferrer (Dep. Fisica); [EMAIL PROTECTED] Asunto: Re: problem compiling DBI in Solaris 8 In the Makefile

Re: problem compiling DBI in Solaris 8

2001-03-28 Thread Neil Jonkers
ch 28, 2001 2:45 PM Subject: problem compiling DBI in Solaris 8 > hi everybody !! > > i need to install the DBI module on my Sparc-Solaris 8 system. I've read > > the README file, and i've followed the steps. > > perl Makefile.PL ...OK > > but when

problem compiling DBI in Solaris 8

2001-03-28 Thread Domingo Nicolas Ferrer (Dep. Fisica)
hi everybody !! i need to install the DBI module on my Sparc-Solaris 8 system. I've read the README file, and i've followed the steps. perl Makefile.PL ...OK but when i do make, tries to compile with cc. What do i have to change in the Makefile generated to compile with gcc instead of