为什么git的graphviz没有编译?

时间:2013-10-22 09:54:40

标签: graphviz

我尝试从git http://github.com/ellson/graphviz/构建graphviz 它停止使用此消息构建

make[2]: Leaving directory `/home/peter/work/sdk/graphviz/graphviz-src/graphviz/cmd/gvedit'
  CXX    gvedit-moc_csettings.o
  CXX    gvedit-moc_imageviewer.o
  CXX    gvedit-moc_mainwindow.o
  CXX    gvedit-moc_mdichild.o
  CXX    gvedit-qrc_mdi.o
  CXXLD  gvedit
/usr/bin/ld: gvedit-mainwindow.o: undefined reference to symbol 'agseterrf'
/home/peter/work/sdk/graphviz/graphviz-src/graphviz/lib/cgraph/.libs/libcgraph.so.6: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
make[1]: *** [gvedit] Error 1
make[1]: Leaving directory `/home/peter/work/sdk/graphviz/graphviz-src/graphviz/cmd/gvedit'
make: *** [all-recursive] Error 1

你能指出我的问题吗?

1 个答案:

答案 0 :(得分:1)

我在github repo上发现了这个问题:https://github.com/ellson/graphviz/issues/1

对于我使用

进行构建,perl插件似乎存在一些问题
    ./configure --enable-perl=no

足以解决问题(我没有丢失任何我需要的功能)。