Re: Lots of warnings building [EMAIL PROTECTED]

2005-09-19 Thread Andy Dougherty
-pedantic. I'd be surprised if things were any different on Solaris 10/x86. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #37162] Perl -- Make test errors..

2005-09-15 Thread Andy Dougherty
) use gmake? I could imagine it's possible that the Constant.t test gets confused about which $Config{} to load up. Obviously, that would be a bug. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36448] [PATCH] configuring ranlib for perl on osx with xcode 2.1

2005-09-13 Thread Andy Dougherty
be needed. One question comes to mind when I look at it, though. Have you tested the patch on a non-Tiger system? I haven't tested it on a non-Tiger system (I don't have access to one). If Merijn doesn't beat me to it, I'll try to look at it in the next couple of days. -- Andy

Re: [perl #36977] perl 5.8.7 Solaris Sparc compile error: no _ptr member in __FILE

2005-08-23 Thread Andy Dougherty
, useshrplib=false, libperl=libperl.a gnulibc_version='' Dynamic Linking: dlsrc=dl_none.xs, dlext=none, d_dlsymun=undef, ccdlflags='' cccdlflags='', lddlflags='' Hope this helps, -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36977] perl 5.8.7 Solaris Sparc compile error: no _ptr member in __FILE

2005-08-23 Thread Andy Dougherty
Mozilla's configure. -- Andy Dougherty [EMAIL PROTECTED]

Re: perl's #! redispatch

2005-08-12 Thread Andy Dougherty
that part from ponie :-). Nicholas Clark -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils

2005-08-10 Thread Andy Dougherty
| egrep '(Reading specs from)|(Using built-in specs)' /dev/null 21; then # # Using gcc. # Is this patch still to be applied? Yes, please. We've now verified it works. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36741] perl build switchable compatible arch name?

2005-08-04 Thread Andy Dougherty
was not expecting those variables to be defined from the command line. What you should do is create your own Policy.sh, and keep that updated to your needs. That will also work. -- Andy Dougherty [EMAIL PROTECTED]

[PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils

2005-07-26 Thread Andy Dougherty
On Tue, 26 Jul 2005, Niki Waibel wrote: On 25-Jul-2005 Andy Dougherty via RT wrote: On Thu, 10 Jun 2005, Niki W. Waibel wrote: # New Ticket Created by Niki W. Waibel # Please include the string: [perl #36235] # in the subject line of all future correspondence about this issue

Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils

2005-07-25 Thread Andy Dougherty
21 (adjusting the exact gcc names as needed.) and send me the various *.out files? Then perhaps I can see why the hints/solaris_2.sh file is failing. -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH] allow POSIX SIGRTMIN...SIGRTMAX signals (and plug a core dump)

2005-07-19 Thread Andy Dougherty
clean and portable, like signals :-). Cheers, Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36399] sh Configure and make test fail on Solaris 2.8

2005-06-28 Thread Andy Dougherty
to /usr/ucb, or perhaps related to the type of filesystem on which you are running Configure. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36350] unstable sorting for use integer; sort { $b = $a } @foo

2005-06-22 Thread Andy Dougherty
, but I haven't compiled bleadperl for a few weeks. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #36350] unstable sorting for use integer; sort { $b = $a } @foo

2005-06-22 Thread Andy Dougherty
On Wed, 22 Jun 2005, Andy Dougherty wrote: On Wed, 22 Jun 2005, Paul Johnson wrote: On Tue, Jun 21, 2005 at 07:50:35PM +0200, Salvador Fandino wrote: I have not been able to reproduce the bug on any perl compiled by myself, but anyway, I am sure the problem is caused by the nasty

