hi,
i'm developping a free software for theater called D::light 
(http://www.nicole-banana.com) available for MacOS, Win32 & Linux.
it's mostly written in C and relies on Tcl Tk library.
i would like to add a new fonction to the soft wich requieres plotting 
capabilities of data.

here's my question and please excuse me if they've been treated in other 
post (and my english also....)
- the otool command on osx produce :
libplplotd.9.7.0.dylib:
    /Users/nico/git/plplot/plplot-build/src/libplplotd.9.dylib 
(compatibility version 9.0.0, current version 9.7.0)
    /usr/lib/libltdl.3.dylib (compatibility version 5.0.0, current 
version 5.4.0)
    /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current 
version 111.1.4)
    /Users/nico/git/plplot/plplot-build/lib/csa/libcsirocsa.0.dylib 
(compatibility version 0.0.0, current version 0.0.1)
    /Users/nico/git/plplot/plplot-build/lib/qsastime/libqsastime.0.dylib 
(compatibility version 0.0.0, current version 0.0.1)
    /usr/lib/libgcc_s.1.dylib (compatibility version 1.0.0, current 
version 1.0.0)
it appears that libplot need libcsirocsa & libqsastime to run.
can i make this library local to my project using install_name_tool command?

also cmake looks for tcl/tk frameworks in /Library/Frameworks/ of apple 
system and bind against the framework it founds.
i'm distributing my own tcl/tk library. will this be an issue?
how can i tell cmake to use my own tcl tk libraries ?

can i easily compile plplot on Win32 using MinGW/MSys building system ?

many thanks in advance
best regards,
nico

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Plplot-general mailing list
Plplot-general@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/plplot-general

Reply via email to