Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Sep 1998 08:27:18 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        Mark Murray <mark@grondar.za>
Cc:        "FreeBSD Current Users' list" <freebsd-current@FreeBSD.ORG>
Subject:   Re: Inconsistency in CURRENT's perl
Message-ID:  <19980928082718.D5772@keltia.freenix.fr>
In-Reply-To: <199809272212.AAA23011@gratis.grondar.za>; from Mark Murray on Mon, Sep 28, 1998 at 12:12:01AM %2B0200
References:  <19980927165451.A26338@keltia.freenix.fr> <199809272212.AAA23011@gratis.grondar.za>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Mark Murray:
> >     libc=undef, so=so, useshrplib=false, libperl=libperl.a
> >                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
> 
> So far that is just in the comments. Point taken, I'll fix it.

Not just the comments. That means that modules/programs that needs to be
compiled with libperl will use the static version, not the shared one. It
defeats all the shared libperl purpose :-)

tara% perl -e 'use Config; print "libperl: $Config{'libperl'}\nuseshrplib: $Config{'useshrplib'}\n" ' 
libperl: libperl.a
useshrplib: false

-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 3.0-BETA #0: Sat Sep 19 23:38:25 CEST 1998


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19980928082718.D5772>