Well, we went ahead and installed the latest and greatest plplot.
Before, we had only included a couple of drivers (ps and psc) and a
couple of bindings (C and Fortran).  This time, though, we enabled as
many drivers as we could (X, pdf, etc) and several language bindings
(C++, tcl/tk, etc.)...now, the one compilation process that I was
following before does not work anymore...I am getting a long list of
"undefined reference" messages:

/usw/ude/Linux/lib/libplplotd.a(tk.o)(.text+0x2850): In function
`link_init':
: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/usw/ude/Linux/lib/libplplotd.a(gd.o)(.text+0xa22): In function
`plD_line_png':
: undefined reference to `gdImageLine'
/usw/ude/Linux/lib/libplplotd.a(gd.o)(.text+0xbe0): In function
`fill_polygon':
: undefined reference to `gdImageFilledPolygon'
/usw/ude/Linux/lib/libplplotd.a(gd.o)(.text+0xc3e): In function
`setcmap':
: undefined reference to `gdImageColorDeallocate'
.
.
.
/usw/ude/Linux/lib/libplplotd.a(pdf.o)(.text+0x2d4): In function
`plD_init_pdf':
: undefined reference to `HPDF_Free'
/usw/ude/Linux/lib/libplplotd.a(pdf.o)(.text+0x31e): In function
`plD_bop_pdf':
: undefined reference to `HPDF_AddPage'
/usw/ude/Linux/lib/libplplotd.a(pdf.o)(.text+0x340): In function
`plD_bop_pdf':
: undefined reference to `HPDF_Page_SetSize'
/usw/ude/Linux/lib/libplplotd.a(pdf.o)(.text+0x369): In function
`plD_bop_pdf':
: undefined reference to `HPDF_Page_Concat'
.
.
.
/usw/ude/Linux/lib/libplplotd.a(tk.o)(.text+0x12fd): In function
`tk_di':
: undefined reference to `Tcl_SetVar'
/usw/ude/Linux/lib/libplplotd.a(tk.o)(.text+0x1380): In function
`tk_di':
: undefined reference to `Tcl_SetVar'
/usw/ude/Linux/lib/libplplotd.a(tk.o)(.text+0x13c2): In function
`tk_di':
: undefined reference to `Tcl_SetVar'
/usw/ude/Linux/lib/libplplotd.a(tk.o)(.text+0x1404): In function
`tk_di':

...and the list goes on.

Questions: 

Why is it trying to use all these drivers if I am only using "psc" from
Fortran?
Is it possible that plplotd.a was not properly randomized and somehow
when I link it, I link the entire file?

Pointers would be much appreciated.

German


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to