Hi Sylwester,

These functions are part of the internal API of plplot as you note and so are 
not guaranteed to be available to
the user. In fact using -fvisibility=hidden enforces this (and hence shows up 
problems like yours). I don't think
there is a sensible alternative in the current external API. Why do you need to 
access these functions? Is there
some other functionality in plplot that is missing?

Regards

Andrew

On Sat, Jun 30, 2012 at 11:54:37AM +0200, Sylwester Arabas wrote:
> Hello,
> 
> In GDL (gnudatalanguage) we use two "private" plplot functions: plstrl 
> and plP_mmpcy to get string width:
> 
> http://gnudatalanguage.cvs.sf.net/viewvc/gnudatalanguage/gdl/src/plotting_xyouts.cpp?view=markup
>  
> 
> 
> That functions well but is not allowed in Debian for examples, as there 
> plplot is compiled with -fvisibility=hidden. Are there any "public" 
> equivalents or any elegant way to achieve this functionality without 
> #including <plplot/plplotP.h>?
> 
> Thanks,
> Sylwester
> 
> -- 
> http://www.igf.fuw.edu.pl/~slayoo/
> 
> 
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and 
> threat landscape has changed and how IT managers can respond. Discussions 
> will include endpoint security, mobile security and the latest in malware 
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> Plplot-devel mailing list
> Plplot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/plplot-devel
> 

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to