Update of /cvsroot/monetdb/sql/src/backends/monet5
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv31863

Modified Files:
        Makefile.ag 
Log Message:
When you use a function from another library, you have to link to that
library.


U Makefile.ag
Index: Makefile.ag
===================================================================
RCS file: /cvsroot/monetdb/sql/src/backends/monet5/Makefile.ag,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- Makefile.ag 7 Jan 2009 14:19:28 -0000       1.64
+++ Makefile.ag 14 Jan 2009 12:42:44 -0000      1.65
@@ -34,7 +34,7 @@
                sql_readline.mx \
                sql_bpm.mx
        LIBS = ../../server/libsqlserver ../../storage/libstore 
../../storage/bat/libbatstore ../../storage/restrict/librestrictstore 
../../storage/bpm/libbpmstore ../../common/libsqlcommon \
-               $(MONETDB5_MODS) -l_blob -l_logger -l_mtime -l_bat5 
-l_optimizer -l_tablet -l_cluster -l_bpm -l_remote $(MONETDB5_LIBS) -lmonetdb5 
-l_mal_mapi \
+               $(MONETDB5_MODS) -l_blob -l_logger -l_mtime -l_bat5 
-l_optimizer -l_tablet -l_cluster -l_bpm -l_remote -l_run_octopus 
$(MONETDB5_LIBS) -lmonetdb5 -l_mal_mapi \
                $(MONETDB_LIBS) -lbat -lstream $(READLINE_LIBS) $(PTHREAD_LIBS)
 }
 


------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
Monetdb-sql-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/monetdb-sql-checkins

Reply via email to