Hello all, to avoid hundreds of MacPerl installations I'd like to utilize the RuntimeBuilder mechanism. (This is an old 1998 topic BTW)
It doesn't make a difference whether I use 5.20r4 or 5.6.1b1 The result of dropping a simple script onto RuntimeBuilder.dp use Text::Wrap; print "Hello World!"; is fine. As soon as I use more modules, like use Text::Wrap; use Mac::Conversions; print "Hello World!"; I get: # Can't locate auto/POSIX/autosplit.ix in @INC (@INC contains: :shared libs: : Dev:Pseudo:). File 'Dev:Pseudo:AutoLoader.pm'; Line 153 # BEGIN failed--compilation aborted. File 'Dev:Pseudo:POSIX.pm'; Line 5 # Compilation failed in require. File 'Dev:Pseudo:Mac:Conversions.pm'; Line 13 # BEGIN failed--compilation aborted. File 'Dev:Pseudo:Mac:Conversions.pm'; Line 13 # Compilation failed in require. File 'Dev:Pseudo'; Line 5 # BEGIN failed--compilation aborted. File 'Dev:Pseudo'; Line 5 It seems as if autoloading/autosplitting doesn't work here. What can I do? Is it MacPerl which is unable to access the mechanism itself? I tried to rename the TEXT resources which include the "autosplit.ix" code within the runtime but wasn't successful. Or is it just my configuration? Thanks for your time thinking about this matter Axel -- (signature intentionally left blank)