Hi David

--- David Bateman <[EMAIL PROTECTED]> wrote:
 
> Err can you point me to it.. I seem to have missed it.
> 
At that time you were too busy.

http://sourceforge.net/mailarchive/forum.php?thread_name=20080322120239.GE4753%40heima.gjk.dk&forum_name=octave-dev

You can find in the above but they are too long to search without memory.
Therefore I searched corresponding part and cited here again.

Re: [OctDev] fixed fails to build on linux
From: Tatsuro MATSUOKA <[EMAIL PROTECTED]> - 2008-04-10 00:01
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.

*********************************************************

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 
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