From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23017 invoked by alias); 31 Mar 2011 20:44:52 -0000 Received: (qmail 23009 invoked by uid 22791); 31 Mar 2011 20:44:51 -0000 X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,TW_BG,TW_BQ,TW_IB,TW_QR,TW_YG,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: sourceware.org Received: from mail-wy0-f171.google.com (HELO mail-wy0-f171.google.com) (74.125.82.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 31 Mar 2011 20:44:47 +0000 Received: by wyb32 with SMTP id 32so3130905wyb.2 for ; Thu, 31 Mar 2011 13:44:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.216.143.228 with SMTP id l78mr3111808wej.21.1301604285647; Thu, 31 Mar 2011 13:44:45 -0700 (PDT) Received: by 10.216.238.205 with HTTP; Thu, 31 Mar 2011 13:44:45 -0700 (PDT) In-Reply-To: <4D94E230.9010806@quicknet.nl> References: <4D94E230.9010806@quicknet.nl> Date: Thu, 31 Mar 2011 20:58:00 -0000 Message-ID: Subject: Re: Fwd: octave updated to 3.4.0-3. Please test (strcat error) From: marco atzeri To: cygwin@cygwin.com Cc: "A.R. Burgers" Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com X-SW-Source: 2011-03/txt/msg00868.txt.bz2 On Thu, Mar 31, 2011 at 10:21 PM, A.R. Burgers wrote: > LS, > > with the current octave, I get this octave strcat > error on plot, both with xterm and the dumb terminal. > Same error on two different windows XP systems. > Same error with libstdc++6 and libgfortran3 from cygwin-ports gcc 4.5.2-2 > > Teun > > $ octave > GNU Octave, version 3.4.0 > Copyright (C) 2011 John W. Eaton and others. > > [snip] > > octave:1> t=3D(0:0.1:2*pi); > octave:2> plot(t,sin(t)) > error: Invalid call to strcat. =A0Correct usage is: > > =A0-- Function File: =A0strcat (S1, S2, ...) > > error: called from: > error: =A0 /usr/share/octave/3.4.0/m/help/print_usage.m at line 87, colum= n 5 > error: =A0 /usr/share/octave/3.4.0/m/strings/strcat.m at line 92, column 5 > error: =A0 /usr/share/octave/3.4.0/m/plot/__gnuplot_get_var__.m at line 1= 13, > column 11 > error: =A0 /usr/share/octave/3.4.0/m/plot/__go_draw_axes__.m at line 40, > column 18 > error: =A0 /usr/share/octave/3.4.0/m/plot/__go_draw_figure__.m at line 16= 7, > column 19 > error: =A0 /usr/share/octave/3.4.0/m/plot/__gnuplot_drawnow__.m at line 8= 6, > column 5 > octave:3> quit > > BURGERS@P4949 ~ > $ echo $TERM $DISPLAY > xterm :0 > > BURGERS@P4949 ~ > $ cygcheck -c octave liblapack0 cygwin libqrupdate0 libgfortran3 libstdc++ > gnuplot > Cygwin Package Information > Package =A0 =A0 =A0 =A0 =A0 =A0 =A0Version =A0 =A0 =A0 =A0Status > cygwin =A0 =A0 =A0 =A0 =A0 =A0 =A0 1.7.9-1 =A0 =A0 =A0 =A0OK > gnuplot =A0 =A0 =A0 =A0 =A0 =A0 =A04.4.0-1 =A0 =A0 =A0 =A0OK > libgfortran3 =A0 =A0 =A0 =A0 4.3.4-4 =A0 =A0 =A0 =A0OK > liblapack0 =A0 =A0 =A0 =A0 =A0 3.2.2-2 =A0 =A0 =A0 =A0OK > libqrupdate0 =A0 =A0 =A0 =A0 1.1.1-1 =A0 =A0 =A0 =A0OK > octave =A0 =A0 =A0 =A0 =A0 =A0 =A0 3.4.0-3 =A0 =A0 =A0 =A0OK > could you just check if reversing to cygwin 1.7.8-1 solve the problem ? I also noted the same problem this morning, but it was puzzling and NOT really repetitive. Marco -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple