From owner-freebsd-current Sun Sep 27 23:45:56 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA11633 for freebsd-current-outgoing; Sun, 27 Sep 1998 23:45:56 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA11622 for ; Sun, 27 Sep 1998 23:45:51 -0700 (PDT) (envelope-from roberto@keltia.freenix.fr) Received: (from uucp@localhost) by frmug.org (8.9.1/frmug-2.3/nospam) with UUCP id IAA07618; Mon, 28 Sep 1998 08:45:41 +0200 (CEST) (envelope-from roberto@keltia.freenix.fr) Received: by keltia.freenix.fr (VMailer, from userid 101) id 78C0B1534; Mon, 28 Sep 1998 08:27:18 +0200 (CEST) Date: Mon, 28 Sep 1998 08:27:18 +0200 From: Ollivier Robert To: Mark Murray Cc: "FreeBSD Current Users' list" Subject: Re: Inconsistency in CURRENT's perl Message-ID: <19980928082718.D5772@keltia.freenix.fr> Mail-Followup-To: Mark Murray , FreeBSD Current Users' list References: <19980927165451.A26338@keltia.freenix.fr> <199809272212.AAA23011@gratis.grondar.za> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.94.4i In-Reply-To: <199809272212.AAA23011@gratis.grondar.za>; from Mark Murray on Mon, Sep 28, 1998 at 12:12:01AM +0200 X-Operating-System: FreeBSD 3.0-BETA/ELF ctm#4660 AMD-K6 MMX @ 200 MHz Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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