>
>
> >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.

-Jeff

-- 
Jeffrey S. Whitaker         Phone  : (303)497-6313
Meteorologist               FAX    : (303)497-6449
NOAA/OAR/CDC  R/CDC1        Email  : [EMAIL PROTECTED]
325 Broadway                Web    : www.cdc.noaa.gov/~jsw
Boulder, CO, USA 80303-3328 Office : Skaggs Research Cntr 1D-124


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

Reply via email to