At 5:25 Uhr -0700 25.01.2002, Jeff Whitaker wrote:
>  >
>>
>>  >However,  the  static link editor always
>>  >produces the same linking as the dynamic linker as long as
>>  >none  of the dynamic shared libraries define the same sym-
>>  >bol. Different linking can occur only when there  is  more
>>  >than  one  definition  of a symbol and the library modules
>>  >that contain the definitions for that symbol do not define
>>  >and  reference  exactly  the  same symbols.  In this case,
>>  >even different executions of the same prog>
>>  >different  linking  because the dynamic linker binds unde-
>>  >fined functions as they are called, and this  affects  the
>>  >order  in  which  undefined symbols are bound
>>
>>
>>  So, maybe the suggestion the linker gives us, to use "-bind_at_load"
>>  might indeed be the way to go. Maybe somebody could test the result
>>  with this?
>>
>
>Max:  I tried this with nedit - same error.

Same error, ok :/

What does "otool -L /sw/bin/nedit" give ? And what does "otool -l 
/sw/bin/nedit" give you (this time with a lower case -l)

Finally, can you tell me what messages the linker produced, this time 
with the -bind_at_load?


Cheers,

Max
-- 
-----------------------------------------------
Max Horn
Software Developer

email: <mailto:[EMAIL PROTECTED]>
phone: (+49) 6151-494890

_______________________________________________
Fink-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-devel

Reply via email to