Re: Perl install on OSX without developer tools

2001-08-23 Thread Wilfredo Sánchez
On Thursday, August 23, 2001, at 12:03 PM, Chris Devers wrote: > I don't *think* the devtools disc put anything in /usr/bin It does. For example, /usr/bin/cc. But Perl is indeed in the base system. -Fred

Re: Perl install on OSX without developer tools

2001-08-23 Thread Chris Devers
On Thu, 23 Aug 2001 [EMAIL PROTECTED] wrote: > Is there an easy way to install Perl on OSX without loading the developer > tools from Apple, which take up too much room on my small drive? Yes, try installing OSX. Perl should come with it: 2:59:24pm :chris% which perl /usr/bin/perl 2:5

Re: Perl install on OSX without developer tools

2001-08-23 Thread Ian Ragsdale
I'm pretty sure that perl is installed by default, even without the developer tools. However, you will have a really hard time installing any modules without the developer tools. Ian on 8/23/01 1:22 PM, [EMAIL PROTECTED] at [EMAIL PROTECTED] wrote: > Is there an easy way to install Perl on OSX