make install
and I get an error if I'm not logged in with admin rights...
What change do I need to put in Makefile.PL such that files won't get copied to
'/Library/Perl/Darwin' by 'make install' , but instead just go (stay) in current dir?
-
Do you Yahoo!?
and the @INC is only for runtime, nothing to do with paths at install time,
correct? Mucho apreció, amigo.
Frank Wiles <[EMAIL PROTECTED]> wrote:.--[ sean finnigan wrote (2002/10/31 at
07:58:48) ]--
|
| make install
|
| and I get an error if I'm not logged in
>>>That figures... I always use su when i type make install.
>>>Can't you do the same?
Yes, but this is part of an devtool want to ship for MacOSX Cocoa folks. The idea of
expecting the users of a Cocoa application to know anything about the Unix back-end to
MacOSX is quite possibly beyond th
Permission denied at /System/Library/Perl/ExtUtils/Install.pm line 62
Error 255
Frank Wiles wrote:.--[ sean finnigan wrote (2002/10/31 at 07:58:48) ]--
|
| make install
|
| and I get an error if I'm not logged in with admin rights...
|
| What change do I need to put in Makefi
edit the LIB entry in Makefile.PL ? Or maybe something with ExtUtils=
from the make commandline?
Frank Wiles <[EMAIL PROTECTED]> wrote:.------[ sean finnigan wrote (2002/10/31 at
11:20:20) ]--
|
| Permission denied at /System/Library/Perl/ExtUtils/Install.pm line 62
| Error 255
edit the LIB entry in Makefile.PL ? Or maybe something with ExtUtils=
from the make commandline?
Frank Wiles <[EMAIL PROTECTED]> wrote:.------[ sean finnigan wrote (2002/10/31 at
11:20:20) ]--
|
| Permission denied at /System/Library/Perl/ExtUtils/Install.pm line 62
| Error 255
install to then make install will fail.
..--[ sean finnigan wrote (2002/10/31 at 12:57:11) ]--
|
| >>>>Not being a Mac OS X user, is /System/Library/Perl the default
| library location?
|
| Perl -V #shows @INC to be:
|
| /System/Library/Perl/Darwin
| /System/Library/Perl
Thank you.
George Szynal <[EMAIL PROTECTED]> wrote:For those who want/need to install a
Perl app or extension without perturbing the default perl library tree.
Possible reasons:
1. Disambiguating the existing libs from your libs (for testing perhaps)
2. Not wanting to or not having rights to log
What is the best way to replace line feeds in perl scripts that I copy from my PC to
my Unix machine? They don't run on the Unix side unless I open an editor and
find/replace the line feeds/carriage returns.
function SetDomain(d) { document.domain = d; }
-
Thank You. What is the string if I am going the other direction?
ie. Mac to PC translation.
"Kipp, James" <[EMAIL PROTECTED]> wrote:
> What is the best way to replace line feeds in perl scripts
> that I copy from my PC to my Unix machine? They don't run on
> the Unix side unless I open an edit
10 matches
Mail list logo