Gentoo Archives: gentoo-user

From: Albert Hopkins <marduk@×××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] graphviz-2.12 fails to compile
Date: Wed, 28 Nov 2007 13:23:11
Message-Id: 1196255833.31535.40.camel@blackwidow.nbk
In Reply to: [gentoo-user] graphviz-2.12 fails to compile by Andrey Vul
1 On Wed, 2007-11-28 at 00:31 -0500, Andrey Vul wrote:
2 > last few lines of build log:
3 > [libtool]
4 > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/gvc
5 > -I../../lib/common -I../../lib/graph -I../../lib/cdt
6 > -I../../lib/pathplan -I/usr/lib64/perl5/5.8.8/x86_64-linux/CORE
7 > -I/usr/include/python2.5 -O2 -pipe -march=athlon64 -msse3
8 > -mtune=athlon64 -finline-functions -MT gv_perl.lo -MD -MP -MF
9 > .deps/gv_perl.Tpo -c gv_perl.cpp -fPIC -DPIC -o .libs/gv_perl.o
10 > [libtool]
11 > x86_64-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I../.. -I../../lib/gvc
12 > -I../../lib/common -I../../lib/graph -I../../lib/cdt
13 > -I../../lib/pathplan -I/usr/lib64/perl5/5.8.8/x86_64-linux/CORE
14 > -I/usr/include/python2.5 -O2 -pipe -march=athlon64 -msse3
15 > -mtune=athlon64 -finline-functions -MT gv_python.lo -MD -MP -MF
16 > .deps/gv_python.Tpo -c gv_python.cpp -fPIC -DPIC -o .libs/gv_python.o
17 > gv_perl.cpp:1761: error: invalid use of 'static' in linkage specification
18 > make[3]: *** [gv_perl.lo] Error 1
19 > [make stack]
20 >
21 > known bug or is something wtf?
22
23 >From the looks of it, your -finline-functions flag allowed a static
24 function to be compiled inline and caused some kind of linkage problem.
25
26 --
27 Albert W. Hopkins
28
29 --
30 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] graphviz-2.12 fails to compile Andrey Vul <andrey.vul@×××××.com>
Re: [gentoo-user] graphviz-2.12 fails to compile Andrey Vul <andrey.vul@×××××.com>