Update of /cvsroot/monetdb/MonetDB5/src/optimizer
In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv26883/src/optimizer
Modified Files:
Makefile.ag
Log Message:
(hopefully) fixing the compilation/linking problems on Windows:
(cf. [ 1881656 ] M5: starting mserver5 fails on Windows
https://sourceforge.net/tracker/index.php?func=detail&aid=1881656&group_id=56967&atid=482468)
opt_replicators calls symbols from module algebra,
hence, we need to link with ../modules/kernel/lib_algebra
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/MonetDB5/src/optimizer/Makefile.ag,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -d -r1.53 -r1.54
--- Makefile.ag 27 Jan 2008 11:11:05 -0000 1.53
+++ Makefile.ag 30 Jan 2008 13:07:08 -0000 1.54
@@ -36,7 +36,7 @@
opt_statistics.mx opt_trace.mx opt_replicator.mx
#SCRIPTS = mal
- LIBS = ../mal/libmal ../modules/mal/lib_bpm $(MONETDB_LIBS) -lbat
-lstream $(MATH_LIBS) \
+ LIBS = ../mal/libmal ../modules/mal/lib_bpm
../modules/kernel/lib_algebra $(MONETDB_LIBS) -lbat -lstream $(MATH_LIBS) \
$(SOCKET_LIBS) $(Z_LIBS) $(BZ_LIBS) \
$(MALLOC_LIBS) $(PTHREAD_LIBS) $(DL_LIBS)
}
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Monetdb-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-checkins