Michael Goffioul wrote:
> On Thu, Mar 27, 2008 at 12:27 PM, David Bateman
> <[EMAIL PROTECTED]> wrote:
>   
>>  Yes, but can we do the same with cygwin and mingw?
>>     
>
> I guess you can. oct-files are just DLL's, whether you compile with MSVC,
> mingw or cygwin. Moreover, mingw and cygwin export all symbols by
> default, so the OCTAVE_FIXED_API macro would even not be needed.
>
> Michael.
>   

The problem I had with cygwin is that at the time the example oct-files
were build it wanted the symbols to be resolved, and thus linked against
fixed.oct..... If the OCTAVE_FIXED_API macro doesn't address that issue
then I don't think my fix with work on the cygwin platform and probably
not the mingw platform either. It should work on MSVC as this is
essentially what you were doing with your previous patches...

How can we force the link of the oct-file to not attempt to resolve the
symbols for the fixed type during the link, but rather at run time?

D.

-- 
David Bateman                                [EMAIL PROTECTED]
Motorola Labs - Paris                        +33 1 69 35 48 04 (Ph) 
Parc Les Algorithmes, Commune de St Aubin    +33 6 72 01 06 33 (Mob) 
91193 Gif-Sur-Yvette FRANCE                  +33 1 69 35 77 01 (Fax) 

The information contained in this communication has been classified as: 

[x] General Business Information 
[ ] Motorola Internal Use Only 
[ ] Motorola Confidential Proprietary


-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to