On 16 April 2012 18:50, John Ralls wrote:
>
> It wasn't my intention, and it behaves correctly in my build environment with
> automake 1.11.1, but it fails with automake 1.11.3.
>
> I've fixed it by making the library explicitly noinst_LTLIBRARY, r22149.
I'm able to build and install now, thanks
On Apr 16, 2012, at 8:00 AM, Derek Atkins wrote:
> Christian Stimming writes:
>
>> John,
>>
>> this build error as reported by Kevin points out a bit confusion in
>> the src/engine/test/Makefile.am configuration:
>>
>> Zitat von Kevin Hale Boyes :
>>> make[5]: Entering directory `/home/hb/src
Christian Stimming writes:
> John,
>
> this build error as reported by Kevin points out a bit confusion in
> the src/engine/test/Makefile.am configuration:
>
> Zitat von Kevin Hale Boyes :
>> make[5]: Entering directory `/home/hb/src/gnucash-trunk/src/engine/test'
>> ...
>> libtool: relink: gcc -
John,
this build error as reported by Kevin points out a bit confusion in
the src/engine/test/Makefile.am configuration:
Zitat von Kevin Hale Boyes :
make[5]: Entering directory `/home/hb/src/gnucash-trunk/src/engine/test'
...
libtool: relink: gcc -shared -fPIC -DPIC .libs/utest-Split.o
.l
I can build without error but I'm consistently getting an error when I
try to make install.
Here is the output from the end of the build with the error
"/usr/bin/ld: cannot find -ltest-core"
This is a fresh checkout from SVN on Fedora 15 and the first time
trying to install.
Any help figuring this