OS4 DepotLogo by McFly 
(anonymous IP: 18.225.149.32,2193) 
 HomeRecentStatsSearchSubmitUploadsMirrorsContactInfoDisclaimerConfigAdmin
 Menu

 Features
   Crashlogs
   Bug tracker
   Locale browser
 

 Categories

   o Audio (343)
   o Datatype (51)
   o Demo (203)
   o Development (596)
   o Document (22)
   o Driver (97)
   o Emulation (147)
   o Game (1004)
   o Graphics (497)
   o Library (115)
   o Network (232)
   o Office (66)
   o Utility (923)
   o Video (69)

Total files: 4365

Full index file
Recent index file

 Links

  Amigans.net
  OpenAmiga
  Aminet
  IntuitionBase


Support the site


 Readme for:  Development » Language » perlpatch.lha

Perlpatch

Description: Patch perl to build dynamic module with latest SDK
Download: perlpatch.lha       (TIPS: Use the right click menu if your browser takes you back here all the time)
Size: 14kb
Version: 1.1
Date: 05 Sep 2011
Author: Andy Broad
Submitter: Andy Broad
Email: andy/broad ology org uk
Homepage: http://www.broad.ology.org.uk/amiga/
Requirements: perl, SDK (53.20)
Category: development/language
Replaces: development/language/perlpatch.lha
License: Other
Distribute: yes
Min OS Version: 4.0
FileID: 6599
 
Comments: 2
Snapshots: 0
Videos: 0
Downloads: 289  (Current version)
296  (Accumulated)
Votes: 0 (0/0)  (30 days/7 days)

Show comments Show snapshots Show videos Show content Show crashlogs Replace file 
This is a patch for perl (October 2006 version) which enables it to
build dynamic modules with the latest SDK. (53.20)

To use you must take two steps

a) Copy the contents of the directory 'local' within this archive into SDK:


copy local to SDK: all

If this fails you may need to unprotect the files

protect SDK:local/clib2/lib/perl5/5.8.5/ppc-amigaos/Config.pm +redw
protect SDK:local/clib2/lib/perl5/5.8.5/ExtUtils/MM_amigaos.pm +redw

then repeat the copy


b) You need to create a link to the correct library directory in the SDK/


makelink soft from GCC:lib/gcc/ppc-amigaos/4.2.4/clib2-ts to
gcc:lib/gcc/ppc-amigaos/4.2.4/clib2/


Finally anywhere a module suggests you type

perl Makefile.PL LINKTYPE=DYNAMIC

try

perl Makefile.PL LINKTYPE=dynamic

instead.

Or infact just

perl Makfile.PL

should do it.


HISTORY:

Updated instructions on installing.






Copyright © 2004-2024 by Björn Hagström All Rights Reserved