Danek Duvall wrote:

> Rich Burridge wrote:
> 
> > No. I note that the 32 and 64 bit versions of these 11 binaries were
> > being built correctly under .../components/imagemagick/build before
> > I made the changes to the .p5m file.
> 
> Ah.  Well, that's an interesting data point.  I did an imagemagick build,
> and do *not* see the correct 32-bit binaries being built.  It seems to pick
> up the 64-bit path when checking for X:
> 
>     checking for X... libraries /usr/lib/amd64, headers
> 
> though I'm not sure where in the two hundred lines of configure that it's
> checking for X that this decision is being made.  Configure.ac isn't useful
> here, as I think it's all coming from AC_PATH_XTRA.

Something about running xmkmf is causing the 64-bit path to be added.  If
your Imakefile is

    usrlibdir:
            @echo usrlibdir='${USRLIBDIR}'

and you run "xmkmf; make usrlibdir", do you get /usr/lib, or
/usr/lib/amd64?

Danek
_______________________________________________
userland-discuss mailing list
userland-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/userland-discuss

Reply via email to