Re: Libtool error reporting.

2012-02-19 Thread Peter O'Gorman
I pushed this, sorry for the long delay, and thank you. Peter On 01/09/2012 08:38 AM, Shamis, Pavel wrote: Peter, Did you have a chance to look at the patch. Please let me know if you have some comments. I found it extremely useful for debug of module component architecture, that loads modul

Re: Libtool error reporting.

2012-01-09 Thread Shamis, Pavel
Peter, Did you have a chance to look at the patch. Please let me know if you have some comments. I found it extremely useful for debug of module component architecture, that loads modules on the "fly". Regards, Pavel (Pasha) Shamis --- Application Performance Tools Group Computer Science and M

Re: Libtool error reporting.

2011-12-08 Thread Shamis, Pavel
Peter, Actually, I already have a patch. Please see attached file. It is very simple, if module opening fails, in addition to "Failed" message, it prints out last error message. So far it is only a spot where I found useful to add verbose error reporting. libtool_debug_error_reporting.patch

Re: Libtool error reporting.

2011-12-07 Thread Peter O'Gorman
On 12/05/2011 11:48 AM, Shamis, Pavel wrote: Hi, As have been mentioned on the list, libtool error reporting - "file not found" is not perfect. People suggested to fix it (http://www.mail-archive.com/libtool@gnu.org/msg12156.html) but it seems, that the changes have never been incorporated int