Hello

I have complete misled the matter yesterday.
I found it was very easy this morning.
I would like to cry how silly I was !!!!!!! :-(
 
BTW: The following Patch is OK for src/Makefile for mingw/cygwin.

*** Makefile.org        Thu Apr 10 08:28:11 2008
--- Makefile    Thu Apr 10 08:31:30 2008
***************
*** 4,14 ****
--- 4,17 ----
  FIXEDTARGET = fixed.oct 
  
  DLLDEF =
+ ADD_FLAGS =  
  ifneq (,$(findstring cygwin,$(canonical_host_type)))
     DLLDEF = -DFIXED_DLL
+    ADD_FLAGS = -Wl,--out-implib=libfixed.a
  endif
  ifneq (,$(findstring mingw,$(canonical_host_type)))
     DLLDEF = -DFIXED_DLL
+    ADD_FLAGS = -Wl,--out-implib=libfixed.a
  endif
  ifneq (,$(findstring msdosmsvc,$(canonical_host_type)))
     DLLDEF = -DFIXED_DLL


**************************
I have confirmed

cd main/fixed/src
./autogen.sh
./configure
make
cd ../examples
make
PATH=$PATH:../src
octave
addpath ("../src")
a = ffft(fixed(6,4,32*randn(64,1)))

in cygwin/mingw.

PATH to where fixed.oct is required because it plays both role as an oct and a 
dll file.)
So 
PATH=$PATH:../src
is addded.

I think we need to add path by
putenv('PATH', sprintf("\'%s\':***********", getenv('PATH')))

*********** is a PATH where fixed.oct is placed in octaverc something like that 
for windows
plataforms.

Hi,Micael!  Do you have a any good idea?

Regards

Tatsuro

 



--- Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote:

> Hello
> 
> Sorry. I have tried this morning, but it has not work well yet.
> Please wait a while.
> 
> Regards 
> 
> Tatsuro
> 
> 
> --- Tatsuro MATSUOKA <[EMAIL PROTECTED]> wrote:
> 
> > Hello
> > 
> > --- David wrote:
> > 
> > On Mon, Apr 07, 2008 at 12:44:33AM +0900, Tatsuro MATSUOKA wrote:
> > > Hello Michael
> > > 
> > > Every one waits you to comes back.
> > > I understand that this is a mere file name handling problem of file.
> > > Hi, David.  I would like to octave in windows platform treat problem in 
> > > the sameframe work.
> > > I think you are already proceed to this issue on mingw.
> > > 
> > > Can I consider the patch to the current svn source?
> > > Revision 4814
> > 
> > I haven't addressed mingw yet, I've been busy on other things.. I think 
> > the fix is relatively easy, its just a matter of using the right flag to 
> > gcc to get it to create the import library at the time the fixed.oct 
> > file is created.  I'd be happy to see you propose a patch though as I 
> > haven't even gotten around to installing a mingw with compilers yet. 
> > This is one of teh things i think has to be fixed before the yet 
> > octave-forge release, together with getting the ginput command in 
> > octave-forge working with the wxt terminal under windows..
> > 
> > Cheers
> > David
> > ***************
> > 
> > OK. You seem to be too busy. I will do it tonight (in JST or tomorrow 
> > morining, hopefully).
> > 
> > Regards
> > 
> > Tatsuro
> > 
> > 
> > 
> > 
> > 
> > --------------------------------------
> > GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
> > http://pr.mail.yahoo.co.jp/ganbare-nippon/
> > 
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> > Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> > Monday, April 7! Use priority code J8TLD2. 
> > http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> > _______________________________________________
> > Octave-dev mailing list
> > Octave-dev@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/octave-dev
> > 
> 
> 
> --------------------------------------
> GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
> http://pr.mail.yahoo.co.jp/ganbare-nippon/
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
> Register now and save $200. Hurry, offer ends at 11:59 p.m., 
> Monday, April 7! Use priority code J8TLD2. 
> http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
> _______________________________________________
> Octave-dev mailing list
> Octave-dev@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/octave-dev
> 


--------------------------------------
GANBARE! NIPPON! Win your ticket to Olympic Games 2008.
http://pr.mail.yahoo.co.jp/ganbare-nippon/

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference 
Don't miss this year's exciting event. There's still time to save $100. 
Use priority code J8TL2D2. 
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to