Re: [perl #36336] $# doesn't apply to 0

2005-06-20 Thread Andy Dougherty
response. -- Andy Dougherty [EMAIL PROTECTED]

Re: janitorial work ?

2005-06-17 Thread Andy Dougherty
call safexfree() on some things that weren't malloced with safexmalloc. The correct fix to this, if anyone is interested, is to ensure that all calls go through the New and Renew macros. --Andy DoughertyAugust 1996 */ Here's the relevant patch from Chages5.8.1

Re: [perl #36113] 5.8.6 build fails on Solaris8 with Studio 10 Compiler

2005-06-03 Thread Andy Dougherty
-- Andy Dougherty [EMAIL PROTECTED]

Re: (IV slot allocation change) Re: Smoke [5.9.3] 24557 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)

2005-05-24 Thread Andy Dougherty
. SPARC works the same way. If you want to do things conditionally, Configure probes for NV alignment. It's available as $Config{alignbytes} and MEM_ALIGNBYTES in config.h. -- Andy Dougherty [EMAIL PROTECTED]

Re: (IV slot allocation change) Re: Smoke [5.9.3] 24557 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)

2005-05-24 Thread Andy Dougherty
On Tue, 24 May 2005, Nicholas Clark wrote: On Tue, May 24, 2005 at 01:11:32PM -0400, Andy Dougherty wrote: On Tue, 24 May 2005, Nicholas Clark wrote: On Tue, May 24, 2005 at 02:27:15PM +0100, Steve Hay wrote: Nicholas Clark wrote: I think that it must all be going wrong

Re: PERL_HV_ARRAY_ALLOC_BYTES() is wasteful

2005-05-23 Thread Andy Dougherty
On Mon, 23 May 2005, Nicholas Clark wrote: On Wed, May 18, 2005 at 12:51:37PM -0400, Andy Dougherty wrote: Hmm. Looking back a little in my archives -- it appears that the STRANGE_MALLOC was something I introduced in perl5.002b1h to work around a memory leak related to an optimization

Re[2]: [perl #35904] Unable to 'make' Perl 5.8.6

2005-05-21 Thread Andy Dougherty
system? It might be a good idea to try rebuilding perl 5.8.5 again to see if it succeeds or if it fails in a similar way. -- Andy Dougherty [EMAIL PROTECTED]

Re: PERL_HV_ARRAY_ALLOC_BYTES() is wasteful

2005-05-18 Thread Andy Dougherty
. In any case, if you're going to change that part, make sure to go into hv.c and av.c and check out the #ifdef STRANGE_MALLOC cases -- I think you want them enabled in all cases now. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #34953] configure problem with perl 5.8.5

2005-04-13 Thread Andy Dougherty
in debugging such cases too. Please include that if you follow up on this. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #34677] perl-5.8.5 install error

2005-04-05 Thread Andy Dougherty
to run PERL_CORE=1 ./perl -Ilib lib/Net/hostent.t to see more details of the failing tests. -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH] Perl-5.9.1 patch for NetWare

2005-04-01 Thread Andy Dougherty
is would probably be very helpful. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #34284] problem with Configure

2005-03-16 Thread Andy Dougherty
'try.c' and then try to compile it yourself with the exact command line Configure used. Vary it around until you get something that works. Once you do, please report back to perlbug so we can help others avoid the same problem in the future. -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH] More const parms

2005-03-15 Thread Andy Dougherty
have time to wade through it all, but I suspect most of the complaints are either incorrect or very very hard to get rid of. Have fun, -- Andy Dougherty [EMAIL PROTECTED] bleadperl-lint.txt.bz2 Description: Lint output

Re: const pointers in C

2005-03-09 Thread Andy Dougherty
of using 'const', since various operating systems have traditionally been wildly inconsistent about whether or not various functions take 'const'. If the data stays within perl, then no, offhand I can't think of any reason to avoid 'const'. -- Andy Dougherty [EMAIL PROTECTED]

Re: Lint and Re: const pointers in C

2005-03-09 Thread Andy Dougherty
. Email these comments to [EMAIL PROTECTED], or fax them to (+1) 512-218-3866. For more information, browse http://www.sun.com/developer-products/ -- Andy Dougherty [EMAIL PROTECTED]

[PATCH 5.8.x] Remove unreachable gotos from toke.c

2005-02-21 Thread Andy Dougherty
*/ return -KEY_readlink; } - - goto unknown; default: goto unknown; -- Andy Dougherty [EMAIL PROTECTED]

Pod::Usage insufficiently paranoid about calling perldoc.

