| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
p4raw-id: //depot/perl@11270
|
|
|
| |
p4raw-id: //depot/perl@4953
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Subject: [PATCH 5.005_xx] Re: [Config 5.005_03] -DDEBUGGING
Date: Tue, 28 Sep 1999 12:20:50 -0400 (EDT)
Message-ID: <Pine.SOL.4.10.9909281019360.1890-100000@maxwell.phys.lafayette.edu>
From: Andy Dougherty <doughera@lafayette.edu>
To: Perl Porters <perl5-porters@perl.org>
Subject: [ANOTHER PATCH 5.005_61] Re: [Config 5.005_03] -DDEBUGGING
Date: Tue, 28 Sep 1999 13:39:49 -0400 (EDT)
Message-ID: <Pine.SOL.4.10.9909281338180.2012-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/cfgperl@4248
|
|
|
| |
p4raw-id: //depot/cfgperl@2268
|
|
|
| |
p4raw-id: //depot/cfgperl@2267
|
|
|
|
|
|
|
| |
To: jhi@iki.fi
cc: gbarr@ti.com, gbarr@pobox.com, gsar@umich.edu
Message-ID: <181999655.910715066@w-186d219.rhe.sequent.com>
p4raw-id: //depot/cfgperl@2229
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Before I say anything else, let me say that the O'Reilly Perl Conference
was super!
In compiling Perl5.004_1 on our Sequent boxes running DYNIX/ptx 4.0 V4.2.1
we found that we had to add the following ccflags and cppflags to get the
sockets io to work.
cppflags='-Wc,+abi-socket -I/usr/local/include'
ccflags='-Wc,+abi-socket -I/usr/local/include'
This also could have been set by setting an environment variable
_SEQUENT_CC_=-Wc,+abi-socket
before compiling.
I have attached an snippet of the socket(3N) man pages as well. This also
must be noted when compiling and adding other modules as well.
p5p-msgid: Pine.PTX.3.95.971002104651.12112G-200000@lancelot.aps.org
|
|
|
|
|
|
| |
Fix typo in comment.
Configure will now automatically detect shared libperl stuff.
|
|
Add hints file for Dynix/ptx 4; Configure doesn't yet recognize
it, but will soon (mod Andy's schedule), and offers it in the
list of possibilities now.
|