It sounds like you're good at getting things working.

Do you know how to fix:

Undefined                       first referenced
 symbol                             in file
__cos                               libc_wrapper.o
__sin                               libc_wrapper.o
ld: fatal: Symbol referencing errors. No output written to xorgcfg

from my adventures attempting to install Xorg on SchilliX with pkgsrc?

I can't find __sin or __cos anywhere on the system, libraries or headers. 
libc_wrapper.c creates wrapper funtions for a bunch of stuff like trig 
functions, for example:

double
xf86sin(double x)
{
        return sin(x);
}

Interestingly, none of the other trig wrapper functions have this problem, 
including tan.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[EMAIL PROTECTED]

Reply via email to