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 32bit,

export CFLAGS=-m32
export CXXFLAGS=-m32
export LDFLAGS=-m32

cmake -G "Unix makefiles" /opt/VirtualGL

make

make install

.... yikes... no 32 bit ... just a 64bit

As far as I can tell I have all of the 32 bit required libraries -

Have I missed something in the build process?

Thanks

Dave
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to