Improving Xorg

Daniel Stone daniel at freedesktop.org
Sat Jul 1 03:17:49 PDT 2006


On Fri, Jun 30, 2006 at 02:48:33PM -0700, Alan Coopersmith wrote:
> I have a single checkout of cvs/git sources and use lndir to make links to
> it from directories in which I build 32-bit & 64-bit on both SPARC & x86/x64
> for Solaris, and even gcc vs. Sun compilers.

autotools supports srcdir != builddir, so you can do something like
this:
mkdir obj-amd64
cd obj-amd64
../configure --prefix=/usr etc
make
sudo make install
cd ..
dchroot -c dapper-i386
mkdir obj-i386
cd obj-i386
../configure --prefix=/usr etc
make
sudo make install

Cheers,
Daniel

> I also use a install.sh hacked to skip the install of any file name ending
> in .la.

Woo!
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 191 bytes
Desc: Digital signature
URL: <http://lists.x.org/archives/xorg/attachments/20060701/9a65281f/attachment.pgp>


More information about the xorg mailing list