Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Sep 1998 16:33:59 -0500 (CDT)
From:      Scott Mace <smace@intt.ORG>
To:        markm@FreeBSD.ORG (Mark Murray)
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/gnu/usr.bin/perl Makefile.inc src/gnu/usr.bin/perl/libperl         Makefile src/gnu/usr.bin/perl/miniperl Makefi
Message-ID:  <199809142134.QAA23838@metal.intt.org>
In-Reply-To: <199809121916.MAA13995@freefall.freebsd.org> from Mark Murray at "Sep 12, 1998 12:16:33 pm"

next in thread | previous in thread | raw e-mail | index | archive | help
> markm       1998/09/12 12:16:33 PDT
> 
>   Modified files:
>     gnu/usr.bin/perl     Makefile.inc 
>     gnu/usr.bin/perl/libperl Makefile 
>     gnu/usr.bin/perl/miniperl Makefile 
>     gnu/usr.bin/perl/perl Makefile 
>     gnu/usr.bin/perl/x2p/a2pl Makefile 
>   Log:
>   Allow libperl to be a shared library.
>   
>   This has the delightful side effect of fixing ELF .so objects.
>   
>   Asked-for-by: peter
>   
>   Revision  Changes    Path
>   1.4       +4 -1      src/gnu/usr.bin/perl/Makefile.inc
>   1.3       +3 -3      src/gnu/usr.bin/perl/libperl/Makefile
>   1.3       +1 -0      src/gnu/usr.bin/perl/miniperl/Makefile
>   1.10      +3 -3      src/gnu/usr.bin/perl/perl/Makefile
>   1.4       +1 -1      src/gnu/usr.bin/perl/x2p/a2pl/Makefile
> 

ldd /usr/bin/perl
/usr/bin/perl:
        libm.so.2 => /usr/lib/libm.so.2 (0x280b6000)
        libcrypt.so.2 => /usr/lib/libcrypt.so.2 (0x280d0000)
        libc.so.3 => /usr/lib/libc.so.3 (0x280e5000)

looks like libperl is statically linking in

	Scott



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