2005-02-18 Thread Andy Dougherty
exists before blindly calling it. -- Andy Dougherty [EMAIL PROTECTED]

Extra goto's in toke.c

2005-02-14 Thread Andy Dougherty
unknown; -- Andy Dougherty [EMAIL PROTECTED]

Re: Extra goto's in toke.c

2005-02-14 Thread Andy Dougherty
On Mon, 14 Feb 2005, Marcus Holland-Moritz wrote: On 2005-02-14, at 12:06:09 -0500, Andy Dougherty wrote: Note the extra 'goto unknown' sprinkled in between each 'case' statement. You're right. The statements don't hurt, but they're indeed superfluous. I've put a new release (Devel::Tokenizer::C

Re: [perl #33948] configure checking echo

2005-01-28 Thread Andy Dougherty
'msys' is and what, exactly, you had that fooled Configure into thinking there was a /bin/echo command. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #33948] configure checking echo

2005-01-28 Thread Andy Dougherty
be on your system, but it's certainly not everywhere. Your broader point is correct -- Configure in many little ways still shows its BSDish origins. However, it generally works, so there's little incentive to muck with things that work :-). -- Andy Dougherty [EMAIL PROTECTED]

Re: Building of miniperl failed

2005-01-25 Thread Andy Dougherty
on with building perl, then the config.sh changes I list above are probably all that is needed. Hope this helps, -- Andy Dougherty [EMAIL PROTECTED]

RE: [RFC] CPANPLUS core integration

2005-01-20 Thread Andy Dougherty
to do for various reasons: Oh, I agree. I'm just not volunteering to do it! -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #33844] Re: threaded Perl 5.8.6 does not compile on a Linux Opteron AMD 64 bit machine...

2005-01-19 Thread Andy Dougherty
. Or perhaps something else went amiss.) In any case, you need to go back to the beginning and re-run Configure, this time including your pthreads library. Hope this helps, -- Andy Dougherty [EMAIL PROTECTED]

Re: [RFC] CPANPLUS core integration

2005-01-18 Thread Andy Dougherty
is Makefile.PL doing that is so complex? (Note that I've never installed CPANPLUS, so I have no idea what's going on.!) -- Andy Dougherty [EMAIL PROTECTED]

Re: CPANPLUS core integration

2005-01-18 Thread Andy Dougherty
problem with such a re-organization, but it does look a little tedious to implement. -- Andy Dougherty [EMAIL PROTECTED]

Re: [RFC] CPANPLUS core integration

2005-01-18 Thread Andy Dougherty
On Tue, 18 Jan 2005, Jos I. Boumans wrote: On Jan 18, 2005, at 7:20 PM, Andy Dougherty wrote: All this desribes the bigger problem of: What do we do when we want to integrate module into the core that require core XS modules to build themselves? I've never run into this problem, so I

Re: Smoke [5.8.6] 23784 FAIL(M) MSWin32 WinXP/.Net SP1 (x86/1 cpu)

2005-01-18 Thread Andy Dougherty
. Thread. Is that correct? Yes. In Configure, it is simply constructed by shell code equivalent to extensions=$dynamic_ext $static_ext $nonxs_ext -- Andy Dougherty [EMAIL PROTECTED]

Re: Configure-ation for relocatable perl

2005-01-11 Thread Andy Dougherty
instead of a plain 'mv' to move the perl installation. That constraint might well be one you were hoping to avoid. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: core dump

2004-12-17 Thread Andy Dougherty
, or is it apparently working for them? This also might help pin down whether it is something specific to your system (e.g. locale settings, other installed packages, or some such). -- Andy Dougherty [EMAIL PROTECTED]

Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]

2004-12-16 Thread Andy Dougherty
+1,7 @@ +# Explicitly avoid including '.' in @INC; autoloader gets confused since it +# can find POSIX.pm, but can't find autosplit.ix. +BEGIN { @INC = '../../lib';} +# use ExtUtils::MakeMaker; use ExtUtils::Constant 0.11 'WriteConstants'; use Config; -- Andy Dougherty [EMAIL

Re: Can't locate auto/POSIX/autosplit.ix [perl #24445] [PATCH]

