This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ct-ng question


On Wed, Aug 17, 2011 at 10:34 AM, Guylhem Aznar <crossgcc@guylhem.net> wrote:
> Hello
>
> I am wondering how complicated would it be to support running ct-ng
> from the current directory instead of reading the directories in
> /usr/local/share ?
>
> That could be an interesting addition, to avoid clogging /usr/local
> for what is essentially only used one time by most users

Guylhem, all,

You can build crosstool-ng and run it from where you extracted/cloned it:

$ ./configure --local
$ make

or you can install it to a different directory. I usually install it
to ${HOME}/ctng:

$ ./configure --prefix=${HOME}/ctng
$ make
$ make install

> Thanks
> Guylhem
>
> --
> vCard: http://guylhem.tel
>
> --
> For unsubscribe information see http://sourceware.org/lists.html#faq
>
>

-Bryan

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]