Changeset: 535a32aead3d for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=535a32aead3d
Modified Files:
MonetDB5/src/modules/kernel/Makefile.ag
Branch: Oct2010
Log Message:
lock.mx uses MT_lock_*, windows doesn't do indirect linking, so add pthread to
satisfy the pthread lock symbols
diffs (12 lines):
diff -r 07c16ed7cce4 -r 535a32aead3d MonetDB5/src/modules/kernel/Makefile.ag
--- a/MonetDB5/src/modules/kernel/Makefile.ag Thu Oct 14 09:27:32 2010 +0200
+++ b/MonetDB5/src/modules/kernel/Makefile.ag Thu Oct 14 10:15:34 2010 +0200
@@ -33,7 +33,7 @@
#SCRIPTS = mal mil ""
LIBS = $(MONETDB_LIBS) -lbat -lstream $(MATH_LIBS) \
- $(MALLOC_LIBS) ../../mal/libmonetdb5
+ $(PTHREAD_LIBS) $(MALLOC_LIBS) ../../mal/libmonetdb5
}
lib__aggr = {
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list