in reply to Re^2: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
in thread Why are other popular languages very different from Perl when installing libraries, e.g. no testing needed and no compilation of C/C++ code done
If the C library is included with the Perl distribution, CPAN (or App::cpanminus) will kick off the normal C compilation mechanism provided by ExtUtils::MakeMaker, Module::Install or Module::Build, and you will not need any additional interaction.
I'm not sure how things can be made easier than
> cpan DBD::SQLite
to install, for example, DBD::SQLite.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: Why is it in some other popular languages fewer steps and potential issues when installing libraries no testing needed and no compilation of C/C++ code done
by hermida (Scribe) on Apr 06, 2011 at 13:40 UTC | |
by Corion (Patriarch) on Apr 06, 2011 at 13:44 UTC | |