On Sat, Mar 29, 2008 at 7:48 AM, dbateman <[EMAIL PROTECTED]> wrote:
>  The idea was to try and link against the fixed.oct file rather than a
>  separate library. That is what Michael did under MSVC, so I suspect there is
>  some way to do it under mingw/cygwin. How do you tell gcc that "oct" is a
>  valid extension for a dll?

I think you need to create the import library for fixed.oct (something like
libfixed.a). This import lib is automatically generated by MSVC when there
are exported symbols. This is not the case for MinGW, you need some
additional compile flags.

Michael.

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