Date: Mon, 31 Jul 2000 15:33:05 +0200 From: Laszlo Molnar To: "Peter J. Farley III" Cc: djgpp AT delorie DOT com Subject: Re: perl5/DJGPP: Why are default install dirs for modules "blib/..."? Message-ID: <20000731153305.D24773@libra.eth.ericsson.se> References: <39822adb DOT 3467762 AT news3 DOT banet DOT net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: <39822adb.3467762@news3.banet.net>; from pjfarley@banet.net on Sat, Jul 29, 2000 at 01:28:31AM +0000 Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > Especially when there is no "blib" directory created after installing > perl552b.zip? AFAIK, the blib directory structure is temporary. It's only used during "make test" to find the files which are not yet installed. After make install the files go into their "normal" place. At least it should work like this. :-/ > Obviously, if I need to create a new directory structure for installed > modules, I can/will do so. I just need to know what that structure is > supposed to be, and how it integrates into the DJGPP environment. No, blib is a temporary stuff. > TIA for any help or info you can provide, including necessary RTFM's. Look at lib/perl5/ExtUtils/MakeMaker.pm and friends. Laszlo