From: John B. <jrb...@co...> - 2015-01-17 01:45:48
|
For some strange reason when I try to link my Fortran graphics application under Cygwin against the plplot 5.9.10 libraries, routine plwidth fails to link, despite the fact that many other plplot procedures link and work flawlessly. Can anyone provide a suggestion as to how I might resolve this? Thanks, John Baumgardner gfortran -fdefault-real-8 -O3 -I/usr/local/include -L/usr/local/lib -fdefault-real-8 -O3 -L~/plplot-5.9.10/build_dir/lib -o sphplt sphplt.o graphx.o \ -lplplotd -lplplotf77d -lplplotf77cd graphx.o:graphx.f:(.text+0xe832): undefined reference to `plwidth_' graphx.o:graphx.f:(.text+0xe832): relocation truncated to fit: R_X86_64_PC32 against undefined symbol `plwidth_' collect2: error: ld returned 1 exit status makefile:33: recipe for target 'sphplt' failed make: *** [sphplt] Error 1 |