Hi Claudio, > Am 13.11.2014 um 09:24 schrieb Claudio <[email protected]>: > > Hi, > > Perl 5.20.* (with gcc) builds fine on the regular install path, but > adding it to the archive would break too many dependencies. Following > bonivart's and lblume's suggestion I am trying to build perl 5.20.1 to > be installable on a parallel location in the meanwhile, i.e. > /opt/csw/perlgcc with its own tree hierarchy like bin, share, and so > on. > > So far, the furthest I've gotten is a ok build (with overrides) and > the use of LD_LIBRARY_PATH: > > LD_LIBRARY_PATH=/opt/csw/perlgcc/lib/amd64/perl/5.20/CORE > /opt/csw/perlgcc/bin/perl -version > This is perl 5, version 20, subversion 1 (v5.20.1) built for > i86pc-solaris-thread-multi-64 > > Of course, this is ugly as hell, but I haven't been able to point to > the correct libraries in the mgar Makefile. I tried this adding > EXTRA_RUNPATH_DIRS = $(prefix)/$(libdir) (prefix is /opt/csw/perlgcc) > but it didn't do any good.
I suggest you use EXTRA_RUNPATH_LINKER_FLAGS += /opt/csw/perlgcc/lib/amd64/perl/5.20/CORE The problem is that the ISA is in the middle of the path, this is not a standard-case for library locations. > > The gar Makefile is here: > http://sourceforge.net/p/gar/code/HEAD/tree/csw/mgar/pkg/perl/trunk/Makefile > > Any pointers? Try the above :-) Best regards — Dago -- "You don't become great by trying to be great, you become great by wanting to do something, and then doing it so hard that you become great in the process." - xkcd #896
smime.p7s
Description: S/MIME cryptographic signature
