Re: libtool: link: warning

2009-12-17 Thread Marco Atzeri
--- Gio 17/12/09, Charles Wilson ha scritto: > Dave Korn wrote: > > Marco Atzeri wrote: > > > >> not sure but I suspect > >> > --- > >>   lt_search_path_spec=`$ECHO > "$lt_tmp_lt_search_path_spec" | awk ' > >> BEGIN {RS=" "; FS="/|\n";}

Re: libtool: link: warning

2009-12-17 Thread Dave Korn
Charles Wilson wrote: > Dave Korn wrote: >> Marco Atzeri wrote: >>> >>> if (lt_foo != "") { lt_freq[[lt_foo]]++; } >>> if (lt_freq[[lt_foo]] == 1) { print lt_foo; } >>> >>> awk states sintax error due to double [ >> Yeah, it would. That's some sort of changequote problem. > > Only if Marco'

Re: libtool: link: warning

2009-12-17 Thread Charles Wilson
Dave Korn wrote: > Marco Atzeri wrote: > >> not sure but I suspect >> --- >> lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' >> BEGIN {RS=" "; FS="/|\n";} { >> lt_foo=""; >> lt_count=0; >> for (lt_i = NF; lt_i > 0; l

Re: libtool: link: warning

2009-12-17 Thread Dave Korn
Marco Atzeri wrote: > not sure but I suspect > --- > lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' > BEGIN {RS=" "; FS="/|\n";} { > lt_foo=""; > lt_count=0; > for (lt_i = NF; lt_i > 0; lt_i--) { > if ($lt_i !=

Re: libtool: link: warning

2009-12-17 Thread Marco Atzeri
--- Mer 16/12/09, Charles Wilson ha scritto: > Data: Mercoledì 16 dicembre 2009, 19:00 > On Wed, 16 Dec 2009 16:39 +, > "Marco Atzeri" wrote: > > I suspect the problem is here, on the fortran libs > path > > coming as default > >  > > > > FLIBS=' -L/usr/lib/gcc/i686-pc-cygwin/4.3.4 > > -L/

Re: libtool: link: warning

2009-12-16 Thread Charles Wilson
On Wed, 16 Dec 2009 16:39 +, "Marco Atzeri" wrote: > I suspect the problem is here, on the fortran libs path > coming as default > > > FLIBS=' -L/usr/lib/gcc/i686-pc-cygwin/4.3.4 > -L/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../.. -lm -lgfortranbegin > -lgfortran -lcygwin -luser32 -lkernel32 -la

Re: libtool: link: warning

2009-12-16 Thread Marco Atzeri
--- Mer 16/12/09, Dave Korn ha scritto: > Marco Atzeri wrote: > > Hi, > > we are moving octave to automake/libtool > > and currently on cygwin I have plenty of bogus > warning > > > > libtool: link: warning: > `/usr/lib/gcc/i686-pc-cygwin/4.3.4/.

Re: libtool: link: warning

2009-12-16 Thread Marco Atzeri
--- Mer 16/12/09, Dave Korn ha scritto: > Marco Atzeri wrote: > > Hi, > > we are moving octave to automake/libtool > > and currently on cygwin I have plenty of bogus > warning > > > > libtool: link: warning: > `/usr/lib/gcc/i686-pc-cygwin/4.3.4/.

Re: libtool: link: warning

2009-12-16 Thread Dave Korn
Marco Atzeri wrote: > Hi, > we are moving octave to automake/libtool > and currently on cygwin I have plenty of bogus warning > > libtool: link: warning: > `/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libhdf5.la' seems to be moved > libtool: link: warning: > `/usr

libtool: link: warning

2009-12-16 Thread Marco Atzeri
Hi, we are moving octave to automake/libtool and currently on cygwin I have plenty of bogus warning libtool: link: warning: `/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libhdf5.la' seems to be moved libtool: link: warning: `/usr/lib/gcc/i686-pc-cygwin/4.3.4/../../../libfontconfig.la' s