help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: strcat not found--MinGW


From: wahaj87
Subject: Re: strcat not found--MinGW
Date: Mon, 2 May 2011 09:41:21 -0700 (PDT)

Hi

I saved your function code 

function listing = dir_listing 
  listing = dir (); 
end 

in file dir_listing.m, and run it on windows xp consol of octave, it shows
this output :

ans =
{
  8x1 struct array containing the fields:

    name
    date
    bytes
    isdir
    datenum
    statinfo
}

I don'nt know how to check the MinGW path, however , __gnuplot_version__
shows this output :

ans = 4.4.0octave-mingw32

Also the in directory C:\Octave\mingw32\bin there are files named as :

mingw32-c++-4.4.0-dw2.exe
mingw32-cpp-4.4.0-dw2.exe
mingw32-g++-4.4.0-dw2.exe
mingw32-gcc-4.4.0-dw2.exe
mingw32-gfortran-4.4.0-dw2.exe

so I think MinGW version is 4.4 !

Default paths already set, even in Environment variables tab of Windows xp.

In the last , the question is still there, how to set path both in octave
terminal and MSYS that can be seen by all programs.



--
View this message in context: 
http://octave.1599824.n4.nabble.com/strcat-not-found-MinGW-tp3482336p3490430.html
Sent from the Octave - General mailing list archive at Nabble.com.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]