Hi Alan,

I am not resisting installing but I am having trouble installing
Text::CSV module.

I would be glad if someone helps with these errors ...

perl Makefile.PL PREFIX=/home/sharan/tools/perl-install

Checking if your kit is complete...
Looks good
Writing Makefile for Text::CSV_XS

Make fails:
make
cp CSV_XS.pm blib/lib/Text/CSV_XS.pm
/usr/bin/perl /usr/lib/perl5/5.8.8/ExtUtils/xsubpp  -typemap
/usr/lib/perl5/5.8.8/ExtUtils/typemap  CSV_XS.xs > CSV_XS.xsc && mv
CSV_XS.xsc CSV_XS.c
gcc -c   -D_REENTRANT -D_GNU_SOURCE -fno-strict-aliasing -pipe
-Wdeclaration-after-statement -I/usr/local/include -D_LARGEFILE_SOURCE
-D_FILE_OFFSET_BITS=64 -I/usr/include/gdbm -O2 -g -pipe -Wall
-Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector
--param=ssp-buffer-size=4 -m64 -mtune=generic   -DVERSION=\"0.73\"
-DXS_VERSION=\"0.73\" -fPIC
"-I/usr/lib64/perl5/5.8.8/x86_64-linux-thread-multi/CORE"   CSV_XS.c
cc1: invalid option `tune=generic'
cc1: unrecognized option `-fstack-protector'
cc1: invalid parameter `ssp-buffer-size'


On Fri, Jul 2, 2010 at 4:04 PM, Alan Haggai Alavi
<alanhag...@alanhaggai.org> wrote:
> On 2 July 2010 15:56, Sharan Basappa <sharan.basa...@gmail.com> wrote:
>> Hi Jason,
>>
>> Does CSV module come prebuilt so that I can avoid installing.
>> I dont know SQL but my requirements are very modest.
>> Extract lines and get filed and reformat them to another type.
>>
>> Regads,
>> Sharan
>
>
> Hi Sharan,
>
> DBD::CSV is not in core. You can check it yourself by using the
> `corelist` command-line frontend to Module::Corelist.
>
> For example:
> alanhag...@love:~$ corelist DBD::CSV
>
> DBD::CSV was not in CORE (or so I think)
>
> By the way, why do you resist installing modules from CPAN?
>
> Regards,
> Alan.
> --
> The difference makes the difference
>

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to