1. Define types Agraphinfo_t, Agnodeinfo_t, and Agedgeinfo_t (usually in a header file) before including <graphviz/graph.h>.
2. Call aginit() before any other libgraph functions. (This is a macro that calls aginitlib() to define the sizes of Agraphinfo_t, Agnodeinfo_t, and Agedgeinfo_t.)
3. Compile with -lgraph -lcdt.
Except for the u fields, libgraph data structures must be considered read-only. Corrupting their contents by direct updates can cause catastrophic errors.
Какие типы необходимо задать? Я так понимаю, еще нужно будет подключить граф. драйвер. Как это сделать? Просьба гуглить не отправлять, а помочь делом
PS Может нужно, платформа i686-pc-linux-gnu, версия компилятора gcc (GCC) 4.1.2 (Gentoo 4.1.2 p1.0.2)