develooper Front page | perl.perl5.porters | Postings from January 2011

Re: Undefined symbols...? [SOLVED]

Thread Previous
From:
Alberto Simões
Date:
January 27, 2011 07:28
Subject:
Re: Undefined symbols...? [SOLVED]
Message ID:
4D418EF8.7010600@alfarrabio.di.uminho.pt
Hello

Solved. Had one, just one, .o file that wasn't in the cleanup rule :-|

Thanks and sorry!

On 27/01/2011 15:25, Alberto Simões wrote:
>
>
> On 27/01/2011 15:20, Nicholas Clark wrote:
>> On Thu, Jan 27, 2011 at 03:16:00PM +0000, Alberto Simões wrote:
>>> Hello
>>>
>>> Probably I am doing something wrong. Mostly sure.
>>>
>>> But a module that was working correctly with 5.12.2 is now complaining
>>> under 5.12.3:
>>>
>>> # Error: Can't load
>>> '/Users/ambs/Natura/svn/Text/BibTeX/blib/arch/auto/Text/BibTeX/BibTeX.bundle'
>>>
>>> for module Text::BibTeX:
>>> dlopen(/Users/ambs/Natura/svn/Text/BibTeX/blib/arch/auto/Text/BibTeX/BibTeX.bundle,
>>>
>>> 2): Symbol not found: _Perl_Gthr_key_ptr
>>>
>>> Searching for this symbol, the only thing I could find was, perlapi.h,
>>> line 844:
>>>
>>> #define PL_thr_key (*Perl_Gthr_key_ptr(NULL))
>>>
>>> But, no Perl_Gthr_key_ptr anywhere.
>>>
>>> Hints?
>>
>> Your 5.12.2 was built with ithreads, and your 5.12.3 was not?
>
> I deleted the full /opt/local/lib/perl5 tree. Also, performed the
> complete make clean on the module. So I was expecting it to be fresh... :-|
>
> Will keep looking.
> Thanks

-- 
Alberto Simões

Thread Previous


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About