This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
path to find libcc1.so?
- From: Doug Evans <dje at google dot com>
- To: Jan Kratochvil <jan dot kratochvil at redhat dot com>
- Cc: gdb-patches <gdb-patches at sourceware dot org>
- Date: Fri, 12 Dec 2014 16:22:38 -0800
- Subject: path to find libcc1.so?
- Authentication-results: sourceware.org; auth=none
Hi.
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.)?
[If we provide a parameter, presumably we'll then need to do safe-path-checking,
but we already have code for that for libthread_db.]