On Wed, Sep 24, 2008 at 9:57 PM, Benjamin Lindner <[EMAIL PROTECTED]> wrote:
> Hello,
>
> in order to build __COM__.oct in the windows-1.0.6 package using
> mingw32-gcc, an additional link libray is required
>
> Index: Makefile
> ===================================================================
> --- Makefile    (revision 5308)
> +++ Makefile    (working copy)
> @@ -24,7 +24,7 @@
>        $(MKOCTFILE) -o $@ $^ -luser32 -ladvapi32
>
>  __COM__.oct: __COM__.o
> -       $(MKOCTFILE) -o $@ $^ -lole32 -loleaut32 -luser32
> +       $(MKOCTFILE) -o $@ $^ -lole32 -loleaut32 -luser32 -luuid
>
>  ../inst/%.m : %.m.in
>        if [ ! -d ../inst ]; then mkdir ../inst; fi
>
> I don't know if this will now work with msvc.
> If not, then the added -luuid should somehow be conditional to a mingw
> build (is this easily possible in makefiles?)

This is not needed under MSVC. So I suggest that you try to
write a configure test for the missing feature and use a new
substituted variable in Makeconf.in.

What is the missing symbol?

Michael.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Octave-dev mailing list
Octave-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/octave-dev

Reply via email to