[geos-devel] src/libgeos.la missing from tests/perf/Makefile.in

Andrew Watkins andrew at dcs.bbk.ac.uk
Fri Jul 8 13:16:57 PDT 2016


On 08/07/2016 17:05, Sandro Santilli wrote:
> On Fri, Jul 08, 2016 at 11:55:18AM +0100, Andrew Watkins wrote:
>
>> I have tracked it down that the Makefile.in is missing libgeos.la
>>
>> geos-3.5.0-origin/tests/perf/Makefile.in geos-3.5.0/tests/perf/Makefile.in
>> 278c278
>> < LIBS = @LIBS@
>> ---
>>> LIBS = $(top_builddir)/src/libgeos.la
>> Not sure how it works with GNU, but I wonder if the above is correct.
> @LIBS@ should be expanded by the ./configure call
> (How) is it expanded ?
>
After ./configure LIBS is empty.
I forgot to say that I found the

LIBS = $(top_builddir)/src/libgeos.la

in all the following files:

tests/xmltester/Makefile.in:LIBS = $(top_builddir)/src/libgeos.la
tests/perf/operation/buffer/Makefile.in:LIBS = $(top_builddir)/src/libgeos.la
tests/perf/operation/predicate/Makefile.in:LIBS = $(top_builddir)/src/libgeos.la
tests/bigtest/Makefile.in:LIBS = $(top_builddir)/src/libgeos.la

That is why I thought it need to be intests/perf/Makefile.in Thanks, Andrew

-- 
Andrew Watkins * Birkbeck, University of London * Computer Science *
* http://notallmicrosoft.blogspot.com *
* UKOUG Systems SIG Chair * formaly Solaris SIG *
* UKOUG Tech15 committee *



More information about the geos-devel mailing list