At 3:41 PM -0600 10/28/02, Haining Yao wrote: >Under Linux /tmp, i did > >linux>perl Makefile.pl PREFIX=/tmp > >then after "make install", the folds >/tmp/lib/site_perl/5.6.0/i386-linux/xxxx, etc were automatically created >for me. > >But on VMS, things are different. > >vms>perl Makefile.pl prefix=disk$user:[usr.perlmod]
Try this: perl Makefile.pl "PREFIX=disk$user:[usr.perlmod]" What you had would get upcased by DCL and then downcased by the C RTL by default. If that doesn't work, then we'd need to know details about the module you're trying to build, Perl version, VMS version and any and all error messages you're seeing. -- ________________________________________ Craig A. Berry mailto:craigberry@;mac.com "... getting out of a sonnet is much more difficult than getting in." Brad Leithauser
