Ron Newman
2017-09-20 16:32:43 UTC
Emden,
scan.c exists but is empty.
nm lib/cgraph/.libs/scan.o | grep agsetfile yields no output.
Also no output before being piped to grep.
So, I re-loaded 2.40, and without touching anything,
./configure :
output at https://www.ideatreelive.com/ron/configure
make:
WARNING: 'automake-1.13' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [Makefile.in] Error 1
Should I be downloading the "2.40-working" source instead of 2.40.1?
Ron
scan.c exists but is empty.
nm lib/cgraph/.libs/scan.o | grep agsetfile yields no output.
Also no output before being piped to grep.
So, I re-loaded 2.40, and without touching anything,
./configure :
output at https://www.ideatreelive.com/ron/configure
make:
WARNING: 'automake-1.13' is missing on your system.
You should only need it if you modified 'Makefile.am' or
'configure.ac' or m4 files included by 'configure.ac'.
The 'automake' program is part of the GNU Automake package:
<http://www.gnu.org/software/automake>
It also requires GNU Autoconf, GNU m4 and Perl in order to run:
<http://www.gnu.org/software/autoconf>
<http://www.gnu.org/software/m4/>
<http://www.perl.org/>
make: *** [Makefile.in] Error 1
Should I be downloading the "2.40-working" source instead of 2.40.1?
Ron
Date: Tue, 19 Sep 2017 13:38:20 -0400
Subject: Re: [graphviz-interest] building on Linux
Content-Type: text/plain; charset=utf-8; format=flowed
What does scan.c look like? Does it contain the agsetfile function? What
do you get if you run
?? nm lib/cgraph/.libs/scan.o | grep agsetfile
?
I still think you should start over with a fresh 2.40 source package, and
?? configure
?? make
There should be no reason for extra tools (bison, flex, automake, etc.)
to be involved. If they are invoked, and you haven't touched anything,
that is a bug that should be fixed. Can you capture the output of
configure and make and post these? Thanks.
??? Emden
------------------------------
_______________________________________________
graphviz-interest mailing list
http://lists.research.att.com/mailman/listinfo/graphviz-interest
End of graphviz-interest Digest, Vol 146, Issue 5
*************************************************
Subject: Re: [graphviz-interest] building on Linux
Content-Type: text/plain; charset=utf-8; format=flowed
What does scan.c look like? Does it contain the agsetfile function? What
do you get if you run
?? nm lib/cgraph/.libs/scan.o | grep agsetfile
?
I still think you should start over with a fresh 2.40 source package, and
?? configure
?? make
There should be no reason for extra tools (bison, flex, automake, etc.)
to be involved. If they are invoked, and you haven't touched anything,
that is a bug that should be fixed. Can you capture the output of
configure and make and post these? Thanks.
??? Emden
------------------------------
_______________________________________________
graphviz-interest mailing list
http://lists.research.att.com/mailman/listinfo/graphviz-interest
End of graphviz-interest Digest, Vol 146, Issue 5
*************************************************