summaryrefslogtreecommitdiff
path: root/hints/dynixptx.sh
Commit message (Collapse)AuthorAgeFilesLines
* dynixptx updates for osvers='4.5.2'Peter Prymmer2001-07-111-1/+1
| | | | | Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com> p4raw-id: //depot/perl@11270
* dynixptx hints tweak (from Martin J. Bligh <mbligh@sequent.com>)Gurusamy Sarathy2000-02-021-2/+1
| | | p4raw-id: //depot/perl@4953
* To: Perl Porters <perl5-porters@perl.org>Andy Dougherty1999-09-281-4/+6
| | | | | | | | | | | | | 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
* Fix thinko.Jarkko Hietaniemi1998-11-221-1/+1
| | | p4raw-id: //depot/cfgperl@2268
* Document the d_socket override.Jarkko Hietaniemi1998-11-221-0/+18
| | | p4raw-id: //depot/cfgperl@2267
* Re: Making Perl work on DYNIX/ptxMartin J. Bligh1998-11-121-7/+24
| | | | | | | 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
* Dynixptx hintsBruce P. Schuck1997-09-051-0/+7
| | | | | | | | | | | | | | | | | | | | | 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
* perl 5.003_03: hints/dynixptx.shPerl 5 Porters1996-08-211-23/+1
| | | | | | Fix typo in comment. Configure will now automatically detect shared libperl stuff.
* perl 5.002_01: hints/dynixptx.shPerl 5 Porters1996-03-171-0/+39
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.