Hi Alan,

>>
>> The purpose is to provide the dirent functionality which is  
>> provided by glibc (or similar) so available for gcc (and also  
>> mingw) for Visual C++, which doesn't have this. plcore.c needs that  
>> to browse through a directory to search for available dynamic  
>> drivers which are then opened via libtdl or the interface I wrote  
>> for windows. Thinking about that, it's actually not needed at all  
>> in the install tree,
>
> Is that really correct?  The reason I ask, is I presume a similar  
> search has
> to be made in the install tree in $prefix/lib/plplot5.9.2/driversd/ to
> search for available installed dynamic drivers.

Sure, but the code is already compiled in plplotd.so, so there is no  
need for the header file. This would be necessary if using plplot  
would need the dirent stuff (e.g. a function returns such a dirent  
struct), but since it's only needed internally (at least I think so),  
I think we could move that section into plcore.h. I'll investigate that.

Regards,
Werner


--
Dr. Werner Smekal
Institut fuer Allgemeine Physik
Technische Universitaet Wien
Wiedner Hauptstr 8-10
A-1040 Wien
Austria

email: sme...@iap.tuwien.ac.at
web: http://www.iap.tuwien.ac.at/~smekal
phone: +43-(0)1-58801-13463 (office), +43-(0)1-58801-13469 (laboratory)
fax: +43-(0)1-58801-13499


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Plplot-devel mailing list
Plplot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-devel

Reply via email to