> I believe it is that:
> 
> /lib/ld.so /path/to/foo
> 
> where /path/to/foo is a non-trivial program linked against libthreads.
> 
> (non-trivial because `main(){}' does work, even when compiled with
> -lthreads).

Did you try the LD_DEBUG environment variable settings and see if you can
see anything obviously different between the trivial and nontrivial programs?

Did the nontrivial program make it to the beginning of main or crash or what?

Can you use gdb on ld.so?

_______________________________________________
Bug-hurd mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-hurd

Reply via email to