Re: [Mesa-dev] [Mesa-bug] Solaris relocation error

1999-10-27 Thread Ron Bielaski
>From [EMAIL PROTECTED] Wed Oct 27 08:43:27 1999 > >I'm surprised that adding -lm to XLIBS didn't work for you. Could you >retest that? You're right. My mistake. Appending -lm to XLIBS in Make-config works. Thanks for the quick response. Ron ___ M

Re: [Mesa-dev] [Mesa-bug] Solaris relocation error

1999-10-27 Thread Brian Paul
Ron Bielaski wrote: > > I've seen this problem on Mesa 3.0 and MesaLib 3.1beta3 on > Solaris applications using the Mesa shared library (-sl) target. > > At runtime: > > % myprog > ld.so.1: origami: fatal: relocation error: file >/usr/local/MesaLib-3.1beta3/lib/libGL.so.1: symbol pow: referenc

[Mesa-dev] [Mesa-bug] Solaris relocation error

1999-10-27 Thread Ron Bielaski
I've seen this problem on Mesa 3.0 and MesaLib 3.1beta3 on Solaris applications using the Mesa shared library (-sl) target. At runtime: % myprog ld.so.1: origami: fatal: relocation error: file /usr/local/MesaLib-3.1beta3/lib/libGL.so.1: symbol pow: referenced symbol not found Killed Please add