From a56287a01b2ba1794a0988583fea6eb39d77368a Mon Sep 17 00:00:00 2001 From: Daniel Koester <Koester@Math.Uni-Augsburg.DE> Date: Tue, 11 Jun 2002 17:08:34 +0000 Subject: [PATCH] *** empty log message *** --- MAINTENANCE | 13 +++++++++++-- Makefile.am | 1 + configure.in | 1 - 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/MAINTENANCE b/MAINTENANCE index d8a36d2..ca08dbd 100644 --- a/MAINTENANCE +++ b/MAINTENANCE @@ -68,6 +68,15 @@ enters "configure" followed by "gmake", "gmake install" to install everything. c) "configure" AND "configure.in" are included, so that possible installation problems can (hopefully) be corrected without too much trouble. -V) Platform-dependent problems so far +V) Problems so far + +Some things are already explained in configure.in, in which I invested most of the work. The order of macros that check for libraries in configure.in is significant. Some combinations simply don't work! +Choosing not to use libtool would require many changes, the first would be to change all "LTLIBRARIES" to "LIBRARIES" in all "Makefile.am"s. + +1) mips-sgi-irix6.5: +a) The -lgl and -lGL libraries are required. +b) The -n32 link flag seemed to be necessary for g77 (and thus for all object files!!). This was done using @object_type@ set by configure. + +2) i686-suse-linux +a) We used MesaGL and a BLAS lib from the SuSE distribution... The BLAS lib needed -lg2c to function properly. -1) \ No newline at end of file diff --git a/Makefile.am b/Makefile.am index be64260..234a52b 100644 --- a/Makefile.am +++ b/Makefile.am @@ -4,6 +4,7 @@ EXTRA_DIST = DEMO cvs_list=DEMO/CVS DEMO/src/CVS DEMO/src/*/CVS DEMO/src/*/INIT/CVS DEMO/src/*/Macro/CVS ALBERT/src/Common/CVS +# This target only makes sense for maintainers!! cvs-clean: @echo Fixing package for cvs commit... find . -name \*~ -exec rm -rf {} \; diff --git a/configure.in b/configure.in index ad07d27..04ebf11 100644 --- a/configure.in +++ b/configure.in @@ -117,7 +117,6 @@ else AC_MSG_RESULT([No libgltools.a found in ./gltools-2-3]) fi) -AC_SUBST(static_libraries) AC_SUBST(object_type) AC_SUBST(plotansi_variable_source) AC_SUBST(plotansi_variable_object) -- GitLab