Advertisement
Guest User

Untitled

a guest
Feb 24th, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 75.71 KB | None | 0 0
  1. > install.packages("Rgraphviz_2.7.1.tar.gz", repos=NULL)
  2. Bioconductor version 2.13 (BiocInstaller 1.12.0), ?biocLite for help
  3.  
  4. Welcome to R!
  5.  
  6. * installing *source* package ‘Rgraphviz’ ...
  7. configure: Using bundled Graphviz.
  8. configure: Searching for the compilers specified by R.
  9. checking for gcc... gcc -std=gnu99
  10. checking whether the C compiler works... yes
  11. checking for C compiler default output file name... a.out
  12. checking for suffix of executables...
  13. checking whether we are cross compiling... no
  14. checking for suffix of object files... o
  15. checking whether we are using the GNU C compiler... yes
  16. checking whether gcc -std=gnu99 accepts -g... yes
  17. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  18. checking how to run the C preprocessor... gcc -std=gnu99 -E
  19. checking whether we are using the GNU C++ compiler... yes
  20. checking whether g++ accepts -g... yes
  21. configure: Preparing to compile Graphviz.
  22. configure: Configuring bundled Graphviz.
  23. checking build system type... x86_64-unknown-linux-gnu
  24. checking host system type... x86_64-unknown-linux-gnu
  25. checking for a BSD-compatible install... /usr/bin/install -c
  26. checking whether build environment is sane... yes
  27. checking for a thread-safe mkdir -p... /bin/mkdir -p
  28. checking for gawk... gawk
  29. checking whether make sets $(MAKE)... yes
  30. checking whether make supports nested variables... yes
  31. checking for style of include used by make... GNU
  32. checking for gcc... gcc -std=gnu99
  33. checking whether the C compiler works... yes
  34. checking for C compiler default output file name... a.out
  35. checking for suffix of executables...
  36. checking whether we are cross compiling... no
  37. checking for suffix of object files... o
  38. checking whether we are using the GNU C compiler... yes
  39. checking whether gcc -std=gnu99 accepts -g... yes
  40. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  41. checking dependency style of gcc -std=gnu99... gcc3
  42. checking for library containing strerror... none required
  43. checking for flex... flex
  44. checking lex output file root... lex.yy
  45. checking lex library... -lfl
  46. checking whether yytext is a pointer... yes
  47. checking for bison... bison -y
  48. checking for gawk... (cached) gawk
  49. checking whether ln -s works... yes
  50. checking for sed... /bin/sed
  51. checking for grep... grep
  52. checking for sort... sort
  53. checking for groff... groff
  54. checking for ps2pdf... ps2pdf
  55. checking for pstopdf... (cached) ps2pdf
  56. checking for pkg-config... /usr/bin/pkg-config
  57. checking pkg-config is at least version 0.9.0... yes
  58. checking for tclsh8.6... no
  59. checking for tclsh8.5... /usr/bin/tclsh8.5
  60. checking whether gcc -std=gnu99 and cc understand -c and -o together... yes
  61. checking whether we are using the GNU C++ compiler... yes
  62. checking whether g++ accepts -g... yes
  63. checking dependency style of g++... gcc3
  64. checking for gcc... gcc
  65. checking whether we are using the GNU Objective C compiler... no
  66. checking whether gcc accepts -g... no
  67. checking dependency style of gcc... gcc3
  68. checking for inline... inline
  69. checking for windres... no
  70. checking for an ANSI C-conforming const... yes
  71. checking how to run the C preprocessor... gcc -std=gnu99 -E
  72. checking for grep that handles long lines and -e... grep
  73. checking for egrep... grep -E
  74. checking for ANSI C header files... yes
  75. checking for sys/types.h... yes
  76. checking for sys/stat.h... yes
  77. checking for stdlib.h... yes
  78. checking for string.h... yes
  79. checking for memory.h... yes
  80. checking for strings.h... yes
  81. checking for inttypes.h... yes
  82. checking for stdint.h... yes
  83. checking for unistd.h... yes
  84. checking for mode_t... yes
  85. checking for pid_t... yes
  86. checking for size_t... yes
  87. checking for ssize_t... yes
  88. checking for uid_t in sys/types.h... yes
  89. checking stdarg.h usability... yes
  90. checking stdarg.h presence... yes
  91. checking for stdarg.h... yes
  92. checking stddef.h usability... yes
  93. checking stddef.h presence... yes
  94. checking for stddef.h... yes
  95. checking for stddef.h... (cached) yes
  96. checking for stdlib.h... (cached) yes
  97. checking for stdint.h... (cached) yes
  98. checking malloc.h usability... yes
  99. checking malloc.h presence... yes
  100. checking for malloc.h... yes
  101. checking fcntl.h usability... yes
  102. checking fcntl.h presence... yes
  103. checking for fcntl.h... yes
  104. checking search.h usability... yes
  105. checking search.h presence... yes
  106. checking for search.h... yes
  107. checking getopt.h usability... yes
  108. checking getopt.h presence... yes
  109. checking for getopt.h... yes
  110. checking pthread.h usability... yes
  111. checking pthread.h presence... yes
  112. checking for pthread.h... yes
  113. checking values.h usability... yes
  114. checking values.h presence... yes
  115. checking for values.h... yes
  116. checking float.h usability... yes
  117. checking float.h presence... yes
  118. checking for float.h... yes
  119. checking limits.h usability... yes
  120. checking limits.h presence... yes
  121. checking for limits.h... yes
  122. checking termios.h usability... yes
  123. checking termios.h presence... yes
  124. checking for termios.h... yes
  125. checking errno.h usability... yes
  126. checking errno.h presence... yes
  127. checking for errno.h... yes
  128. checking time.h usability... yes
  129. checking time.h presence... yes
  130. checking for time.h... yes
  131. checking for unistd.h... (cached) yes
  132. checking fenv.h usability... yes
  133. checking fenv.h presence... yes
  134. checking for fenv.h... yes
  135. checking for string.h... (cached) yes
  136. checking for strings.h... (cached) yes
  137. checking for inttypes.h... (cached) yes
  138. checking setjmp.h usability... yes
  139. checking setjmp.h presence... yes
  140. checking for setjmp.h... yes
  141. checking sys/time.h usability... yes
  142. checking sys/time.h presence... yes
  143. checking for sys/time.h... yes
  144. checking sys/times.h usability... yes
  145. checking sys/times.h presence... yes
  146. checking for sys/times.h... yes
  147. checking for sys/types.h... (cached) yes
  148. checking sys/select.h usability... yes
  149. checking sys/select.h presence... yes
  150. checking for sys/select.h... yes
  151. checking fpu_control.h usability... yes
  152. checking fpu_control.h presence... yes
  153. checking for fpu_control.h... yes
  154. checking sys/fpu.h usability... no
  155. checking sys/fpu.h presence... no
  156. checking for sys/fpu.h... no
  157. checking sys/socket.h usability... yes
  158. checking sys/socket.h presence... yes
  159. checking for sys/socket.h... yes
  160. checking for sys/stat.h... (cached) yes
  161. checking sys/mman.h usability... yes
  162. checking sys/mman.h presence... yes
  163. checking for sys/mman.h... yes
  164. checking sys/ioctl.h usability... yes
  165. checking sys/ioctl.h presence... yes
  166. checking for sys/ioctl.h... yes
  167. checking sys/inotify.h usability... yes
  168. checking sys/inotify.h presence... yes
  169. checking for sys/inotify.h... yes
  170. checking langinfo.h usability... yes
  171. checking langinfo.h presence... yes
  172. checking for langinfo.h... yes
  173. checking libintl.h usability... yes
  174. checking libintl.h presence... yes
  175. checking for libintl.h... yes
  176. checking crt_externs.h usability... no
  177. checking crt_externs.h presence... no
  178. checking for crt_externs.h... no
  179. checking whether time.h and sys/time.h may both be included... yes
  180. checking for dirent.h that defines DIR... yes
  181. checking for library containing opendir... none required
  182. checking for stdbool.h that conforms to C99... yes
  183. checking for _Bool... yes
  184. checking for socklen_t... yes
  185. checking for bool... yes
  186. checking for struct dioattr... no
  187. checking for main in -lm... yes
  188. checking for feenableexcept... yes
  189. checking for fesetenv... yes
  190. checking libgen.h usability... yes
  191. checking libgen.h presence... yes
  192. checking for libgen.h... yes
  193. checking for basename in -lgen... no
  194. checking for working alloca.h... yes
  195. checking for alloca... yes
  196. checking for lrand48... yes
  197. checking for drand48... yes
  198. checking for srand48... yes
  199. checking for setmode... no
  200. checking for setenv... yes
  201. checking for getenv... yes
  202. checking for __freadable... yes
  203. checking for _sysconf... no
  204. checking for getrusage... yes
  205. checking for strerror... yes
  206. checking for cbrt... no
  207. checking for lsqrt... no
  208. checking for vsnprintf... yes
  209. checking for strtoul... yes
  210. checking for strtoll... yes
  211. checking for strtoull... yes
  212. checking for uname... yes
  213. checking for memset... yes
  214. checking for nl_langinfo... yes
  215. checking for pow... no
  216. checking for sqrt... no
  217. checking for strchr... yes
  218. checking for strdup... yes
  219. checking for strerror... (cached) yes
  220. checking for strstr... yes
  221. checking for _NSGetEnviron... no
  222. checking for strcasecmp... yes
  223. checking for strncasecmp... yes
  224. checking for strcasestr... yes
  225. checking for a sed that does not truncate output... /bin/sed
  226. checking for fgrep... grep -F
  227. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  228. checking if the linker (/usr/bin/ld) is GNU ld... yes
  229. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  230. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  231. checking the maximum length of command line arguments... 1966080
  232. checking whether the shell understands some XSI constructs... yes
  233. checking whether the shell understands "+="... yes
  234. checking for /usr/bin/ld option to reload object files... -r
  235. checking for objdump... objdump
  236. checking how to recognize dependent libraries... pass_all
  237. checking for ar... ar
  238. checking for strip... strip
  239. checking for ranlib... ranlib
  240. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  241. checking for dlfcn.h... yes
  242. checking whether we are using the GNU C++ compiler... (cached) yes
  243. checking whether g++ accepts -g... (cached) yes
  244. checking dependency style of g++... (cached) gcc3
  245. checking how to run the C++ preprocessor... g++ -E
  246. checking for objdir... .libs
  247. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  248. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  249. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  250. checking if gcc -std=gnu99 static flag -static works... no
  251. checking if gcc -std=gnu99 supports -c -o file.o... yes
  252. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  253. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  254. checking dynamic linker characteristics... GNU/Linux ld.so
  255. checking how to hardcode library paths into programs... immediate
  256. checking for shl_load... no
  257. checking for shl_load in -ldld... no
  258. checking for dlopen... no
  259. checking for dlopen in -ldl... yes
  260. checking whether a program can dlopen itself... yes
  261. checking whether a statically linked program can dlopen itself... yes
  262. checking whether stripping libraries is possible... yes
  263. checking if libtool supports shared libraries... yes
  264. checking whether to build shared libraries... no
  265. checking whether to build static libraries... yes
  266. checking for ld used by g++... /usr/bin/ld -m elf_x86_64
  267. checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
  268. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  269. checking for g++ option to produce PIC... -fPIC -DPIC
  270. checking if g++ PIC flag -fPIC -DPIC works... yes
  271. checking if g++ static flag -static works... no
  272. checking if g++ supports -c -o file.o... yes
  273. checking if g++ supports -c -o file.o... (cached) yes
  274. checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  275. checking dynamic linker characteristics... GNU/Linux ld.so
  276. checking how to hardcode library paths into programs... immediate
  277. checking which extension is used for runtime loadable modules... .so
  278. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  279. checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib
  280. checking for library containing dlopen... -ldl
  281. checking for dlerror... yes
  282. checking for shl_load... (cached) no
  283. checking for shl_load in -ldld... (cached) no
  284. checking for dld_link in -ldld... no
  285. checking for _ prefix in compiled symbols... no
  286. checking whether deplibs are loaded by dlopen... yes
  287. checking for argz.h... yes
  288. checking for error_t... yes
  289. checking for argz_add... yes
  290. checking for argz_append... yes
  291. checking for argz_count... yes
  292. checking for argz_create_sep... yes
  293. checking for argz_insert... yes
  294. checking for argz_next... yes
  295. checking for argz_stringify... yes
  296. checking if argz actually works... yes
  297. checking whether libtool supports -dlopen/-dlpreopen... yes
  298. checking for ltdl.h... no
  299. checking where to find libltdl headers... -I${top_srcdir}/libltdl
  300. checking where to find libltdl library... ${top_build_prefix}libltdl/libltdlc.la
  301. checking for unistd.h... (cached) yes
  302. checking for dl.h... no
  303. checking for sys/dl.h... no
  304. checking for dld.h... no
  305. checking for mach-o/dyld.h... no
  306. checking for dirent.h... yes
  307. checking for closedir... yes
  308. checking for opendir... yes
  309. checking for readdir... yes
  310. checking for strlcat... no
  311. checking for strlcpy... no
  312. checking for X... disabled
  313. configure: WARNING: X11 not available.
  314. checking tcl.h usability... no
  315. checking tcl.h presence... no
  316. checking for tcl.h... no
  317. configure: WARNING: Unable to find header tcl.h. The Tcl packages will not be built
  318. configure: WARNING: No Tcl. The Tk packages will not be built either
  319. checking for connect... yes
  320. checking for gethostbyname... yes
  321. checking for main in -lXpm... no
  322. configure: WARNING: Optional Xpm library not available
  323. checking X11/Intrinsic.h usability... yes
  324. checking X11/Intrinsic.h presence... yes
  325. checking for X11/Intrinsic.h... yes
  326. checking for X11/Xaw/Text.h... no
  327. configure: WARNING: Optional Xaw library not available - missing headers
  328. checking zlib.h usability... yes
  329. checking zlib.h presence... yes
  330. checking for zlib.h... yes
  331. checking for main in -lz... yes
  332. checking for deflateBound... yes
  333. checking for GDK_PIXBUF... yes
  334. checking for GTK... yes
  335. checking for GTKGL... no
  336. checking for GTKGLEXT... no
  337. checking for GLADE... yes
  338. checking for qmake-qt4... no
  339. checking for qmake-qt3... no
  340. checking for qmake... no
  341. checking for sincos... yes
  342. checking if FILE struct contains _cnt... no
  343. checking if FILE struct contains _r... no
  344. checking if FILE struct contains _next... no
  345. checking if FILE struct contains _IO_read_end... yes
  346. checking if errno externs are declared... yes
  347. checking if getopt externs are declared... yes
  348. checking if intptr_t is declared... yes
  349. checking if assert needs __eprintf... no
  350. checking that generated files are newer than configure... done
  351. configure: creating ./config.status
  352. config.status: creating Makefile
  353. config.status: creating lib/Makefile
  354. config.status: creating lib/cdt/Makefile
  355. config.status: creating lib/cdt/libcdt.pc
  356. config.status: creating lib/graph/Makefile
  357. config.status: creating lib/graph/libgraph.pc
  358. config.status: creating lib/rbtree/Makefile
  359. config.status: creating lib/pathplan/Makefile
  360. config.status: creating lib/pathplan/libpathplan.pc
  361. config.status: creating lib/dotgen/Makefile
  362. config.status: creating lib/neatogen/Makefile
  363. config.status: creating lib/fdpgen/Makefile
  364. config.status: creating lib/sparse/Makefile
  365. config.status: creating lib/sfdpgen/Makefile
  366. config.status: creating lib/osage/Makefile
  367. config.status: creating lib/circogen/Makefile
  368. config.status: creating lib/twopigen/Makefile
  369. config.status: creating lib/patchwork/Makefile
  370. config.status: creating lib/pack/Makefile
  371. config.status: creating lib/ortho/Makefile
  372. config.status: creating lib/common/Makefile
  373. config.status: creating lib/vpsc/Makefile
  374. config.status: creating lib/gvc/Makefile
  375. config.status: creating lib/gvc/libgvc.pc
  376. config.status: creating lib/xdot/Makefile
  377. config.status: creating lib/xdot/libxdot.pc
  378. config.status: creating plugin/Makefile
  379. config.status: creating plugin/core/Makefile
  380. config.status: creating plugin/dot_layout/Makefile
  381. config.status: creating plugin/neato_layout/Makefile
  382. config.status: creating graphviz.spec
  383. config.status: creating Doxyfile
  384. config.status: creating config.h
  385. config.status: executing depfiles commands
  386. config.status: executing libtool commands
  387. === configuring in libltdl (/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl)
  388. configure: running /bin/sh ./configure --disable-option-checking '--prefix=/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix' 'CC=gcc -std=gnu99' 'CXX=g++' 'CFLAGS=-g -O2' 'CXXFLAGS=-g -O2' 'LDFLAGS=-L/usr/local/lib64' '--libdir=/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib' '--includedir=/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include' '--with-cgraph=no' '--enable-swig=no' '--enable-static' '--disable-shared' '--with-pic' '--with-libgd=no' '--disable-ltdl' '--without-x' '--without-expat' '--without-devil' '--without-rsvg' '--without-ghostscript' '--without-visio' '--without-pangocairo' '--without-lasi' '--without-glitz' '--without-freetype2' '--without-fontconfig' '--without-rpat' '--without-glut' '--without-gts' '--without-png' '--without-tcl' '--without-jpeg' 'R_LIBS=/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/library' '--enable-ltdl-convenience' --cache-file=/dev/null --srcdir=.
  389. checking for a BSD-compatible install... /usr/bin/install -c
  390. checking whether build environment is sane... yes
  391. checking for a thread-safe mkdir -p... /bin/mkdir -p
  392. checking for gawk... gawk
  393. checking whether make sets $(MAKE)... yes
  394. checking build system type... x86_64-unknown-linux-gnu
  395. checking host system type... x86_64-unknown-linux-gnu
  396. checking for style of include used by make... GNU
  397. checking for gcc... gcc -std=gnu99
  398. checking whether the C compiler works... yes
  399. checking for C compiler default output file name... a.out
  400. checking for suffix of executables...
  401. checking whether we are cross compiling... no
  402. checking for suffix of object files... o
  403. checking whether we are using the GNU C compiler... yes
  404. checking whether gcc -std=gnu99 accepts -g... yes
  405. checking for gcc -std=gnu99 option to accept ISO C89... none needed
  406. checking dependency style of gcc -std=gnu99... gcc3
  407. checking for a sed that does not truncate output... /bin/sed
  408. checking for grep that handles long lines and -e... /bin/grep
  409. checking for egrep... /bin/grep -E
  410. checking for fgrep... /bin/grep -F
  411. checking for ld used by gcc -std=gnu99... /usr/bin/ld
  412. checking if the linker (/usr/bin/ld) is GNU ld... yes
  413. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
  414. checking the name lister (/usr/bin/nm -B) interface... BSD nm
  415. checking whether ln -s works... yes
  416. checking the maximum length of command line arguments... 1966080
  417. checking whether the shell understands some XSI constructs... yes
  418. checking whether the shell understands "+="... yes
  419. checking for /usr/bin/ld option to reload object files... -r
  420. checking for objdump... objdump
  421. checking how to recognize dependent libraries... pass_all
  422. checking for ar... ar
  423. checking for strip... strip
  424. checking for ranlib... ranlib
  425. checking command to parse /usr/bin/nm -B output from gcc -std=gnu99 object... ok
  426. checking how to run the C preprocessor... gcc -std=gnu99 -E
  427. checking for ANSI C header files... yes
  428. checking for sys/types.h... yes
  429. checking for sys/stat.h... yes
  430. checking for stdlib.h... yes
  431. checking for string.h... yes
  432. checking for memory.h... yes
  433. checking for strings.h... yes
  434. checking for inttypes.h... yes
  435. checking for stdint.h... yes
  436. checking for unistd.h... yes
  437. checking for dlfcn.h... yes
  438. checking for objdir... .libs
  439. checking if gcc -std=gnu99 supports -fno-rtti -fno-exceptions... no
  440. checking for gcc -std=gnu99 option to produce PIC... -fPIC -DPIC
  441. checking if gcc -std=gnu99 PIC flag -fPIC -DPIC works... yes
  442. checking if gcc -std=gnu99 static flag -static works... no
  443. checking if gcc -std=gnu99 supports -c -o file.o... yes
  444. checking if gcc -std=gnu99 supports -c -o file.o... (cached) yes
  445. checking whether the gcc -std=gnu99 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
  446. checking dynamic linker characteristics... GNU/Linux ld.so
  447. checking how to hardcode library paths into programs... immediate
  448. checking for shl_load... no
  449. checking for shl_load in -ldld... no
  450. checking for dlopen... no
  451. checking for dlopen in -ldl... yes
  452. checking whether a program can dlopen itself... yes
  453. checking whether a statically linked program can dlopen itself... yes
  454. checking whether stripping libraries is possible... yes
  455. checking if libtool supports shared libraries... yes
  456. checking whether to build shared libraries... no
  457. checking whether to build static libraries... yes
  458. checking which extension is used for runtime loadable modules... .so
  459. checking which variable specifies run-time module search path... LD_LIBRARY_PATH
  460. checking for the default library search path... /lib64 /usr/lib64 /lib /usr/lib /usr/lib64/atlas /usr/lib64/mysql /usr/lib64/qt-3.3/lib
  461. checking for library containing dlopen... -ldl
  462. checking for dlerror... yes
  463. checking for shl_load... (cached) no
  464. checking for shl_load in -ldld... (cached) no
  465. checking for dld_link in -ldld... no
  466. checking for _ prefix in compiled symbols... no
  467. checking whether deplibs are loaded by dlopen... yes
  468. checking for argz.h... yes
  469. checking for error_t... yes
  470. checking for argz_add... yes
  471. checking for argz_append... yes
  472. checking for argz_count... yes
  473. checking for argz_create_sep... yes
  474. checking for argz_insert... yes
  475. checking for argz_next... yes
  476. checking for argz_stringify... yes
  477. checking if argz actually works... yes
  478. checking whether libtool supports -dlopen/-dlpreopen... yes
  479. checking for unistd.h... (cached) yes
  480. checking for dl.h... no
  481. checking for sys/dl.h... no
  482. checking for dld.h... no
  483. checking for mach-o/dyld.h... no
  484. checking for dirent.h... yes
  485. checking for closedir... yes
  486. checking for opendir... yes
  487. checking for readdir... yes
  488. checking for strlcat... no
  489. checking for strlcpy... no
  490. checking that generated files are newer than configure... done
  491. configure: creating ./config.status
  492. config.status: creating Makefile
  493. config.status: creating config.h
  494. config.status: executing depfiles commands
  495. config.status: executing libtool commands
  496.  
  497. ----------------------------------------------------------------
  498.  
  499. graphviz-2.28.0 will be compiled with the following:
  500.  
  501. options:
  502. cgraph: No (disabled by default - experimental)
  503. digcola: Yes
  504. expat: No (disabled)
  505. fontconfig: No (disabled)
  506. freetype: No (disabled)
  507. glut: No (disabled)
  508. gts: No (disabled)
  509. ipsepcola: No (disabled by default - C++ portability issues)
  510. ltdl: No (disabled)
  511. ortho: Yes
  512. png: No (disabled)
  513. jpeg: No (disabled)
  514. sfdp: Yes
  515. shared: No (disabled)
  516. static: Yes
  517. qt: No (qmake not found)
  518.  
  519. commands:
  520. dot: Yes (always enabled)
  521. neato: Yes (always enabled)
  522. fdp: Yes (always enabled)
  523. circo: Yes (always enabled)
  524. twopi: Yes (always enabled)
  525. gvpr: Yes (always enabled)
  526. gvmap: Yes (always enabled)
  527. lefty: No (missing Xaw headers)
  528. smyrna: No (disabled by default - experimental)
  529. gvedit: No (qmake not found)
  530.  
  531. plugin libraries:
  532. dot_layout: Yes (always enabled)
  533. neato_layout: Yes (always enabled)
  534. core: Yes (always enabled)
  535. devil: No (disabled)
  536. gd: No (disabled)
  537. gdiplus: No (disabled by default - Windows only)
  538. gdk_pixbuf: Yes
  539. ghostscript: No (disabled)
  540. glitz: No (disabled by default - incomplete)
  541. gtk: Yes
  542. lasi: No (disabled)
  543. ming: No (disabled by default - incomplete)
  544. pangocairo: No (disabled)
  545. quartz: No (disabled by default - Mac only)
  546. rsvg: No (disabled)
  547. visio: No (disabled by default - experimental)
  548. xlib: No (disabled or unavailable)
  549.  
  550. language extensions:
  551. gv_sharp: No (swig not available)
  552. gv_go: No (disabled by default - experimental)
  553. gv_guile: No (swig not available)
  554. gv_io: No (disabled by default - no swig support yet)
  555. gv_java: No (swig not available)
  556. gv_lua: No (swig not available)
  557. gv_ocaml: No (swig not available)
  558. gv_perl: No (swig not available)
  559. gv_php: No (swig not available)
  560. gv_python: No (swig not available)
  561. gv_python23: No (disabled by default - for multiversion installs)
  562. gv_python24: No (disabled by default - for multiversion installs)
  563. gv_python25: No (disabled by default - for multiversion installs)
  564. gv_python26: No (disabled by default - for multiversion installs)
  565. gv_python27: No (disabled by default - for multiversion installs)
  566. gv_R: No (swig not available)
  567. gv_ruby: No (swig not available)
  568. gv_tcl: No (tcl not available)
  569.  
  570. tcldot: No (tcl not available)
  571. tclpathplan: No (tcl not available)
  572. gdtclft: No (tcl not available)
  573. tkspline: No (tk not available)
  574. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/config/missing --run autoheader)
  575. aclocal.m4:16: warning: this file was generated for autoconf 2.69.
  576. You have another version of autoconf. It may work, but is not guaranteed to.
  577. If you have problems, you may need to regenerate the build system entirely.
  578. To do so, use the procedure documented by the package, typically 'autoreconf'.
  579. rm -f stamp-h1
  580. touch config.h.in
  581. cd . && /bin/sh ./config.status config.h
  582. config.status: creating config.h
  583. grep 'PACKAGE\|VERSION\|GVPLUGIN' config.h > graphviz_version.h
  584. make install-recursive
  585. make[1]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz'
  586. Making install in libltdl
  587. make[2]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  588. make install-am
  589. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  590. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c
  591. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c loaders/dlopen.c -fPIC -DPIC -o dlopen.o
  592. mv -f .deps/dlopen.Tpo .deps/dlopen.Plo
  593. /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -module -avoid-version -L/usr/local/lib64 -o dlopen.la dlopen.lo -ldl -ldl
  594. libtool: link: ar cru .libs/dlopen.a dlopen.o
  595. libtool: link: ranlib .libs/dlopen.a
  596. libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" )
  597. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c
  598. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-preopen.lo -MD -MP -MF .deps/libltdlc_la-preopen.Tpo -c loaders/preopen.c -fPIC -DPIC -o libltdlc_la-preopen.o
  599. mv -f .deps/libltdlc_la-preopen.Tpo .deps/libltdlc_la-preopen.Plo
  600. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c
  601. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt__alloc.lo -MD -MP -MF .deps/libltdlc_la-lt__alloc.Tpo -c lt__alloc.c -fPIC -DPIC -o libltdlc_la-lt__alloc.o
  602. mv -f .deps/libltdlc_la-lt__alloc.Tpo .deps/libltdlc_la-lt__alloc.Plo
  603. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c
  604. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF .deps/libltdlc_la-lt_dlloader.Tpo -c lt_dlloader.c -fPIC -DPIC -o libltdlc_la-lt_dlloader.o
  605. mv -f .deps/libltdlc_la-lt_dlloader.Tpo .deps/libltdlc_la-lt_dlloader.Plo
  606. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c
  607. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-lt_error.lo -MD -MP -MF .deps/libltdlc_la-lt_error.Tpo -c lt_error.c -fPIC -DPIC -o libltdlc_la-lt_error.o
  608. mv -f .deps/libltdlc_la-lt_error.Tpo .deps/libltdlc_la-lt_error.Plo
  609. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c
  610. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-ltdl.lo -MD -MP -MF .deps/libltdlc_la-ltdl.Tpo -c ltdl.c -fPIC -DPIC -o libltdlc_la-ltdl.o
  611. mv -f .deps/libltdlc_la-ltdl.Tpo .deps/libltdlc_la-ltdl.Plo
  612. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c
  613. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT libltdlc_la-slist.lo -MD -MP -MF .deps/libltdlc_la-slist.Tpo -c slist.c -fPIC -DPIC -o libltdlc_la-slist.o
  614. mv -f .deps/libltdlc_la-slist.Tpo .deps/libltdlc_la-slist.Plo
  615. /bin/sh ./libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c -o lt__strl.lo lt__strl.c
  616. libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -g -O2 -MT lt__strl.lo -MD -MP -MF .deps/lt__strl.Tpo -c lt__strl.c -fPIC -DPIC -o lt__strl.o
  617. mv -f .deps/lt__strl.Tpo .deps/lt__strl.Plo
  618. /bin/sh ./libtool --tag=CC --mode=link gcc -std=gnu99 -g -O2 -no-undefined -dlpreopen dlopen.la -L/usr/local/lib64 -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo lt__strl.lo -ldl
  619. libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
  620. libtool: link: (cd .libs && gcc -std=gnu99 -g -O2 -c -fno-builtin -fPIC -DPIC "libltdlcS.c")
  621. libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
  622. libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl/./.libs/dlopen.a")
  623. libtool: link: ar cru .libs/libltdlc.a libltdlc_la-preopen.o libltdlc_la-lt__alloc.o libltdlc_la-lt_dlloader.o libltdlc_la-lt_error.o libltdlc_la-ltdl.o libltdlc_la-slist.o lt__strl.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o
  624. libtool: link: ranlib .libs/libltdlc.a
  625. libtool: link: rm -fr .libs/libltdlc.lax
  626. libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" )
  627. (CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/sh /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl/config/missing --run autoheader)
  628. aclocal.m4:16: warning: this file was generated for autoconf 2.69.
  629. You have another version of autoconf. It may work, but is not guaranteed to.
  630. If you have problems, you may need to regenerate the build system entirely.
  631. To do so, use the procedure documented by the package, typically 'autoreconf'.
  632. rm -f stamp-h1
  633. touch config-h.in
  634. cd . && /bin/sh ./config.status config.h
  635. config.status: creating config.h
  636. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  637. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  638. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  639. make[2]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/libltdl'
  640. Making install in lib
  641. make[2]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib'
  642. Making install in cdt
  643. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/cdt'
  644. CC dtclose.lo
  645. CC dtdisc.lo
  646. dtdisc.c:14: warning: function declaration isn't a prototype
  647. CC dtextract.lo
  648. CC dtflatten.lo
  649. CC dthash.lo
  650. dthash.c:16: warning: function declaration isn't a prototype
  651. dthash.c:82: warning: function declaration isn't a prototype
  652. dthash.c: In function 'dthash':
  653. dthash.c:87: warning: 'r' may be used uninitialized in this function
  654. dthash.c:93: warning: 's' may be used uninitialized in this function
  655. CC dtlist.lo
  656. dtlist.c:12: warning: function declaration isn't a prototype
  657. CC dtmethod.lo
  658. CC dtopen.lo
  659. CC dtrenew.lo
  660. CC dtrestore.lo
  661. CC dtsize.lo
  662. dtsize.c:12: warning: function declaration isn't a prototype
  663. CC dtstat.lo
  664. dtstat.c:12: warning: function declaration isn't a prototype
  665. dtstat.c:32: warning: function declaration isn't a prototype
  666. CC dtstrhash.lo
  667. CC dttree.lo
  668. dttree.c:15: warning: function declaration isn't a prototype
  669. dttree.c: In function 'dttree':
  670. dttree.c:23: warning: 'me' may be used uninitialized in this function
  671. CC dttreeset.lo
  672. dttreeset.c:12: warning: function declaration isn't a prototype
  673. CC dtview.lo
  674. dtview.c:13: warning: function declaration isn't a prototype
  675. dtview.c: In function 'dtvsearch':
  676. dtview.c:19: warning: 'o' may be used uninitialized in this function
  677. CC dtwalk.lo
  678. dtwalk.c: In function 'dtwalk':
  679. dtwalk.c:14: warning: function declaration isn't a prototype
  680. CCLD libcdt.la
  681. CCLD libcdt_C.la
  682. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/cdt'
  683. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  684. /bin/sh ../../libtool --mode=install /usr/bin/install -c libcdt.la '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  685. libtool: install: /usr/bin/install -c .libs/libcdt.lai /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libcdt.la
  686. libtool: install: /usr/bin/install -c .libs/libcdt.a /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libcdt.a
  687. libtool: install: chmod 644 /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libcdt.a
  688. libtool: install: ranlib /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libcdt.a
  689. libtool: finish: PATH="/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/share/scripts:/GWD/bioinfo/apps/bin:/GWD/bioinfo/common/scripts:/GWD/bioinfo/tools/bin:/usr/local/bin:/usr/reg-central/bin:/usr/central/bin:/usr/reg-common/scripts:/usr/common/scripts:/home/ef884766/bin:/home/ef884766/bin/Linux:/bioinfo/apps/2.6.32-358.18.1.el6.x86_64/bin:/bioinfo/apps/bin:/bioinfo/apps/gene/bin:/bioinfo/apps/unsupported/bin:/bioinfo/share/bin:/bioinfo/share/unsupported/bin:/bioinfo/apps/sybase/bin:/bin:/usr/bin:/usr/bin/X11:/sbin:/usr/sbin:/opt/TWWfsw/TWW/bin:/sbin" ldconfig -n /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  690. ----------------------------------------------------------------------
  691. Libraries have been installed in:
  692. /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  693.  
  694. If you ever happen to want to link against installed libraries
  695. in a given directory, LIBDIR, you must either use libtool, and
  696. specify the full pathname of the library, or use the `-LLIBDIR'
  697. flag during linking and do at least one of the following:
  698. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  699. during execution
  700. - add LIBDIR to the `LD_RUN_PATH' environment variable
  701. during linking
  702. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  703. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  704.  
  705. See any operating system documentation about shared libraries for
  706. more information, such as the ld(1) and ld.so(8) manual pages.
  707. ----------------------------------------------------------------------
  708. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  709. /usr/bin/install -c -m 644 cdt.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  710. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  711. /usr/bin/install -c -m 644 cdt.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  712. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  713. /usr/bin/install -c -m 644 libcdt.pc '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  714. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  715. /usr/bin/install -c -m 644 cdt.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  716. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/cdt'
  717. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/cdt'
  718. Making install in graph
  719. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/graph'
  720. CC attribs.lo
  721. CC agxbuf.lo
  722. CC edge.lo
  723. CC graph.lo
  724. CC graphio.lo
  725. CC lexer.lo
  726. lexer.c: In function 'scan_token':
  727. lexer.c:147: warning: pointer targets in return differ in signedness
  728. lexer.c: In function 'aglex':
  729. lexer.c:435: warning: pointer targets in passing argument 1 of 'scan_token' differ in signedness
  730. lexer.c:136: note: expected 'unsigned char *' but argument is of type 'char *'
  731. lexer.c:435: warning: pointer targets in passing argument 2 of 'scan_token' differ in signedness
  732. lexer.c:136: note: expected 'unsigned char *' but argument is of type 'char *'
  733. CC node.lo
  734. CC parser.lo
  735. CC refstr.lo
  736. CC trie.lo
  737. CCLD libgraph.la
  738. CCLD libgraph_C.la
  739. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/graph'
  740. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  741. /bin/sh ../../libtool --mode=install /usr/bin/install -c libgraph.la '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  742. libtool: install: /usr/bin/install -c .libs/libgraph.lai /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgraph.la
  743. libtool: install: /usr/bin/install -c .libs/libgraph.a /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgraph.a
  744. libtool: install: chmod 644 /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgraph.a
  745. libtool: install: ranlib /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgraph.a
  746. libtool: finish: PATH="/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/share/scripts:/GWD/bioinfo/apps/bin:/GWD/bioinfo/common/scripts:/GWD/bioinfo/tools/bin:/usr/local/bin:/usr/reg-central/bin:/usr/central/bin:/usr/reg-common/scripts:/usr/common/scripts:/home/ef884766/bin:/home/ef884766/bin/Linux:/bioinfo/apps/2.6.32-358.18.1.el6.x86_64/bin:/bioinfo/apps/bin:/bioinfo/apps/gene/bin:/bioinfo/apps/unsupported/bin:/bioinfo/share/bin:/bioinfo/share/unsupported/bin:/bioinfo/apps/sybase/bin:/bin:/usr/bin:/usr/bin/X11:/sbin:/usr/sbin:/opt/TWWfsw/TWW/bin:/sbin" ldconfig -n /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  747. ----------------------------------------------------------------------
  748. Libraries have been installed in:
  749. /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  750.  
  751. If you ever happen to want to link against installed libraries
  752. in a given directory, LIBDIR, you must either use libtool, and
  753. specify the full pathname of the library, or use the `-LLIBDIR'
  754. flag during linking and do at least one of the following:
  755. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  756. during execution
  757. - add LIBDIR to the `LD_RUN_PATH' environment variable
  758. during linking
  759. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  760. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  761.  
  762. See any operating system documentation about shared libraries for
  763. more information, such as the ld(1) and ld.so(8) manual pages.
  764. ----------------------------------------------------------------------
  765. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  766. /usr/bin/install -c -m 644 graph.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  767. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  768. /usr/bin/install -c -m 644 graph.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  769. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  770. /usr/bin/install -c -m 644 libgraph.pc '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  771. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  772. /usr/bin/install -c -m 644 graph.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  773. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/graph'
  774. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/graph'
  775. Making install in pathplan
  776. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pathplan'
  777. CC cvt.lo
  778. cvt.c:276: warning: 'append_bezier' defined but not used
  779. CC inpoly.lo
  780. CC route.lo
  781. CC shortest.lo
  782. shortest.c: In function 'loadtriangle':
  783. shortest.c:539: warning: assuming signed overflow does not occur when assuming that (X + c) < X is always false
  784. CC shortestpth.lo
  785. CC solvers.lo
  786. CC triang.lo
  787. CC util.lo
  788. CC visibility.lo
  789. CCLD libpathplan.la
  790. CCLD libpathplan_C.la
  791. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pathplan'
  792. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  793. /bin/sh ../../libtool --mode=install /usr/bin/install -c libpathplan.la '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  794. libtool: install: /usr/bin/install -c .libs/libpathplan.lai /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libpathplan.la
  795. libtool: install: /usr/bin/install -c .libs/libpathplan.a /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libpathplan.a
  796. libtool: install: chmod 644 /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libpathplan.a
  797. libtool: install: ranlib /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libpathplan.a
  798. libtool: finish: PATH="/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/share/scripts:/GWD/bioinfo/apps/bin:/GWD/bioinfo/common/scripts:/GWD/bioinfo/tools/bin:/usr/local/bin:/usr/reg-central/bin:/usr/central/bin:/usr/reg-common/scripts:/usr/common/scripts:/home/ef884766/bin:/home/ef884766/bin/Linux:/bioinfo/apps/2.6.32-358.18.1.el6.x86_64/bin:/bioinfo/apps/bin:/bioinfo/apps/gene/bin:/bioinfo/apps/unsupported/bin:/bioinfo/share/bin:/bioinfo/share/unsupported/bin:/bioinfo/apps/sybase/bin:/bin:/usr/bin:/usr/bin/X11:/sbin:/usr/sbin:/opt/TWWfsw/TWW/bin:/sbin" ldconfig -n /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  799. ----------------------------------------------------------------------
  800. Libraries have been installed in:
  801. /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  802.  
  803. If you ever happen to want to link against installed libraries
  804. in a given directory, LIBDIR, you must either use libtool, and
  805. specify the full pathname of the library, or use the `-LLIBDIR'
  806. flag during linking and do at least one of the following:
  807. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  808. during execution
  809. - add LIBDIR to the `LD_RUN_PATH' environment variable
  810. during linking
  811. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  812. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  813.  
  814. See any operating system documentation about shared libraries for
  815. more information, such as the ld(1) and ld.so(8) manual pages.
  816. ----------------------------------------------------------------------
  817. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  818. /usr/bin/install -c -m 644 pathplan.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  819. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  820. /usr/bin/install -c -m 644 pathplan.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  821. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  822. /usr/bin/install -c -m 644 libpathplan.pc '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  823. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  824. /usr/bin/install -c -m 644 pathgeom.h pathplan.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  825. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pathplan'
  826. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pathplan'
  827. Making install in vpsc
  828. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/vpsc'
  829. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/vpsc'
  830. make[4]: Nothing to be done for `install-exec-am'.
  831. make[4]: Nothing to be done for `install-data-am'.
  832. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/vpsc'
  833. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/vpsc'
  834. Making install in rbtree
  835. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/rbtree'
  836. CC misc.lo
  837. CC red_black_tree.lo
  838. CC stack.lo
  839. CCLD librbtree_C.la
  840. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/rbtree'
  841. make[4]: Nothing to be done for `install-exec-am'.
  842. make[4]: Nothing to be done for `install-data-am'.
  843. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/rbtree'
  844. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/rbtree'
  845. Making install in ortho
  846. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/ortho'
  847. CC fPQ.lo
  848. CC intset.lo
  849. CC maze.lo
  850. maze.c: In function 'mkMazeGraph':
  851. maze.c:411: warning: value computed is not used
  852. CC ortho.lo
  853. ortho.c: In function 'orthoEdges':
  854. ortho.c:1250: warning: 'ps' may be used uninitialized in this function
  855. CC partition.lo
  856. partition.c: In function 'make_new_monotone_poly':
  857. partition.c:212: warning: 'tp' may be used uninitialized in this function
  858. partition.c:212: note: 'tp' was declared here
  859. partition.c:212: warning: 'tq' may be used uninitialized in this function
  860. partition.c:212: note: 'tq' was declared here
  861. partition.c: In function 'monotonate_trapezoids':
  862. partition.c:620: warning: 'size' may be used uninitialized in this function
  863. CC rawgraph.lo
  864. CC sgraph.lo
  865. CC trapezoid.lo
  866. trapezoid.c:22:1: warning: "__USE_ISOC99" redefined
  867. In file included from /usr/include/string.h:27,
  868. from trapezoid.c:19:
  869. /usr/include/features.h:239:1: warning: this is the location of the previous definition
  870. trapezoid.c:67: warning: function declaration isn't a prototype
  871. trapezoid.c: In function 'add_segment':
  872. trapezoid.c:434: warning: 'tfirstr' may be used uninitialized in this function
  873. trapezoid.c:434: warning: 'tlastr' may be used uninitialized in this function
  874. CCLD libortho_C.la
  875. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/ortho'
  876. make[4]: Nothing to be done for `install-exec-am'.
  877. make[4]: Nothing to be done for `install-data-am'.
  878. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/ortho'
  879. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/ortho'
  880. Making install in sparse
  881. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/sparse'
  882. CC SparseMatrix.lo
  883. CC general.lo
  884. CC BinaryHeap.lo
  885. CC IntStack.lo
  886. CCLD libsparse_C.la
  887. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/sparse'
  888. make[4]: Nothing to be done for `install-exec-am'.
  889. make[4]: Nothing to be done for `install-data-am'.
  890. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/sparse'
  891. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/sparse'
  892. Making install in patchwork
  893. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/patchwork'
  894. CC patchwork.lo
  895. CC patchworkinit.lo
  896. CC tree_map.lo
  897. CCLD libpatchwork_C.la
  898. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/patchwork'
  899. make[4]: Nothing to be done for `install-exec-am'.
  900. make[4]: Nothing to be done for `install-data-am'.
  901. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/patchwork'
  902. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/patchwork'
  903. Making install in common
  904. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/common'
  905. CC arrows.lo
  906. arrows.c: In function 'arrowOrthoClip':
  907. arrows.c:317: warning: 'hlen' may be used uninitialized in this function
  908. CC colxlate.lo
  909. CC fontmetrics.lo
  910. CC args.lo
  911. CC memory.lo
  912. CC globals.lo
  913. CC htmllex.lo
  914. CC htmlparse.lo
  915. CC htmltable.lo
  916. CC input.lo
  917. CC pointset.lo
  918. CC postproc.lo
  919. postproc.c: In function 'gv_postprocess':
  920. postproc.c:197: warning: 'pp$x' may be used uninitialized in this function
  921. postproc.c:197: note: 'pp$x' was declared here
  922. CC routespl.lo
  923. CC splines.lo
  924. CC psusershape.lo
  925. CC timing.lo
  926. CC labels.lo
  927. CC ns.lo
  928. CC shapes.lo
  929. CC utils.lo
  930. CC geom.lo
  931. CC output.lo
  932. CC emit.lo
  933. emit.c: In function 'getObjId':
  934. emit.c:182: warning: 'idnum' may be used uninitialized in this function
  935. emit.c:183: warning: 'pfx' may be used uninitialized in this function
  936. emit.c: In function 'xdotBB':
  937. emit.c:2471: warning: 'fontsize' may be used uninitialized in this function
  938. emit.c:2472: warning: 'fontname' may be used uninitialized in this function
  939. emit.c: In function 'emit_edge_graphics':
  940. emit.c:1721: warning: 'segs' may be used uninitialized in this function
  941. emit.c:1721: note: 'segs' was declared here
  942. emit.c:1792: warning: 'bz.list' may be used uninitialized in this function
  943. emit.c:1792: warning: 'bz.sflag' may be used uninitialized in this function
  944. emit.c:1792: warning: 'bz.eflag' may be used uninitialized in this function
  945. emit.c:1792: warning: 'bz.size' may be used uninitialized in this function
  946. emit.c:1792: warning: 'bz.sp.x' may be used uninitialized in this function
  947. emit.c:1792: warning: 'bz.sp.y' may be used uninitialized in this function
  948. emit.c:1792: warning: 'bz.ep.x' may be used uninitialized in this function
  949. emit.c:1792: warning: 'bz.ep.y' may be used uninitialized in this function
  950. CCLD libcommon_C.la
  951. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/common'
  952. make[4]: Nothing to be done for `install-exec-am'.
  953. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  954. /usr/bin/install -c -m 644 arith.h geom.h color.h types.h textpara.h usershape.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  955. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/common'
  956. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/common'
  957. Making install in pack
  958. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pack'
  959. CC ccomps.lo
  960. CC pack.lo
  961. pack.c: In function 'putGraphs':
  962. pack.c:920: warning: 'pts' may be used uninitialized in this function
  963. CCLD libpack_C.la
  964. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pack'
  965. make[4]: Nothing to be done for `install-exec-am'.
  966. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  967. /usr/bin/install -c -m 644 pack.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  968. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  969. /usr/bin/install -c -m 644 pack.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  970. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  971. /usr/bin/install -c -m 644 pack.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  972. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pack'
  973. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/pack'
  974. Making install in xdot
  975. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/xdot'
  976. CC xdot.lo
  977. CCLD libxdot.la
  978. CCLD libxdot_C.la
  979. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/xdot'
  980. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  981. /bin/sh ../../libtool --mode=install /usr/bin/install -c libxdot.la '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  982. libtool: install: /usr/bin/install -c .libs/libxdot.lai /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libxdot.la
  983. libtool: install: /usr/bin/install -c .libs/libxdot.a /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libxdot.a
  984. libtool: install: chmod 644 /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libxdot.a
  985. libtool: install: ranlib /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libxdot.a
  986. libtool: finish: PATH="/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/share/scripts:/GWD/bioinfo/apps/bin:/GWD/bioinfo/common/scripts:/GWD/bioinfo/tools/bin:/usr/local/bin:/usr/reg-central/bin:/usr/central/bin:/usr/reg-common/scripts:/usr/common/scripts:/home/ef884766/bin:/home/ef884766/bin/Linux:/bioinfo/apps/2.6.32-358.18.1.el6.x86_64/bin:/bioinfo/apps/bin:/bioinfo/apps/gene/bin:/bioinfo/apps/unsupported/bin:/bioinfo/share/bin:/bioinfo/share/unsupported/bin:/bioinfo/apps/sybase/bin:/bin:/usr/bin:/usr/bin/X11:/sbin:/usr/sbin:/opt/TWWfsw/TWW/bin:/sbin" ldconfig -n /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  987. ----------------------------------------------------------------------
  988. Libraries have been installed in:
  989. /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  990.  
  991. If you ever happen to want to link against installed libraries
  992. in a given directory, LIBDIR, you must either use libtool, and
  993. specify the full pathname of the library, or use the `-LLIBDIR'
  994. flag during linking and do at least one of the following:
  995. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  996. during execution
  997. - add LIBDIR to the `LD_RUN_PATH' environment variable
  998. during linking
  999. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1000. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1001.  
  1002. See any operating system documentation about shared libraries for
  1003. more information, such as the ld(1) and ld.so(8) manual pages.
  1004. ----------------------------------------------------------------------
  1005. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  1006. /usr/bin/install -c -m 644 xdot.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  1007. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  1008. /usr/bin/install -c -m 644 xdot.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  1009. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  1010. /usr/bin/install -c -m 644 libxdot.pc '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  1011. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  1012. /usr/bin/install -c -m 644 xdot.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  1013. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/xdot'
  1014. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/xdot'
  1015. Making install in gvc
  1016. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/gvc'
  1017. CC gvrender.lo
  1018. CC gvlayout.lo
  1019. CC gvdevice.lo
  1020. CC gvloadimage.lo
  1021. CC gvcontext.lo
  1022. CC gvjobs.lo
  1023. CC gvevent.lo
  1024. CC gvplugin.lo
  1025. CC gvconfig.lo
  1026. CC gvtextlayout.lo
  1027. CC gvusershape.lo
  1028. CC gvc.lo
  1029. CCLD libgvc.la
  1030. CCLD libgvc_C.la
  1031. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/gvc'
  1032. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  1033. /bin/sh ../../libtool --mode=install /usr/bin/install -c libgvc.la '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib'
  1034. libtool: install: /usr/bin/install -c .libs/libgvc.lai /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgvc.la
  1035. libtool: install: /usr/bin/install -c .libs/libgvc.a /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgvc.a
  1036. libtool: install: chmod 644 /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgvc.a
  1037. libtool: install: ranlib /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/libgvc.a
  1038. libtool: finish: PATH="/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/projects/cb-software/personal/ef884766/bin/:/GWD/bioinfo/share/scripts:/GWD/bioinfo/apps/bin:/GWD/bioinfo/common/scripts:/GWD/bioinfo/tools/bin:/usr/local/bin:/usr/reg-central/bin:/usr/central/bin:/usr/reg-common/scripts:/usr/common/scripts:/home/ef884766/bin:/home/ef884766/bin/Linux:/bioinfo/apps/2.6.32-358.18.1.el6.x86_64/bin:/bioinfo/apps/bin:/bioinfo/apps/gene/bin:/bioinfo/apps/unsupported/bin:/bioinfo/share/bin:/bioinfo/share/unsupported/bin:/bioinfo/apps/sybase/bin:/bin:/usr/bin:/usr/bin/X11:/sbin:/usr/sbin:/opt/TWWfsw/TWW/bin:/sbin" ldconfig -n /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  1039. ----------------------------------------------------------------------
  1040. Libraries have been installed in:
  1041. /tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib
  1042.  
  1043. If you ever happen to want to link against installed libraries
  1044. in a given directory, LIBDIR, you must either use libtool, and
  1045. specify the full pathname of the library, or use the `-LLIBDIR'
  1046. flag during linking and do at least one of the following:
  1047. - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
  1048. during execution
  1049. - add LIBDIR to the `LD_RUN_PATH' environment variable
  1050. during linking
  1051. - use the `-Wl,-rpath -Wl,LIBDIR' linker flag
  1052. - have your system administrator add LIBDIR to `/etc/ld.so.conf'
  1053.  
  1054. See any operating system documentation about shared libraries for
  1055. more information, such as the ld(1) and ld.so(8) manual pages.
  1056. ----------------------------------------------------------------------
  1057. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  1058. /usr/bin/install -c -m 644 gvc.3 '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/man/man3'
  1059. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  1060. /usr/bin/install -c -m 644 gvc.3.pdf '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/share/graphviz/doc/pdf'
  1061. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  1062. /usr/bin/install -c -m 644 libgvc.pc '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  1063. /bin/mkdir -p '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  1064. /usr/bin/install -c -m 644 gvc.h gvcext.h gvplugin.h gvcjob.h gvcommon.h gvplugin_render.h gvplugin_layout.h gvconfig.h gvplugin_textlayout.h gvplugin_device.h gvplugin_loadimage.h '/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz'
  1065. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/gvc'
  1066. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/gvc'
  1067. Making install in circogen
  1068. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/circogen'
  1069. CC circularinit.lo
  1070. CC nodelist.lo
  1071. CC block.lo
  1072. CC edgelist.lo
  1073. CC circular.lo
  1074. CC deglist.lo
  1075. CC blocktree.lo
  1076. CC blockpath.lo
  1077. CC circpos.lo
  1078. CC nodeset.lo
  1079. CCLD libcircogen_C.la
  1080. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/circogen'
  1081. make[4]: Nothing to be done for `install-exec-am'.
  1082. make[4]: Nothing to be done for `install-data-am'.
  1083. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/circogen'
  1084. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/circogen'
  1085. Making install in dotgen
  1086. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/dotgen'
  1087. CC acyclic.lo
  1088. CC class1.lo
  1089. CC class2.lo
  1090. CC cluster.lo
  1091. CC compound.lo
  1092. CC conc.lo
  1093. CC decomp.lo
  1094. CC fastgr.lo
  1095. CC flat.lo
  1096. CC dotinit.lo
  1097. CC mincross.lo
  1098. mincross.c: In function 'mincross.clone.0':
  1099. mincross.c:581: warning: 'maxthispass' may be used uninitialized in this function
  1100. CC position.lo
  1101. CC rank.lo
  1102. CC sameport.lo
  1103. CC dotsplines.lo
  1104. dotsplines.c: In function '_dot_splines':
  1105. dotsplines.c:268: warning: 'edges' may be used uninitialized in this function
  1106. dotsplines.c:269: warning: 'P' may be used uninitialized in this function
  1107. CC aspect.lo
  1108. CCLD libdotgen_C.la
  1109. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/dotgen'
  1110. make[4]: Nothing to be done for `install-exec-am'.
  1111. make[4]: Nothing to be done for `install-data-am'.
  1112. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/dotgen'
  1113. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/dotgen'
  1114. Making install in fdpgen
  1115. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/fdpgen'
  1116. CC comp.lo
  1117. CC dbg.lo
  1118. CC grid.lo
  1119. CC fdpinit.lo
  1120. CC layout.lo
  1121. CC tlayout.lo
  1122. CC xlayout.lo
  1123. CC clusteredges.lo
  1124. CCLD libfdpgen_C.la
  1125. make[4]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/fdpgen'
  1126. make[4]: Nothing to be done for `install-exec-am'.
  1127. make[4]: Nothing to be done for `install-data-am'.
  1128. make[4]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/fdpgen'
  1129. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/fdpgen'
  1130. Making install in neatogen
  1131. make[3]: Entering directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/neatogen'
  1132. CC adjust.lo
  1133. adjust.c: In function 'removeOverlapWith':
  1134. adjust.c:1045: warning: 'ret' may be used uninitialized in this function
  1135. adjust.c: In function 'getSizes':
  1136. adjust.c:670: warning: 'nedge_nodes' may be used uninitialized in this function
  1137. CC circuit.lo
  1138. CC edges.lo
  1139. CC geometry.lo
  1140. CC heap.lo
  1141. CC hedges.lo
  1142. CC info.lo
  1143. CC neatoinit.lo
  1144. CC legal.lo
  1145. CC lu.lo
  1146. CC matinv.lo
  1147. CC memory.lo
  1148. CC poly.lo
  1149. CC printvis.lo
  1150. CC site.lo
  1151. CC solve.lo
  1152. CC neatosplines.lo
  1153. neatosplines.c: In function '_spline_edges':
  1154. neatosplines.c:603: warning: unused variable 'rtr'
  1155. CC stuff.lo
  1156. CC voronoi.lo
  1157. voronoi.c: In function 'voronoi':
  1158. voronoi.c:26: warning: 'newintstar.y' may be used uninitialized in this function
  1159. CC stress.lo
  1160. stress.c: In function 'mdsModel':
  1161. stress.c:1370: warning: 'delta' may be used uninitialized in this function
  1162. CC kkutils.lo
  1163. CC matrix_ops.lo
  1164. CC embed_graph.lo
  1165. CC dijkstra.lo
  1166. CC conjgrad.lo
  1167. CC pca.lo
  1168. CC closest.lo
  1169. CC bfs.lo
  1170. CC constraint.lo
  1171. CC quad_prog_solve.lo
  1172. CC smart_ini_x.lo
  1173. CC constrained_majorization.lo
  1174. CC opt_arrangement.lo
  1175. CC overlap.lo
  1176. CC call_tri.lo
  1177. CC compute_hierarchy.lo
  1178. CC delaunay.lo
  1179. CC multispline.lo
  1180. multispline.c:1245: error: expected specifier-qualifier-list before 'PQ'
  1181. multispline.c:1250:1: warning: "N_VAL" redefined
  1182. In file included from multispline.c:1241:
  1183. ../../lib/ortho/fPQ.h:19:1: warning: this is the location of the previous definition
  1184. multispline.c:1251:1: warning: "N_IDX" redefined
  1185. ../../lib/ortho/fPQ.h:20:1: warning: this is the location of the previous definition
  1186. In file included from multispline.c:1254:
  1187. ../../lib/ortho/fPQ.h:19:1: warning: "N_VAL" redefined
  1188. multispline.c:1250:1: warning: this is the location of the previous definition
  1189. ../../lib/ortho/fPQ.h:20:1: warning: "N_IDX" redefined
  1190. multispline.c:1251:1: warning: this is the location of the previous definition
  1191. multispline.c:1257:1: warning: "N_DAD" redefined
  1192. ../../lib/ortho/fPQ.h:21:1: warning: this is the location of the previous definition
  1193. multispline.c:1258:1: warning: "E_WT" redefined
  1194. ../../lib/ortho/fPQ.h:23:1: warning: this is the location of the previous definition
  1195. multispline.c:1268: error: expected declaration specifiers or '...' before 'PQ'
  1196. multispline.c: In function 'triPath':
  1197. multispline.c:1276: error: 'pq' undeclared (first use in this function)
  1198. multispline.c:1276: error: (Each undeclared identifier is reported only once
  1199. multispline.c:1276: error: for each function it appears in.)
  1200. multispline.c:1277:13: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1201. multispline.c:1277: error: 'N_VAL' undeclared (first use in this function)
  1202. multispline.c:1279: error: too many arguments to function 'PQinit'
  1203. multispline.c:1281:17: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1204. multispline.c:1282: warning: implicit declaration of function 'PQinsert'
  1205. multispline.c:1284: error: too many arguments to function 'PQremove'
  1206. multispline.c:1284: warning: assignment makes integer from pointer without a cast
  1207. multispline.c:1285:13: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1208. multispline.c:1295:24: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1209. multispline.c:1296:20: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1210. multispline.c:1297:21: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1211. multispline.c:1298:21: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1212. multispline.c:1301:28: error: macro "N_VAL" passed 2 arguments, but takes just 1
  1213. multispline.c:1302: error: too many arguments to function 'PQupdate'
  1214. multispline.c: In function 'makeMultiSpline':
  1215. multispline.c:1339: error: 'PPQ' has no member named 'pq'
  1216. multispline.c:1339: error: too many arguments to function 'PQgen'
  1217. multispline.c:1340: error: 'PPQ' has no member named 'pq'
  1218. multispline.c:1341: error: 'PPQ' has no member named 'pq'
  1219. multispline.c:1343: error: 'PPQ' has no member named 'vals'
  1220. multispline.c:1344: error: 'PPQ' has no member named 'idxs'
  1221. multispline.c:1347: error: 'PQ' undeclared (first use in this function)
  1222. multispline.c:1347: error: expected expression before ')' token
  1223. multispline.c:1347: error: too many arguments to function 'triPath'
  1224. multispline.c:1351: error: 'PPQ' has no member named 'pq'
  1225. multispline.c:1351: error: too many arguments to function 'PQfree'
  1226. make[3]: *** [multispline.lo] Error 1
  1227. make[3]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib/neatogen'
  1228. make[2]: *** [install-recursive] Error 1
  1229. make[2]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz/lib'
  1230. make[1]: *** [install-recursive] Error 1
  1231. make[1]: Leaving directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/graphviz'
  1232. make: *** [install] Error 2
  1233. cp: omitting directory `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/pkgconfig'
  1234. cp: cannot stat `/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/lib/graphviz/*': No such file or directory
  1235. checking for grep that handles long lines and -e... /bin/grep
  1236. checking for egrep... /bin/grep -E
  1237. checking for ANSI C header files... yes
  1238. checking for sys/types.h... yes
  1239. checking for sys/stat.h... yes
  1240. checking for stdlib.h... yes
  1241. checking for string.h... yes
  1242. checking for memory.h... yes
  1243. checking for strings.h... yes
  1244. checking for inttypes.h... yes
  1245. checking for stdint.h... yes
  1246. checking for unistd.h... yes
  1247. checking zlib.h usability... yes
  1248. checking zlib.h presence... yes
  1249. checking for zlib.h... yes
  1250. checking for deflateBound in -lz... yes
  1251. checking for stdbool.h that conforms to C99... yes
  1252. checking for _Bool... yes
  1253. checking for whether compiler has bool... yes
  1254. configure: Using the following compilation and linking flags for Rgraphviz
  1255. configure: PKG_CFLAGS= -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz
  1256. configure: PKG_LIBS=libxdot.a libgvplugin_dot_layout.a libgvplugin_neato_layout.a libgvplugin_core.a libgvc.a libpathplan.a libgraph.a libcdt.a -lz
  1257. configure: GVIZ_DEFS=-DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1
  1258. configure: Compiling using Graphviz version: '2.28.0'.
  1259. configure: Using bundled Graphviz: 'TRUE'.
  1260. configure: creating ./config.status
  1261. config.status: creating R/graphviz_build_version.R
  1262. config.status: creating src/Makevars
  1263. ** libs
  1264. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c LL_funcs.c -o LL_funcs.o
  1265. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c Rgraphviz.c -o Rgraphviz.o
  1266. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c RgraphvizInit.c -o RgraphvizInit.o
  1267. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c agopen.c -o agopen.o
  1268. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c agread.c -o agread.o
  1269. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c agwrite.c -o agwrite.o
  1270. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c bezier.c -o bezier.o
  1271. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c buildEdgeList.c -o buildEdgeList.o
  1272. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c buildNodeList.c -o buildNodeList.o
  1273. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c doLayout.c -o doLayout.o
  1274. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c graphvizVersion.c -o graphvizVersion.o
  1275. gcc -std=gnu99 -I/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/include -DNDEBUG -I/usr/local/include -I/tmp/RtmpN65SXj/R.INSTALLe73e3939bc8e/Rgraphviz/src/libunix/include/graphviz -DGRAPHVIZ_MAJOR=2 -DGRAPHVIZ_MINOR=28 -DGRAPHVIZ_STATIC -DHAVE_STDBOOL_H=1 -DHAVE_BOOL=1 -fpic -g -O2 -c init.c -o init.o
  1276. gcc -std=gnu99 -shared -L/usr/local/lib64 -o Rgraphviz.so LL_funcs.o Rgraphviz.o RgraphvizInit.o agopen.o agread.o agwrite.o bezier.o buildEdgeList.o buildNodeList.o doLayout.o graphvizVersion.o init.o libxdot.a libgvplugin_dot_layout.a libgvplugin_neato_layout.a libgvplugin_core.a libgvc.a libpathplan.a libgraph.a libcdt.a -lz
  1277. gcc: libgvplugin_dot_layout.a: No such file or directory
  1278. gcc: libgvplugin_neato_layout.a: No such file or directory
  1279. gcc: libgvplugin_core.a: No such file or directory
  1280. make: *** [Rgraphviz.so] Error 1
  1281. ERROR: compilation failed for package ‘Rgraphviz’
  1282. * removing ‘/GWD/bioinfo/projects/cb-software/personal/ef884766/lib64/R/library/Rgraphviz’
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement