math/grace port: "libXcursor.so.1.0" not found ?? [SOLVED]

Igor Robul igorr at speechpro.com
Thu Oct 27 01:45:56 PDT 2005


Igor Robul wrote:

> Sorry,
> I have reread manual page for dlerror() and found that it need clear 
> error state after call, but
> dlerror() in src/libc/gen/dlfcn.c does not do this:
>
> #pragma weak dlerror
> const char *
> dlerror(void)
> {
>    return sorry;
> }
>
> So error is in FreeBSD libc, if I understand this correctly. I'll do PR.

Bad day for me :-(.

Above code is from src/libc/gen/dlfcn.c, but real dlerror for dynamicaly 
linked executables is in rtdl.c, and it works as described in  manual 
page (clears error status).

So problem is somewhere else. Sorry for false info.



More information about the freebsd-questions mailing list