[VirtualGL-Users] 32bit VirtualGL build on 64-bit linux

2013-04-29 Thread Harvey, David
Hi All, I am trying to build a 32 bit version on 64-bit linux -- libjpeg-turbo has successfully built both /lib and /lib64 I initiate the following successfully cmake -G Unix makefiles /opt/VirtualGL make make install and I get a lib64 build now I have tried several different methods for

Re: [VirtualGL-Users] 32bit VirtualGL build on 64-bit linux

2013-04-29 Thread DRC
On many platforms, the 32-bit compiler infrastructure is in a set of extra packages that aren't installed by default. Make sure that you can successfully compile a 32-bit app using -m32 (Hello, world or whatever.) The VirtualGL build system enables either 32-bit or 64-bit based on the value

Re: [VirtualGL-Users] 32bit VirtualGL build on 64-bit linux

2013-04-29 Thread Shanon Loughton
What distro are you using Dave? Shanon On 30 April 2013 07:55, DRC dcomman...@users.sourceforge.net wrote: On many platforms, the 32-bit compiler infrastructure is in a set of extra packages that aren't installed by default. Make sure that you can successfully compile a 32-bit app using