Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Behdad Esfahbod
On Tue, 2006-06-13 at 17:00 -0400, Ralf Wildenhues wrote: [ this is: http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/5319 or http://lists.gnu.org/archive/html/bug-libtool/2006-03/msg00013.html ] Hi Behdad, everyone, Hi again, Sorry for the delay again. So, yeah, replying after two

Re: add cegcc support

2008-04-17 Thread Vincent Torri
The README file explains it: run make check VERBOSE=yes TESTS=tests/demo-shared.test tests/demo-make.test tests/demo-exec.test Also, please run the other half of the tests (the new testsuite) using make check-local and post tests/testsuite.log, please. You can run both with make -k check.

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Behdad Esfahbod
On Thu, 2008-04-17 at 23:38 +0300, Roumen Petrov wrote: I think that all above is out of libtool scope. It's is exceptional project specific (lets skip cross-compilation environment) and is subject of project regression test suite. The project is responsible to set appropriate test

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Bob Friesenhahn
On Thu, 17 Apr 2008, Behdad Esfahbod wrote: If running uninstalled build is not a goal, why bother about LD_LIBRARY_PATH'ing the uninstalled library path at all? I feel your pain. As a workaround, for my own software I add a small script which exports environment variables prior to running

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Behdad Esfahbod
On Thu, 2008-04-17 at 16:40 -0500, Bob Friesenhahn wrote: An unfortunate thing is that not all software is configured the same. For example, my own software supports independent configuration for the location of different types of files. A single top prefix environment variable would not

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Behdad Esfahbod
On Fri, 2008-04-18 at 00:45 +0300, Roumen Petrov wrote: Behdad Esfahbod wrote: On Thu, 2008-04-17 at 23:38 +0300, Roumen Petrov wrote: I think that all above is out of libtool scope. It's is exceptional project specific (lets skip cross-compilation environment) and is subject of

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
* Vincent Torri wrote on Thu, Apr 17, 2008 at 06:31:34PM CEST: The README file explains it: run make check VERBOSE=yes TESTS=tests/demo-shared.test tests/demo-make.test tests/demo-exec.test Also, please run the other half of the tests (the new testsuite) using make check-local and post

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Roumen Petrov
Behdad Esfahbod wrote: On Tue, 2006-06-13 at 17:00 -0400, Ralf Wildenhues wrote: [ this is: http://thread.gmane.org/gmane.comp.gnu.libtool.bugs/5319 or http://lists.gnu.org/archive/html/bug-libtool/2006-03/msg00013.html ] Hi Behdad, everyone, Hi again, Sorry for the delay again. So,

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Roumen Petrov
Behdad Esfahbod wrote: On Thu, 2008-04-17 at 23:38 +0300, Roumen Petrov wrote: I think that all above is out of libtool scope. It's is exceptional project specific (lets skip cross-compilation environment) and is subject of project regression test suite. The project is responsible to set

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Roumen Petrov
Behdad Esfahbod wrote: [SNIP] But if user run directly an application installed in non-default location the user is responsible to set environment. I'm not talking about application installed in non-default location. I'm talking about uninstalled application. There is no significant

Re: Feature request: setting env vars for binary wrappers

2008-04-17 Thread Behdad Esfahbod
On Fri, 2008-04-18 at 02:32 +0300, Roumen Petrov wrote: Behdad Esfahbod wrote: [SNIP] But if user run directly an application installed in non-default location the user is responsible to set environment. I'm not talking about application installed in non-default location. I'm

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
Hello Vincent, * Vincent Torri wrote on Fri, Apr 18, 2008 at 06:51:45AM CEST: What about tests/testsuite.log? Thank you very much for providing this. # -*- compilation -*- 37. am-subdir.at:33: testing ... [...] checking build system type...

Re: add cegcc support

2008-04-17 Thread Ralf Wildenhues
* Vincent Torri wrote on Fri, Apr 18, 2008 at 07:25:01AM CEST: All failing tests fail due to config.sub files which are not up to date. Can you please go ahead and the config.sub file that comes with your installed Automake package to contain your proposed changes? It should be located at