Re: [Plplot-general] Compiling a program: undefined reference

2007-09-07 Thread Alan W. Irwin
On 2007-09-07 01:09-0400 Salazar, German P21322 wrote: > > Well, yes, as a matter of fact, we built plplot to generate static libraries; > and I am also compiling a program to staticly link those libraries. > > As far as platform and the like info goes, right now I am in Linux; but I > will be d

Re: [Plplot-general] Compiling a program: undefined reference

2007-09-06 Thread Salazar, German P21322
lan W. Irwin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 06, 2007 4:18 PM To: Salazar, German P21322 Cc: [email protected] Subject: Re: [Plplot-general] Compiling a program: undefined reference On 2007-09-06 15:12-0400 Salazar, German P21322 wrote: > : undefined re

Re: [Plplot-general] Compiling a program: undefined reference

2007-09-06 Thread Alan W. Irwin
On 2007-09-06 15:12-0400 Salazar, German P21322 wrote: > : undefined reference to `gdImageLine' > /usw/ude/Linux/lib/libplplotd.a(gd.o)(.text+0xbe0): In function > `fill_polygon': > > ...and the list goes on. > > Questions: > > Why is it trying to use all these drivers if I am only using "psc" fro

[Plplot-general] Compiling a program: undefined reference

2007-09-06 Thread Salazar, German P21322
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.)...no