GDL and plplot in FC5 [message #48805] |
Wed, 24 May 2006 08:12  |
Andres
Messages: 2 Registered: May 2006
|
Junior Member |
|
|
Hello,
I would like to install GDL in a Fedora Core 5 machine. I have a
lot of IDL routines I would like to rescue, and of course zero $$ to
buy IDL.
I got the gdl code, gsl, and pplot (5.6.0), but even after installing
them, the ./configure program can't find the plsexit function of plplot
checking for plsexit in -lplplotcxxd... no
Error! plplot library is required but was not found
Use --with-plplot=DIR to specify the plplot directory tree
But even adding the path, the error is the same
[root@chiloe gdl-0.9pre]# locate plplot
/usr/lib/libplplotcxxd.so.9
/usr/lib/libplplotcxxd.so.9.2.0
/usr/lib/plplot5.6.0
Could you tell me where is the problem?
|
|
|
Re: GDL and plplot in FC5 [message #48864 is a reply to message #48805] |
Sat, 27 May 2006 01:03  |
Andy Meigs
Messages: 1 Registered: May 2006
|
Junior Member |
|
|
On Thu, 25 May 2006 17:31:58 -0300, George N. White III wrote:
> On Thu, 25 May 2006, Andres wrote:
>
>> yep, that was it. I think is not clear from the homepage of GDL that the
>> devel libraries are also neccesary. I had the same problem with
>> ImageMagick, were I had to install not only
>>
>> ImageMagic-devel
>>
>> but
>>
>> ImageMagick-c++-devel
>>
>> But, here we are! Let's give it a try.
>
> Eventually these dependencies can be put into a specfile.
>
>> BTW, is this the right Groups to ask questions on GDL or there is
>> another place, e.g. a Forum?
>
> Usenet seems more appropriate, given that GDL currently lacks widgets.
GDL is a rpm package under Fedora CORE 5 so installation should be a
breesze. The version is 0.8.11. Use yum..
Andy
|
|
|
Re: GDL and plplot in FC5 [message #48889 is a reply to message #48805] |
Thu, 25 May 2006 13:31  |
George N. White III
Messages: 56 Registered: September 2000
|
Member |
|
|
On Thu, 25 May 2006, Andres wrote:
> yep, that was it. I think is not clear from the homepage of GDL that
> the devel libraries are also neccesary. I had the same problem with
> ImageMagick, were I had to install not only
>
> ImageMagic-devel
>
> but
>
> ImageMagick-c++-devel
>
> But, here we are! Let's give it a try.
Eventually these dependencies can be put into a specfile.
> BTW, is this the right Groups to ask questions on GDL or there is
> another place, e.g. a Forum?
Usenet seems more appropriate, given that GDL currently lacks widgets.
--
George N. White III <aa056@chebucto.ns.ca>
|
|
|