On 10/20/10 5:58 AM, Lluís Batlle i Rossell wrote: > Then, is virtualgl working only libjpeg-turbo statically linked? Can I > dynamically link?
If you want to dynamically link with LJT, try overriding JPEGLINK instead of LJTLIB, such as: make LJTDIR=/usr/local JPEGLINK='-ltjpeg -L/usr/local/lib -R/usr/local/lib -ljpeg' If libjpeg-turbo is the only version of libjpeg on the system, then you shouldn't need to use -R. That's mainly to ensure that VGL picks up the accelerated version of libjpeg at run time, assuming that there is an unaccelerated version installed in /usr/lib. ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ VirtualGL-Users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/virtualgl-users
