0

I try to build graphviz from git http://github.com/ellson/graphviz/ It stop building with this message

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

Can you point me to the problem?

4

1 回答 1

1

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

perl 插件似乎存在一些问题,对我来说是用

    ./configure --enable-perl=no

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

于 2013-12-27T01:13:00.707 回答