new installation problem - lots of files on root directory
Subject: new installation problem - lots of files on root directory
From: Billinghurst, David (CRTS)
Date: Fri, 21 Jun 2002 15:23:46 +1000
The last patch to src/Makefile.am is responsible. Should there be a
corresponding patch to common.mk to define instsrcdir - something like
this. (Not sure if this is the desired location).
--- /usr/local/cvs/maxima/common.mk 2002-06-21 09:44:57.000000000 +1000
+++ /usr/local/src/maxima/common.mk 2002-06-21 15:14:11.000000000 +1000
@@ -8,6 +8,7 @@
docsharedir = $(docdir)/share
demodir = $(verpkgdatadir)/demo
emacsdir = $(verpkgdatadir)/emacs
+instsrcdir = $(verpkgdatadir)/src
sharedir = $(verpkgdatadir)/share
xmaximadir = $(verpkgdatadir)/xmaxima
-----Original Message-----
From: CRTS
Sent: Friday, 21 June 2002 1:54
To: maxima@www.ma.utexas.edu
Subject: new installation problem - lots of files on root
directory
When installing current CVS maxima, lots of data files end up in /
The problem seems to be in src/Makefile
- install_datafiles target installs files into $(genericdir)
- genericdir=$(instsrcdir)
- instsrcdir isn't defined
This didn't happen a few hours ago.
_______________________________________________
Maxima mailing list
Maxima@www.math.utexas.edu
http://www.math.utexas.edu/mailman/listinfo/maxima