2004-12-16 Thread Andy Dougherty
On Thu, 16 Dec 2004, Michael G Schwern wrote: On Thu, Dec 16, 2004 at 09:57:44AM -0500, Andy Dougherty wrote: If POSIX was loaded and works, it should be quiet about it. If it was loaded but doesn't work (ie. its autoloaded functions are non functional) then the require should have

Re: [perl #3097] Re: SCO5 XS dyn loading fails [PATCH]

2004-12-15 Thread Andy Dougherty
' cccdlflags='-Kpic' lddlflags='-G -L/usr/local/lib' ;; -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #3100] NaN passed to gcvt [PATCH]

2004-12-15 Thread Andy Dougherty
+# item [perl #3100]. --A.D. 12/2004. + gconvert_preference='sprintf' + +### # We disable ODBM_File if OSR5 because it's mostly broken # but keep it for ODT3 as it seems to work. if test $scorls = 5; then -- Andy Dougherty

RE: [perl #32463] Possible Bug

2004-11-17 Thread Andy Dougherty
of a *working* script that crashes along with an appropriate data file, I could see if it's reproducible. -- Andy Dougherty [EMAIL PROTECTED]

[PATCH 5.8.x] Allow more tries for t/op/time.t test 2.

2004-11-16 Thread Andy Dougherty
); ($xsec,$foo) = localtime($now); -- Andy Dougherty [EMAIL PROTECTED]

Re: -problem with CPAN PathTools-3.01 and Cwd-2.21

2004-11-16 Thread Andy Dougherty
, due to stuff not available in the old 5.005_03 package. I don't know offhand if these are all handled by pport.h or not. Certainly newer perl packages are available for Solaris, so upgrading that might be a sensible thing to do. -- Andy Dougherty [EMAIL PROTECTED]

Re: [bleadperl] make install error: Can't locate Carp/Heavy.pm in @INC (@INC contains: lib) at lib/warnings.pm line 452.

2004-11-15 Thread Andy Dougherty
it down. -- Andy Dougherty [EMAIL PROTECTED]

Re: [bleadperl] make install error: Can't locate Carp/Heavy.pm in @INC (@INC contains: lib) at lib/warnings.pm line 452.

2004-11-12 Thread Andy Dougherty
output and maybe someone else will be able to reproduce the problem. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #2383] Undefining signals

2004-11-09 Thread Andy Dougherty
, encountered. Configure's list is generated by a C program linked with the same set of libraries as perl will be linked, so it's generally going to get the right answers. -- Andy Dougherty [EMAIL PROTECTED]

Re: Buidling stable.tar.gz on Unix as non-root [PATCH]

2004-11-05 Thread Andy Dougherty
was there but is defective or incomplete. If +you used a hint file, see if it has any relevant advice. You can also +look through through config.h for likely suspects. =item toke.c -- Andy Dougherty [EMAIL PROTECTED]

Re: [patches] optree_* tests unexpectedly succeeding. + maint-only patch

2004-10-26 Thread Andy Dougherty
On Mon, 25 Oct 2004, Jim Cromie wrote: in http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-09/msg00393.html Andy Dougherty asked: I ran make test on a freshly-checked-out 5.9.x today (.patch = 23334) and test/harness reported that tests UNEXPECTEDLY SUCCEEDED. The two tests

5.8.x -- tests unexpectedly succeeding!

2004-10-25 Thread Andy Dougherty
(4 subtests UNEXPECTEDLY SUCCEEDED), 52 tests and 487 subtests skipped. -- Andy Dougherty [EMAIL PROTECTED]

Re: perl ./configure failure (while attempting to configure for crosscomp ile build)

2004-10-07 Thread Andy Dougherty
. -- Andy Dougherty [EMAIL PROTECTED]

Re: perl ./configure failure (while attempting to configure for crosscomp ile build)

2004-10-07 Thread Andy Dougherty
script. It doesn't normally use environment variables to set things -- instead, you define things with -D options. In particular, Configure itself won't do anything with those CC, LD, or AS environment settings. -- Andy Dougherty [EMAIL PROTECTED]

Re: [perl #29935] Unable to make test or make install perl

2004-06-14 Thread Andy Dougherty
is preceded by a './perl:' token. Perl generally doesn't include it's name in the error message, so I don't think that message is really coming from perl. -- Andy Dougherty [EMAIL PROTECTED]

RE: [perl #24439] 64 bit build failure on Solaris 9

2003-11-21 Thread Andy Dougherty
On Thu, 20 Nov 2003, Daniel Berger wrote: From: Andy Dougherty [mailto:[EMAIL PROTECTED] I don't have gcc-3.3 to test (my Solaris gcc installation is still 2.8.1), but I think the following patch should fix it: --- perl-5.8.2/hints/solaris_2.sh Mon Oct 27 12:27:29 2003 +++ perl

Re: [5.8.1] cannot compile maint on aix, problem with makefile

2003-09-17 Thread Andy Dougherty
with AIX make instead of GNU make? -- Andy Dougherty [EMAIL PROTECTED]

Re: Interesting - [drow@mvista.com: A user's experiences with GCC-3.4 snapshots]

2003-09-17 Thread Andy Dougherty
breaks this test. -- Andy Dougherty [EMAIL PROTECTED]

Re: Not OK: perl v5.8.1 +RC4 on i386-linux-thread-multi 2.4.18-686

2003-09-11 Thread Andy Dougherty
previous installation of libperl, but I can't figure out your particular set-up well enough to be more specific or suggest any specific tests. Would it be possible to start from a fresh snapshot and reproduce the problem? -- Andy Dougherty [EMAIL PROTECTED]

[PATCH] Configure -Dnoextensions would not accept a list

2003-06-11 Thread Andy Dougherty
$noextensions in +* $i *) echo Ignoring extension $i. ;; *) echo Keeping extension $i.; keepextensions=$keepextensions $i ;; -- Andy Dougherty [EMAIL PROTECTED]

Re: %z considered harm^Wnon-POSIX

2002-12-10 Thread Andy Dougherty
be much further help here. -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH t/TestInit.pm] Set env PERL_CORE

2002-09-09 Thread Andy Dougherty
for the moment. It should be ok as long as you use a copy (or a wrapper, though that'd might be a bit silly in this case) There is no really portable way to create a link (hard or soft). -- Andy Dougherty [EMAIL PROTECTED]

Re: [PATCH] AUTHORS and INSTALL

2002-07-18 Thread Andy Dougherty
issues don't exist in quite the same way. (They will for 5.8.1, though, so I didn't want to delete that whole section.) I'm currently updating to perl@17623 and will try to look at your version and make specific suggestions. (Quickly, I know.) -- Andy Dougherty [EMAIL

Re: RC3 on NCR SVR4: Two tests failing

2002-07-15 Thread Andy Dougherty
, without either cutting or pasting anything himself . . . ] -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: RC1 hoses existing installation (-Dprefix broken?)

2002-06-10 Thread Andy Dougherty
On Mon, 10 Jun 2002, Nicholas Clark wrote: On Mon, Jun 10, 2002 at 04:22:42PM -0400, Andy Dougherty wrote: I'm sorry you had trouble, but I'm unsure if a warning would have helped. Would you have seen such a warning fly by in the Configure dialog? What about the lack of warning

Re: POSIX::WEXITSTATUS broken again

2002-04-25 Thread Andy Dougherty
and the kernel ones? -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

[PATCH] (Was Re: [ID 20020129.003] Trouble building perl 5.6.1)

2002-02-01 Thread Andy Dougherty
fi fi -- Andy Dougherty [EMAIL PROTECTED]

RE: Coredump @12798 with -Dusemymalloc in ext/DB_File/t/db-recno.t

2001-11-15 Thread Andy Dougherty
happy. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: minitest not building Config.pm?

2001-10-26 Thread Andy Dougherty
On Fri, 26 Oct 2001, Jarkko Hietaniemi wrote: On Thu, Oct 25, 2001 at 09:00:16PM -0400, Andy Dougherty wrote: I think the 'minitest' is not a 'normal' target to try out 'first', it's only to be used when the real build has failed (and hopefully created the lib/Config.pm

[PATCH] OpenBSD hints for ithreads

2001-10-18 Thread Andy Dougherty
$ccflags ldflags=-pthread $ldflags + # Add -lpthread. Also change from -lc to -lc_r libswanted=$libswanted pthread + libswanted=`echo $libswanted | sed -e 's/ c / c_r /' -e 's/^ //' -e 's/ +$//'` # This is strange. usevfork=$undef esac -- Andy

Re: [PATCH] Re: [BUG PATCH pp_sys.c MANIFEST t/op/utime.t] utime()works?

2001-09-19 Thread Andy Dougherty
AFS or DFS. Is there anyway to explicitly check what sort of filesystem you're on, instead of implying it from $^O? Sadly, no. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Release numbering question

2001-05-09 Thread Andy Dougherty
modules. These use the same version-searching algorithm that the site-lib directories do. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: our :shared $foo / iThreads

2001-05-06 Thread Andy Dougherty
) average runtime of the tests (the only right way to combine benchmark scores), you will see perl slowed down 20%-40%). Well, the perl test suite spends a lot of time sleep(3)-ing these days, sot those timings can also be deceiving. -- Andy Dougherty [EMAIL PROTECTED] Dept

Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)

