Re: BLT

2004-07-26 Thread Dr. Volker Zell
 Marcus G Daniels writes:

 Hello,
 Here are Cygwin packages for the BLT Tcl/Tk Extension library, a
 fairly popular set of extension widgets for Tcl/Tk.
 These are for use with the native Tcl/Tk libraries, not X11 builds.

+1 from me.

Ciao
  Volker



Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 22 14:50, Marcus G. Daniels wrote:
 Hello,
 
 Here are Cygwin packages for the BLT Tcl/Tk Extension library, a fairly 
 popular set of extension widgets for Tcl/Tk.
 These are for use with the native Tcl/Tk libraries, not X11 builds.
 
  http://www.santafe.edu/~mgd/cygwin/blt/blt-3.0-1-src.tar.bz2
  http://www.santafe.edu/~mgd/cygwin/blt/blt-3.0-1.tar.bz2
 
 Here is the setup.hint file:
 
 category: Libs
 requires: tcltk
 sdesc: Extension widgets for Tcl/Tk
 ldesc: BLT is an extension to the Tk toolkit, adding new widgets,
 geometry managers, and miscellaneous commands.

Looks like a nice package so +1 from me.  I've made a review and I'm
a bit surprised about the content of usr/lib.  There's a static lib
called libBLT30.a and a symlink to ../bin/cygBLT30.dll, but there's
no link library to link against the DLL, libBLT30.dll.a.  Does that
actually work for linking against the DLL?  I thought the .dll.a
lib is needed for that.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.


Re: BLT

2004-07-23 Thread Marcus G. Daniels
Corinna Vinschen wrote:
There's a static lib called libBLT30.a and a symlink to 
../bin/cygBLT30.dll, but there's no link library to link against the 
DLL, libBLT30.dll.a. Does that actually work for linking against the 
DLL? I thought the .dll.a lib is needed for that.
libtool (e.g. building clients of this library) looks for either a DLL 
or a import library.  I just made a symlink because BLT didn't make the 
import library itself.  The symlink is just so when clients go looking 
for BLT in lib/ they find something.  I can make a .dll.a if you 
prefer.  I just wanted to get feedback right away and so made this 
shortcut..  Thanks!


Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 23 07:31, Marcus G. Daniels wrote:
 Corinna Vinschen wrote:
 
 There's a static lib called libBLT30.a and a symlink to 
 ../bin/cygBLT30.dll, but there's no link library to link against the 
 DLL, libBLT30.dll.a. Does that actually work for linking against the 
 DLL? I thought the .dll.a lib is needed for that.
 
 libtool (e.g. building clients of this library) looks for either a DLL 
 or a import library.  I just made a symlink because BLT didn't make the 
 import library itself.  The symlink is just so when clients go looking 
 for BLT in lib/ they find something.  I can make a .dll.a if you 
 prefer.  I just wanted to get feedback right away and so made this 
 shortcut..  Thanks!

Yes, I would prefer a .dll.a file because that's the current scheme.

Thanks,
Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.


Re: BLT

2004-07-23 Thread Marcus G. Daniels
Corinna Vinschen wrote:
Yes, I would prefer a .dll.a file because that's the current scheme.
 

Ok, done.  Actually BLT had the command to do it, but the wrong target 
filename.   Anyway now it makes a .dll.a, and the symlink for the .dll 
in lib/ is removed.

http://www.santafe.edu/~mgd/cygwin/blt/
Thanks again.
P.S. Any thoughts on HDF5?  I need that for another package I'm making.


Re: BLT

2004-07-23 Thread Corinna Vinschen
On Jul 23 09:38, Marcus G. Daniels wrote:
 Corinna Vinschen wrote:
 
 Yes, I would prefer a .dll.a file because that's the current scheme.
  
 
 Ok, done.  Actually BLT had the command to do it, but the wrong target 
 filename.   Anyway now it makes a .dll.a, and the symlink for the .dll 
 in lib/ is removed.
 
 http://www.santafe.edu/~mgd/cygwin/blt/

Thank you.  So we just need 2 more votes.

 P.S. Any thoughts on HDF5?  I need that for another package I'm making.

Not really.  3 votes and a GTG review required as usual.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Co-Project Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.