patches 15-17

[email protected]
Newsgroups gmane.comp.gnu.gift.general
Message-ID <[email protected]>
the following patches change the makefiles slightly to build library members in a more portable format, so that we can build on AMD64.
comitted.

Julia Longtin <[email protected]>

_______________________________________________
help-GIFT mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-gift
15-ChangeLog (text/plain, 522 B)
--- ../../dev3/gift/ChangeLog	2006-11-19 11:06:05.000000000 -0600
+++ ChangeLog	2006-11-19 11:07:27.000000000 -0600
@@ -35,6 +35,8 @@
 	HACK: add $(top_srcdir) to the path, to fix #includes of the form "directory/include/target.h", so that we can build gift in a directory other than ${srcdir}
 	* libMRML/cc/Makefile.am
 	use $(srcdir)/ to find libMRML-config.pre-cc.
+	* libGIFTAcDistanceMatrix/cc/Makefile.am
+	link against .la file, instead of .a file. more portable this way.
 
 2006-10-10    <[email protected]>
15-libGIFTAcDistanceMatrix_cc_Makefile_am-use_portable_library.patch (text/plain, 796 B)
--- ../../dev/gift/libGIFTAcDistanceMatrix/cc/Makefile.am	2006-11-06 04:16:40.000000000 -0600
+++ libGIFTAcDistanceMatrix/cc/Makefile.am	2006-11-06 04:16:18.000000000 -0600
@@ -23,7 +23,7 @@
 
 lib_LTLIBRARIES = libGIFTAcDistanceMatrix.la
 
-libGIFTAcDistanceMatrix_la_LDFLAGS="@PRE_INSTALL_LIBDIRS@" -lMRML ../../libGIFTAcInvertedFile/cc/.libs/libGIFTAcInvertedFile.a 
+libGIFTAcDistanceMatrix_la_LDFLAGS="@PRE_INSTALL_LIBDIRS@" -lMRML ../../libGIFTAcInvertedFile/cc/.libs/libGIFTAcInvertedFile.la 
 
 INCLUDES= -DHAS_BOOL -I$(top_srcdir)/libMRML/include -I$(top_srcdir)/libGIFTAcInvertedFile/include -I$(top_srcdir)/libGIFTAcDistanceMatrix/include -I$(top_srcdir)/libGIFTAcURL2FTS/include -I$(top_srcdir)/libGIFTQuBayesian/include -I$(top_srcdir) -I$(HOME)/browsing/libGIFTQuBayesian/include
16-ChangeLog (text/plain, 445 B)
--- ../../dev3/gift/ChangeLog	2006-11-19 11:08:34.000000000 -0600
+++ ChangeLog	2006-11-19 11:09:09.000000000 -0600
@@ -37,6 +37,8 @@
 	use $(srcdir)/ to find libMRML-config.pre-cc.
 	* libGIFTAcDistanceMatrix/cc/Makefile.am
 	link against .la file, instead of .a file. more portable this way.
+	* libGIFTAcInvertedFile/cc/Makefile.am
+	link against .la file, instead of .a file. more portable this way.
 
 2006-10-10    <[email protected]>
16-libGIFTAcInvertedFile_cc_Makefile_am-use_portable_library.patch (text/plain, 648 B)
--- ../../dev2/gift/libGIFTAcInvertedFile/cc/Makefile.am	2006-11-19 11:19:54.000000000 -0600
+++ libGIFTAcInvertedFile/cc/Makefile.am	2006-11-19 11:18:43.000000000 -0600
@@ -25,7 +25,7 @@
 
 lib_LTLIBRARIES = libGIFTAcInvertedFile.la
 
-libGIFTAcInvertedFile_la_LDFLAGS= -module "@PRE_INSTALL_LIBDIRS@" -lMRML ../../libGIFTAcURL2FTS/cc/.libs/libGIFTAcURL2FTS.a
+libGIFTAcInvertedFile_la_LDFLAGS= -module "@PRE_INSTALL_LIBDIRS@" -lMRML ../../libGIFTAcURL2FTS/cc/.libs/libGIFTAcURL2FTS.la
 
 INCLUDES= -DHAS_BOOL -I$(top_srcdir)/libMRML/include -I$(top_srcdir)/libGIFTAcInvertedFile/include -I$(top_srcdir)/libGIFTAcURL2FTS/include -I$(top_srcdir)
17-ChangeLog (text/plain, 464 B)
--- ../../dev3/gift/ChangeLog	2006-11-19 11:22:04.000000000 -0600
+++ ChangeLog	2006-11-19 11:29:50.000000000 -0600
@@ -39,6 +39,8 @@
 	link against .la file, instead of .a file. more portable this way.
 	* libGIFTAcInvertedFile/cc/Makefile.am
 	link against .la file, instead of .a file. more portable this way.
+	* libGIFTQuInvertedFile/cc/Makefile.am
+	link against .la file, instead of .a file. more portable this way.
 
 2006-10-10    <[email protected]>
17-libGIFTQuInvertedFile_cc_Makefile_am-use_portable_library.patch (text/plain, 514 B)
--- /disk1/gift/src/merge/dev2/gift/libGIFTQuInvertedFile/cc/Makefile.am	2006-11-01 21:56:07.000000000 +0100
+++ libGIFTQuInvertedFile/cc/Makefile.am	2006-11-01 20:42:30.000000000 +0100
@@ -23,7 +23,7 @@
 
 lib_LTLIBRARIES = libGIFTQuInvertedFile.la
 
-libGIFTQuInvertedFile_la_LDFLAGS="@PRE_INSTALL_LIBDIRS@"  -lMRML ../../libGIFTAcInvertedFile/cc/.libs/libGIFTAcInvertedFile.a
+libGIFTQuInvertedFile_la_LDFLAGS="@PRE_INSTALL_LIBDIRS@"  -lMRML ../../libGIFTAcInvertedFile/cc/.libs/libGIFTAcInvertedFile.la
 
 
 #
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.