2001-04-05 Thread Andy Dougherty
ent path through all system include files. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [ID 20010309.006] problems configuring latest 5.7.0 rsync

2001-03-09 Thread Andy Dougherty
/lib/v9 or /opt/SUNWspro/lib/v9 prior to the regular SUNWspro libraries, depending on which installation you wish to use. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [ID 20010306.009] problem with NDBM

2001-03-06 Thread Andy Dougherty
's working now. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [ID 20010306.010] Install Problem

2001-03-06 Thread Andy Dougherty
Good luck, -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [PATCH Makefile.SH] ./perl not perl (was Re: [PATCH] $VERSIONcrusade, strict, tests, etc... all over lib/)

2000-12-06 Thread Andy Dougherty
re ./perl is even built. Hence the person running it must have a 'perl' elsewhere in $PATH. Normally this isn't a problem since normally only a 'porter has to run regen_headers -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [PATCH] Fixing heading limitations in Pod::Man

2000-11-10 Thread Andy Dougherty
levels? What for? and I replied: No, we don't really *need* more heading levels. However, I do *want* them. [example deleted.] Just to be clear and explicit: Russ is the current author for Pod::Man. If he still objects, we should respect that and not apply this patch. -- Andy Dougherty

[PATCH] Change installscripts to versiononly

