This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


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: path to find libcc1.so?


On Sat, Dec 13, 2014 at 10:56 AM, Jan Kratochvil
<jan.kratochvil@redhat.com> wrote:
> On Sat, 13 Dec 2014 01:22:38 +0100, Doug Evans wrote:
>> I was reading the new "compile" code and a question occurred to me.
>> Do we want to give the user a parameter to specify the path of libcc1.so?
>> (say if it's in a non-standard location)
>> Or is the plan to tell users to use existing mechanisms
>> (LD_LIBRARY_PATH, et.al.)?
>
> It is assumed + I use $LD_LIBRARY_PATH.
>
> I find the GDB compile project is at much too early stage than to care about
> this.

Early adopters and those who want to contribute may find it preferable
to use, e.g., ~/.gdbinit.

If this is something we eventually want to do, doing it now will help
people we want/need.

Plus it's, what, 10 lines of (real) code?


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