[gobolinux-users] configure bug
Carlo Calica
carlo at calica.com
Mon Feb 5 04:36:19 UTC 2007
On 2/4/07, Lucas C. Villa Real <lucasvr at gobolinux.org> wrote:
> On 2/4/07, teique <teique at gmail.com> wrote:
> > Hi!
> >
> > btw I cant pass --disable-libsuffix to CompileProgram ex.:
> > CompileProgram umbrello-1.5.6.tar.bz2 -- --disable-libsuffix
> > it says: "PrepareProgram: Unknown option: --disable-libsuffix"
> >
> > so I am compiling/installing by hand,
> >
> > btw what happened to CompileProgram at new versions of Scripts package?
> > this one I am using I c now that is from Scripts 2.4.0...
>
> CompileProgram has been deprecated. Please use Compile instead.
>
Here's a 30 sec primer:
Use "MakeRecipe <url_to_tarball.tar.gz>" to make a recipe. It'll try
guess the name and version from the tarball filename. If it gets it
wrong use "MakeRecipe <name> <ver> <url_to_tarball>"
In most cases, it'll "just work" and you can follow with a "Compile
<name>". If you need to tweak the recipe it'll be in
/Files/Compile/LocalRecipes. In order to add to the configure command
you use the "configure_options" array. Basically add the following to
the recipe:
configure_options = (
"--first_option"
"--second_option"
)
--
Carlo J. Calica
More information about the gobolinux-users
mailing list