From: Alan W. I. <ir...@be...> - 2003-07-09 14:51:46
|
On Wed, 9 Jul 2003, Aldric L'Hernault wrote: > I still got problems but with with tcl bindings this time. > The pkgIndex.tcl file states a 5.3.0 version, but I am > compiling 5.2.1, and shared libraries names end with 8.0 ! > I'll dig a bit further this afternoon ... Aldric, one proposal we have been discussing on plplot_devel is drop the library version altogether from pkgIndex.tcl. Here is the result of ls -l in $prefix/lib on my system. ls -l libplplot* -rwxr-xr-x 1 software software 893 Apr 21 14:11 libplplotcxxd.la* lrwxrwxrwx 1 software software 22 Apr 21 14:11 libplplotcxxd.so -> libplplotcxxd.so.5.3.0* lrwxrwxrwx 1 software software 22 Apr 21 14:11 libplplotcxxd.so.5 -> libplplotcxxd.so.5.3.0* -rwxr-xr-x 1 software software 172856 Apr 21 14:11 libplplotcxxd.so.5.3.0* -rwxr-xr-x 1 software software 836 Apr 21 14:11 libplplotd.la* lrwxrwxrwx 1 software software 19 Apr 21 14:11 libplplotd.so -> libplplotd.so.5.3.0* lrwxrwxrwx 1 software software 19 Apr 21 14:11 libplplotd.so.5 -> libplplotd.so.5.3.0* -rwxr-xr-x 1 software software 631655 Apr 21 14:11 libplplotd.so.5.3.0* -rwxr-xr-x 1 software software 893 Apr 21 14:11 libplplotf77d.la* lrwxrwxrwx 1 software software 22 Apr 21 14:11 libplplotf77d.so -> libplplotf77d.so.5.3.0* lrwxrwxrwx 1 software software 22 Apr 21 14:11 libplplotf77d.so.5 -> libplplotf77d.so.5.3.0* -rwxr-xr-x 1 software software 93542 Apr 21 14:11 libplplotf77d.so.5.3.0* -rwxr-xr-x 1 software software 899 Apr 21 14:11 libplplotjavad.la* lrwxrwxrwx 1 software software 23 Apr 21 14:11 libplplotjavad.so -> libplplotjavad.so.5.3.0* lrwxrwxrwx 1 software software 23 Apr 21 14:11 libplplotjavad.so.5 -> libplplotjavad.so.5.3.0* -rwxr-xr-x 1 software software 174878 Apr 21 14:11 libplplotjavad.so.5.3.0* -rwxr-xr-x 1 software software 983 Apr 21 14:11 libplplottcltkd.la* lrwxrwxrwx 1 software software 24 Apr 21 14:11 libplplottcltkd.so -> libplplottcltkd.so.5.3.0* lrwxrwxrwx 1 software software 24 Apr 21 14:11 libplplottcltkd.so.5 -> libplplottcltkd.so.5.3.0* -rwxr-xr-x 1 software software 399210 Apr 21 14:11 libplplottcltkd.so.5.3.0* Thus, referring to the *.so library name will automatically access the full versioned library under Linux. Could you give us similar output for HPUX so we can discover what is possible in that case? Thanks in advance. Alan __________________________ Alan W. Irwin email: ir...@be... phone: 250-727-2902 Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the PLplot scientific plotting software package (plplot.org), the Yorick front-end to PLplot (yplot.sf.net), and the Loads of Linux Links project (loll.sf.net). __________________________ Linux-powered Science __________________________ |