On Mon, Aug 25, 2008 at 11:22 AM, Tatsuro MATSUOKA
<[EMAIL PROTECTED]> wrote:
> Hello
>
> I have failed to install some components of new octave-forge release on 
> cygwin (octave-3.0.2).
>
> First one is ann-1.0.1 pakages
>
> Configure
>  octave-forge is configured with
>   octave:      octave (version 3.0.2)
>   mkoctfile:   mkoctfile for Octave 2
>   swig:
>
> make
>
> $ make
> make -C ann all
> make[1]: Entering directory 
> `/opt/octave/octave-forge-bundle-20080824/main/ann-1.0.1/src/ann'
> make -C src targets
> make[2]: Entering directory 
> `/opt/octave/octave-forge-bundle-20080824/main/ann-1.0.1/src/ann/src'
> /opt/octave/gcc-3.4.4dw2/bin/g++ -c -I../include 
> -I/opt/octave/gcc-3.4.4dw2/include -I/usr/include
> -I/opt/octave/octave-3.0.2/include -DSTATIC_LINKED -g -O2  -o ANN.o ANN.cpp
>  :
>  :
> ar rc  libANN.a ANN.o brute.o kd_tree.o kd_util.o kd_split.o kd_dump.o 
> kd_search.o kd_pr_search.o
> kd_fix_rad_search.o bd_tree.o bd_search.o bd_pr_search.o bd_fix_rad_search.o 
> perf.o
> /bin/sh: $'\E[?1034har': command not found
> make[2]: *** [../lib/libANN.a] Error 127
> make[2]: Leaving directory 
> `/opt/octave/octave-forge-bundle-20080824/main/ann-1.0.1/src/ann/src'
> make[1]: *** [all] Error 2
> make[1]: Leaving directory 
> `/opt/octave/octave-forge-bundle-20080824/main/ann-1.0.1/src/ann'
> make: *** [all] Error 2
>
> *******
>
> /bin/sh: $'\E[?1034har': command not found

This looks like terminal escape sequence. So it seems the
the configure script included this escape sequence in the
AR variable.

Michael.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to