Hello This problem did not occur on msys+mingw platform. Perhaps this is cygwin spcific issue. But the reason has not been known at present.
Regards Tatsuro --- Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote: > Hello Michael > > > > > ******* > > > > > > /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. > > > Yes. You are right. I have carried out dirty hack in src/ann/src/Makefile. > > $(LIBDIR)/$(ANNLIB): $(OBJECTS) > $(MAKEFILE) $(ANNLIB) $(OBJECTS) => ar rc $(ANNLIB) $(OBJECTS) > $(RANLIB) $(ANNLIB) > mv $(ANNLIB) $(LIBDIR) > > That made me ann package install successful. > I cannot understand why the configure script included this escape sequence in > the > AR variable at the monent. > > Regards > > Tatsuro > > > > > -------------------------------------- > For All Sports Lovers! SPORTS OHEN PROJECT 2008 > http://pr.mail.yahoo.co.jp/yells/ > > ------------------------------------------------------------------------- > 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 > -------------------------------------- For All Sports Lovers! SPORTS OHEN PROJECT 2008 http://pr.mail.yahoo.co.jp/yells/ ------------------------------------------------------------------------- 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
