#20982: jpeg does not build on Snow Leopard with i386 arch set ---------------------------------+------------------------------------------ Reporter: cbradney@… | Owner: waqar@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.8.0 Keywords: snowleopard | Port: jpeg ---------------------------------+------------------------------------------ Comment(by jkebinger@…): I think this would build it using the gcc defaults on SL which I believe are 64 bit Replying to [comment:3 M8R-au0fku@…]:
I ran into the same issue.
This worked for me on Snow Leopard, however:
I downloaded and extracted jpegsrc.v7.tar and then hit in terminal:
{{{ cd jpeg-7 cp /usr/share/libtool/config/config.sub . cp /usr/share/libtool/config/config.guess . ./configure --enable-shared --enable-static make sudo mkdir -p /usr/local/include sudo mkdir -p /usr/local/lib sudo mkdir -p /usr/local/man/man1 sudo make install }}}
-- Ticket URL: <http://trac.macports.org/ticket/20982#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS