]> granicus.if.org Git - graphviz/commit
tred: autotools: link to the shared gvc lib instead of the static common lib
authorMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Wed, 4 Aug 2021 09:04:58 +0000 (11:04 +0200)
committerMagnus Jacobsson <Magnus.Jacobsson@berotec.se>
Sun, 26 Dec 2021 06:59:15 +0000 (07:59 +0100)
commit330734a978398e01845fd4ff5e33581cd4dc9634
tree77fdd835e57450ab2db6bea3e5bc9406018b3481
parentf5f922af96e547fd1f879859c424531865cdd0e3
tred: autotools: link to the shared gvc lib instead of the static common lib

The common lib is built into the gvc lib.

An upcoming commit that changes tred.c to include utils.h instead of
timing.h would otherwise cause these errors:

/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: tred.o: in function `process':
/cygdrive/c/GitLab-Runner/builds/magjac/graphviz/cmd/tools/tred.c:296: undefined reference to `__imp_start_timer'
/usr/lib/gcc/x86_64-pc-cygwin/11/../../../../x86_64-pc-cygwin/bin/ld: /cygdrive/c/GitLab-Runner/builds/magjac/graphviz/cmd/tools/tred.c:299: undefined reference to `__imp_elapsed_sec'
cmd/tools/Makefile.am