Re: [Mesa-dev] [PATCH] glsl: Link glcpp with math library.

2013-11-20 Thread Matt Turner
On Tue, Nov 19, 2013 at 11:24 PM, Vinson Lee wrote: > This patch fixes this build error with Oracle Solaris Studio. > > libtool: link: /opt/solarisstudio12.3/bin/cc -g -o glcpp/glcpp glcpp.o > prog_hash_table.o ./.libs/libglcpp.a > Undefined first referenced > symbol

Re: [Mesa-dev] [PATCH] glsl: Link glcpp with math library.

2013-11-20 Thread Brian Paul
On 11/20/2013 12:24 AM, Vinson Lee wrote: This patch fixes this build error with Oracle Solaris Studio. libtool: link: /opt/solarisstudio12.3/bin/cc -g -o glcpp/glcpp glcpp.o prog_hash_table.o ./.libs/libglcpp.a Undefined first referenced symbol

[Mesa-dev] [PATCH] glsl: Link glcpp with math library.

2013-11-19 Thread Vinson Lee
This patch fixes this build error with Oracle Solaris Studio. libtool: link: /opt/solarisstudio12.3/bin/cc -g -o glcpp/glcpp glcpp.o prog_hash_table.o ./.libs/libglcpp.a Undefined first referenced symbol in file sqrt

[Mesa-dev] [PATCH] glsl: Link glcpp with math library.

2013-10-09 Thread Vinson Lee
This patch fixes this build error with Oracle Solaris Studio. libtool: link: /opt/solarisstudio12.3/bin/cc -g -o glcpp/glcpp glcpp.o prog_hash_table.o ./.libs/libglcpp.a Undefined first referenced symbol in file sqrt