Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-03-19 Thread Brian Barrett
Thanks for the reminder. Committed to the trunk. Should be committed to the v1.2 branch shortly and be part of the 1.2.1 release, whenever that happens. Brian On Mar 16, 2007, at 2:05 PM, Bert Wesarg wrote: Hello, may I take the liberty to remind you to commit this outstanding fix. Th

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-03-16 Thread Bert Wesarg
Hello, may I take the liberty to remind you to commit this outstanding fix. Than you. Bert Wesarg Brian Barrett wrote: > Very true, thanks. I'll fix this evening. > > Brian > > On Feb 25, 2007, at 4:51 AM, Bert Wesarg wrote: > >> Hallo, >> >> ok the sed should be even more portable. but the

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-26 Thread Brian Barrett
Very true, thanks. I'll fix this evening. Brian On Feb 25, 2007, at 4:51 AM, Bert Wesarg wrote: Hallo, ok the sed should be even more portable. but the problem with a CC like "gcc -m32" isn't solved, so you should add this line and use the $tmpCC in the sed expression, to get "gcc -m32

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-25 Thread Bert Wesarg
Hallo, ok the sed should be even more portable. but the problem with a CC like "gcc -m32" isn't solved, so you should add this line and use the $tmpCC in the sed expression, to get "gcc -m32" removed: tmpCC=`echo $CC` Bert Brian W. Barrett wrote: > Thanks for the bug report and the patch. Unf

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-24 Thread Brian W. Barrett
Thanks for the bug report and the patch. Unfortunately, the remove smallest prefix pattern syntax doesn't work with Solaris /bin/sh (standards would be better if everyone followed them...), but I committed something to our development trunk that handles the issue. It should be releases as

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bernhard Fischer
On Thu, Feb 15, 2007 at 04:06:31PM +0100, Bert Wesarg wrote: >Bernhard Fischer wrote: >> On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >>> Hello, >>> >>> when using a multi token CC variable (like "gcc -m32"), the logic to >>> extract $extra_ldflags from libtool don't work. So here i

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bert Wesarg
Bernhard Fischer wrote: > On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >> Hello, >> >> when using a multi token CC variable (like "gcc -m32"), the logic to >> extract $extra_ldflags from libtool don't work. So here is a little hack >> to remove the $CC prefix from the libtool-link c

Re: [OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bernhard Fischer
On Thu, Feb 15, 2007 at 03:12:30PM +0100, Bert Wesarg wrote: >Hello, > >when using a multi token CC variable (like "gcc -m32"), the logic to >extract $extra_ldflags from libtool don't work. So here is a little hack >to remove the $CC prefix from the libtool-link cmd. > >Bert Wesarg >diff -ur openm

[OMPI devel] [PATCH] ompi_get_libtool_linker_flags.m4: fix $extra_ldflags detection

2007-02-15 Thread Bert Wesarg
Hello, when using a multi token CC variable (like "gcc -m32"), the logic to extract $extra_ldflags from libtool don't work. So here is a little hack to remove the $CC prefix from the libtool-link cmd. Bert Wesarg diff -ur openmpi-1.1.4/config/ompi_get_libtool_linker_flags.m4 openmpi-1.1.4-extra_l