Thanks Erin,

We'll take a look at it!


Al 14/02/2012 08:56, En/na Martin Sjölund ha escrit:
I'd simply reconfigure whenever I wanted to make a binary package.

#!/bin/bash
./configure --prefix ......
make -j2 omc
sudo make install
# Reset to old config
./configure ......

It's quite fast since only a few files depend on config.h.

--
Martin Sjölund

On 2012-02-14 08:30, Per Öberg wrote:
Thanks, again.

Since I'm on a non supported Linux platform (Gentoo) I can't use the
precompiled binaries and I don't wan't files laying around that my
package manager doesn't know about.

Is there an easy fix for the install procedure that I can use so that
the compilation is set up using the standard prefix but the files are
installed on a mirror that I can make a binary package of?

Thanks for your support
Per Öberg



--
Víctor Martínez Moll           | Universitat de les Illes Balears
Departament de Física          | Edifici Mateu Orfila
Àrea d'Enginyeria Mecànica     | E-07122, Palma de Mallorca, SPAIN
e-mail: [email protected] | Tel:34-971171374 Fax:34-971173426

Reply via email to