Cuhulain has asked for the wisdom of the Perl Monks concerning the following question:
I am compiling Perl 5.10.0 and Perl 5.12.2 on Solaris 8 (and later on Solaris 10). To support this, I have downloaded several packages required by GNU C++ (gcc) from www.sunfreeware.com, including gzipped copies of glib1 and glib2. For Solaris 8, for example, these are:
glib-1.2.10-sol8-sparc-local.gz glib-2.25.13-sol8-sparc-local.gz
My puzzle is whether to install glib-1.2.10, which I have used successfully before) or glib-2.25.13 (which has a bigger list of dependent packages).
If I keep with glib1 instead of glib2, what functionality will I miss out out in Perl 5.10.0 or Perl 5.12.2? What extra complexity or problems will I encounter if I build with glib2 instead?
Thank-you in advance for your words of wisdom.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Build Perl with glib1 or glib2
by Anonymous Monk on Nov 25, 2010 at 11:20 UTC | |
|
Re: Build Perl with glib1 or glib2
by fisher (Priest) on Nov 25, 2010 at 15:49 UTC |