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?)
regards
benjamin
-------------------------------------------------------------------------
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/octave-dev