2000-10-10 Thread Andy Dougherty
was the Configure hook to get installperl to operate in versiononly mode. This patch changes the installscripts hook to 'versiononly', and it now maps exactly onto installperl's versiononly variable. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College

Re: [PATCH] Updated Man5 and Man8 in Configure et al

2000-10-03 Thread Andy Dougherty
hard it's worth working on the MakeMaker end to deal with this sort of issue. I'm hoping someone will have an elegant insight and implement something much nicer. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [PATCH] Updated Man5 and Man8 in Configure et al

2000-09-14 Thread Andy Dougherty
the need but this needs to be solved somehow better. I will timidly admit that I've been (very slowly) working on this. I hope to report back with something by the end of next week. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: [Patch 5.7.0] Removing -ldb from the core build

2000-09-05 Thread Andy Dougherty
entionally). See http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1999-06/msg00072.html for more details and a possible different solution. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

[OPTIONAL PATCH] Re: Configure using /tmp

2000-03-15 Thread Andy Dougherty
can reliably test whether all compilers do so securely and, if not, whether we can stop all of them from doing so. So don't run Configure/make as root. -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042 --- Configure.RC1 Wed Mar

Re: fixing Sys::Hostname

2000-02-07 Thread Andy Dougherty
(). -- Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042

Re: Finding old library directories (was Re: automatic perl modulerpm wrapper)

2000-01-10 Thread Andy Dougherty
s and blend these separate installations, but I wouldn't want that to be the default. Andy Dougherty [EMAIL PROTECTED] Dept. of Physics Lafayette College, Easton PA 18042