Re: More on my Tiger problems

2005-10-15 Thread Jonathan Worthington
Alberto Simões [EMAIL PROTECTED] wrote: W0rks, W0rks :) I'll take your word for it. :-) Somebody please apply it? :) Applied (r9486). Thanks for bug hunting (and a great YAPC::EU), Jonathan

Re: More on my Tiger problems

2005-10-15 Thread Alberto Simões
Jonathan Worthington wrote: Alberto Simões [EMAIL PROTECTED] wrote: W0rks, W0rks :) I'll take your word for it. :-) Well, it passes the tests :) Cheers, Alberto -- Alberto Simões - Departamento de Informática - Universidade do Minho Campus de Gualtar - 4710-057 Braga -

Re: More on my Tiger problems

2005-10-15 Thread Alberto Simões
W0rks, W0rks :) Somebody please apply it? :) Cheers Alberto Jonathan Worthington wrote: Alberto Simões [EMAIL PROTECTED] wrote: #7 0x000400b8 in scan_paths (filename=0xfcc888 /Users/ambs/tmp/parrot/runtime/parrot/dynext/libnci_test.bundle, libpath=0xb8a8 :) at

More on my Tiger problems

2005-10-14 Thread Alberto Simões
Again, my foo.pir is .include datatypes.pasm .sub test :main # load library .local pmc libnci_test libnci_test = loadlib libnci_test unless libnci_test goto NOT_LOADED print libnci_test was successfully loaded\n # calling a function in libnci_test .local pmc nci_c dlfunc nci_c,

Re: More on my Tiger problems

2005-10-14 Thread Jonathan Worthington
Alberto Simões [EMAIL PROTECTED] wrote: #7 0x000400b8 in scan_paths (filename=0xfcc888 /Users/ambs/tmp/parrot/runtime/parrot/dynext/libnci_test.bundle, libpath=0xb8a8 :) at config/gen/platform/darwin/dl.c:35 That gives it away. :-) -- path_list = strdup(libpath); path =