|
From: Arthur N. <ac...@ca...> - 2016-01-07 08:40:34
|
Could you tar up a copy of the output and email it to me so I can try to
see what has happened. I do not believe I have seen that before, and I
rebuild on Ubuntu frequently.
Meanwhile here are a few things you can try that MIGHT help - and if they
do please report that to me too. I a, assuming you have fetched the
sources using "subversion" - if not then give that a go (since it would
mean you were exposed to the lastest bugs that developers allow to slip in
but also you get the benefit of the latest fixes and improvements).
(1) svn -R revert . ; svn update
should put you in a state well synchronised with the cenmtral site in case
some random local corruption of a file was the pain.
(2) cd to the main directory where you go "./configure --with-csl" but
before dooing that try "./autogen.sh" (or ./autogen.sh -f) to recreate
configure from configure.ac. Changes a week or two ago saw me stop
checkin in a full set of the intermediate autoconf files because some were
objecting (reasonably) because on updates that tended to cause a load of
subversion messages and misery...
(3) try "./configure --with-psl" and "make psl" to make the other
variant which also might also get you going.
Will watch for your transcript - perhaps you can save the version that
failed until I have looked at that in case I need to ask you to send in
copies of any other files, or try other experiments to get the problem
debugged. I obviously hope that just looking at the output will give me
enough clues...
Arthur
On Wed, 6 Jan 2016, pcr1 wrote:
> I am trying to install reduce from source on an AMD64 box running
> Ubuntu. I ran the csl-sanity-check script sucessfully but when I ran
> ./configure --with-csl and then make, I got this at the end of the output:
>
> ar: 'u' modifier ignored since 'D' is the default (see 'U')
> make[2]: *** No rule to make target 'all'. Stop.
> make[1]: *** [all] Error 2
> make: *** [all] Error 2
>
> I can ship you the complete output if you need it. Your help is
> appreciated!
>
> ------------------------------------------------------------------------------
> _______________________________________________
> Reduce-algebra-developers mailing list
> Red...@li...
> https://lists.sourceforge.net/lists/listinfo/reduce-algebra-developers
>
|