http://bugzilla.rpmfusion.org/show_bug.cgi?id=124
--- Comment #5 from Sergio Pascual <sergio.pasra(a)gmail.com> 2008-11-11 10:49:55
---
Before submitting a new version, I would like to comment a few things:
* I edit the pkgconfig file templates because they have the libdir harcoded.
Depending on whether we are compiling in 32 or 64 bits we have to write
/usr/lib or /usr/lib64 inside the files.
* I'm not quite sure that the tcl guidelines apply here. What pgplot provides
is a driver that a allows to embed the plots in tcl applications, but only
using a C interface.
This means that a supposed tcl/pgplot application has to be linked with the
libtkpgplot.so library. Hence, the library has to be installed in %{libdir} so
that it can be found at runtime (or we have to make a link from
%{libdir}/tcl8/pgplot/libtkpgplot.so.* to %{libdir}).
Notice that pgplot doesn't provide a pkgIndex.tcl and I think that means that
pgplot can't be used from inside tcl/tk directly.
Regards
--
Configure bugmail:
http://bugzilla.rpmfusion.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.