Update of /cvsroot/monetdb/sql/src/backends/monet5/merovingian
In directory 
sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv23395/sql/src/backends/monet5/merovingian

Modified Files:
      Tag: Feb2010
        Makefile.ag 
Log Message:
If you use pthreads, link with the library.

Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/merovingian/Makefile.ag,v
retrieving revision 1.15
retrieving revision 1.15.2.1
diff -u -d -r1.15 -r1.15.2.1
--- Makefile.ag 7 Jan 2010 15:24:31 -0000       1.15
+++ Makefile.ag 20 Apr 2010 07:51:13 -0000      1.15.2.1
@@ -57,7 +57,8 @@
                $(MONETDB5_LIBS) -lmonetdb5 \
                $(MONETDB_LIBS) -lbat -lstream \
                $(SOCKET_LIBS) \
-               $(MALLOC_LIBS)
+               $(MALLOC_LIBS) \
+               $(PTHREAD_LIBS)
 }
 
 bin_monetdb = {


------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to