On Thu, 12 Mar 2009 02:28:58 -0500
DRC <dcomman...@users.sourceforge.net> wrote:

> I was able to fool the libjpeg/SIMD build into thinking I had an i386
> chip, but it still doesn't want to build the assembly routines:
> 
> make[1]: *** No rule to make target `jsimdcpu.lo', needed by
> `libjpeg.la'.  Stop.
> make[1]: Leaving directory `/home/drc/src/tigervnc/common/jpeg'
> make: *** [all] Error 2
> 

I was able to build everything using

  ./configure --host i686-pc-linux-gnu --with-included-jpeg CFLAGS=-m32 
CXXFLAGS=-m32 LDFLAGS=-m32

Using those parameters I got a running 32-bit binary with SIMD.

Rgds
-- 
Pierre Ossman            OpenSource-based Thin Client Technology
System Developer         Telephone: +46-13-21 46 00
Cendio AB                Web: http://www.cendio.com

Attachment: signature.asc
Description: PGP signature

------------------------------------------------------------------------------
Apps built with the Adobe(R) Flex(R) framework and Flex Builder(TM) are
powering Web 2.0 with engaging, cross-platform capabilities. Quickly and
easily build your RIAs with Flex Builder, the Eclipse(TM)based development
software that enables intelligent coding and step-through debugging.
Download the free 60 day trial. http://p.sf.net/sfu/www-adobe-com
_______________________________________________
Tigervnc-devel mailing list
Tigervnc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tigervnc-devel

Reply via email to