Re: [Fink-devel] dlopen symbol not found

2007-12-03 Thread Peter O'Gorman
Koen van der Drift wrote: First of all, thanks for all the help and suggestions. Little by little I am undestanding more of the whole building process. Now for the results :) Unfortunately, I still get the same error: t/1Can't load

Re: [Fink-devel] dlopen symbol not found

2007-12-03 Thread Koen van der Drift
First of all, thanks for all the help and suggestions. Little by little I am undestanding more of the whole building process. Now for the results :) Using JF's test, I don't see any errors, ie nm doesn't print any symbol names. (BTW, could that script be useful in the validation code of

Re: [Fink-devel] dlopen symbol not found

2007-12-03 Thread Koen van der Drift
On Dec 3, 2007, at 10:01 PM, Peter O'Gorman wrote: Yes, but the loader is not looking for ajStrTokenCount, it is looking for XS_Bio__Emboss_ajStrTokenCount. And that is undefined. Did you do jfm's magic on Emboss.bundle? that gives: Macintosh:Emboss koen$ nm -mgu Emboss.bundle | fgrep -v

Re: [Fink-devel] dlopen symbol not found

2007-12-03 Thread Daniel Macks
On Mon, Dec 03, 2007 at 09:43:51PM -0500, Koen van der Drift wrote: First of all, thanks for all the help and suggestions. Little by little I am undestanding more of the whole building process. Now for the results :) Using JF's test, I don't see any errors, ie nm doesn't print any

Re: [Fink-devel] dlopen symbol not found

2007-12-03 Thread Daniel Macks
On Tue, Dec 04, 2007 at 01:07:42AM -0500, Daniel Macks wrote: Bug that doesn't affect anything: in the bio-emboss-pm.patch, $EMB_EXT_LIBS should be [EMAIL PROTECTED]@/lib (need to pass the actual linker flag, not just the pathname where the libs are). Or actually, don't need to pass anything