Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Sep 1998 23:11:36 -0700 (PDT)
From:      Mark Murray <markm@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   cvs commit: src Makefile.inc1
Message-ID:  <199809230611.XAA06069@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
markm       1998/09/22 23:11:35 PDT

  Modified files:
    .                    Makefile.inc1 
  Log:
  Complete the Perl NOSHARED repair. I had not ensured that the shared library
  was constructed early enough, so perl was linking against the static lib.
  This was breaking perl under ELF, as perl could not load shared objects
  (in fact would dump core).
  
  Revision  Changes    Path
  1.19      +8 -3      src/Makefile.inc1



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