In article <[EMAIL PROTECTED]>,
 [EMAIL PROTECTED] (Chris Angelli) wrote:

> I am running Panther Server 10.3.1.  I edited 
> /System/Library/Perl/5.8.1/darwin-thread-multi-2level/Config.pm,
> as per the instructions posted previously on this
> group.
> 
> I am trying to install HTML::Parser and I see the
> following error:
> 
> ld: -undefined: unknown argument: dynamic_lookup
> make: *** [blib/arch/auto/HTML/Parser/Parser.bundle]
> Error 1


You're probably running gcc 3.1 or earlier (dynamic_lookup is new, I think 
for gcc 3.3).  See:

   gcc -v

or:

   gcc_select

It will report the current version of gcc.  To use gcc 3.3:

   sudo gcc_select 3.3

-- 
Chris Nandor                      [EMAIL PROTECTED]    http://pudge.net/
Open Source Development Network    [EMAIL PROTECTED]     http://osdn.com/

Reply via email to