libosmocore[master]: tests: fix LDADD: link libosmovty from current build

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

Vadim Yanitskiy gerrit-no-reply at lists.osmocom.org
Fri Jan 19 19:43:24 UTC 2018


Patch Set 3:

Hmm, I just tried to compile the library without libosmovty at all,
and... discovered that it's impossible:

$ ./configure --disable-vty
$ make
.......
make[2]: *** No rule to make target `../../src/vty/libosmovty.la',
needed by `libosmogb.la'.  Stop.

even this way:

$ ./configure --disable-vty --disable-gb
$ make
........
make[2]: *** No rule to make target `../../src/vty/libosmovty.la',
needed by `libosmoctrl.la'.  Stop.

and finally:

$ ./configure --disable-vty --disable-gb --disable-ctrl
$ make
[i] SUCCESS!

Probably, this is unrelated to your issue, but anyway
seems abnormal for me. I think we should have some
kind of dependency trancing within configure...

-- 
To view, visit https://gerrit.osmocom.org/5844
To unsubscribe, visit https://gerrit.osmocom.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: Id084e6e6efd25cd62b1bd7a4fc7c5985c39130c6
Gerrit-PatchSet: 3
Gerrit-Project: libosmocore
Gerrit-Branch: master
Gerrit-Owner: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: Max <msuraev at sysmocom.de>
Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr at sysmocom.de>
Gerrit-Reviewer: Vadim Yanitskiy <axilirator at gmail.com>
Gerrit-HasComments: No



More information about the gerrit-log mailing list