rtld problem

2000-07-18 Thread Greg Thompson
hackers, i'm having trouble with the runtime linker. it seems like a bug, but perhaps there's something mystical i'm supposed to do to make this work. the short version of what i'm seeing is this: my app references symbols in a shared lib. the shared lib uses symbols in another shared lib.

Re: rtld problem

2000-07-18 Thread John Polstra
In article <[EMAIL PROTECTED]>, Greg Thompson <[EMAIL PROTECTED]> wrote: > i'm having trouble with the runtime linker. What version of FreeBSD? > my app references symbols in a shared lib. the shared lib uses > symbols in another shared lib. if i like my app only against lib #1, > it crashes wh

Re: rtld problem

2000-07-18 Thread Greg Thompson
>From: John Polstra <[EMAIL PROTECTED]> > >In article <[EMAIL PROTECTED]>, Greg Thompson ><[EMAIL PROTECTED]> wrote: > > > i'm having trouble with the runtime linker. > >What version of FreeBSD? mortal sin #1. oops. 4.0-2714-STABLE. >Is your test case something that you can package up and