[Gambas-user] Excluding components from build process
Laurent Carlier
lordheavym at ...626...
Sat Apr 7 23:55:40 CEST 2012
> On Sat, 07 Apr 2012, Charlie Reinl wrote:
> > Am Samstag, den 07.04.2012, 20:06 +0200 schrieb tobi:
> > > Hi,
> > >
> > > I know a pretty bunch of components that I don't intend to compile on my system (because I don't
> > > want my box to satisfy their dependencies). May it be possible to explicitly exclude them from
> > > the reconf-all, configure, make process? I know that despite the make part this is a quite rare
> > > task but nevertheless a pain on my machine.
> > > I'm not very familiar with those autoconf and friends and seriously: The files they generate are
> > > unreadable, at least to me.
> > > I don't want to steal someone's time (the dictionary says, the correct idiom would be something
> > > with monkeys?) explaining me what goes on but a yes/no/look at the stuff answer.
> > >
> > > Regards,
> > > Tobi
> > >
> > ----------------------8<-------------------------------
> > Salut Tobi,
> >
> > you can disable them , instead of ./configure -C
> >
> > do a ./configure -C --disable-pdf --disable-net --disable-gsl
> >
>
> Great!
> That's pretty easy, I should have invested a minute or two to study its options... However, I can't
> find that in the INSTALL file. It's certainly not _that_ important...
>
> Regards,
> Tobi
>
You can find this with ./configure --help
++
More information about the User
mailing list