Re: libtool devel package still dll crippled.

2002-04-16 Thread Earnie Boyd
Danny Smith wrote: Todo: 2b) set an option like --export-libs=* or something else 2c) identify the libs to export and set an option like --export-libs=lib1,lib2, Do I need to refresh the patch I submitted to binutils many moons ago. It is useful its own right (building

Re: libtool devel package still dll crippled.

2002-04-15 Thread Earnie Boyd
Is there any real solution to this problem w.r.t. the current -devel version of libtool? Earnie. _ Do You Yahoo!? Get your free yahoo.com address at http://mail.yahoo.com

RE: libtool devel package still dll crippled.

2002-04-15 Thread Ralf Habacker
2b) set an option like --export-libs=* or something else 2c) identify the libs to export and set an option like --export-libs=lib1,lib2, Ups, I have overseen some errors in the logic above. Additional Danny has used --exlude-libs, so the logic must be negated 2b) set an option like

RE: libtool devel package still dll crippled.

2002-04-14 Thread Ralf Habacker
From: Robert Collins Sent: Sunday, April 14, 2002 9:43 AM Again, the ...= came from you, Rob. So, what's the difference between ...= and ...=no or ...=unsupported (or ...=yes, for that matter). And which do we want/need? We want ...=. In both locations. I'll test the

Re: libtool devel package still dll crippled.

2002-04-14 Thread Charles Wilson
Ralf Habacker wrote: must be some way to prevent ld outputting the imported symbols as well as the exported symbols... I'm using a special patched ld (based on the recent official ld) which rejects exporting of all imported libs with a one line patch binutils/ld/pe-dll.c:234 /* Do

RE: libtool devel package still dll crippled.

2002-04-14 Thread Ralf Habacker
I'm using a special patched ld (based on the recent official ld) which rejects exporting of all imported libs with a one line patch binutils/ld/pe-dll.c:234 /* Do not specify library suffix explicitly, to allow for dllized versions. * static autofilter_entry_type

Re: libtool devel package still dll crippled.

2002-04-13 Thread Charles Wilson
Robert Collins wrote: Line 4476 of libtool.m4 setups allow_undefined to 'unsupported' for Cygwin. With --auto-import this is incorrect. It should set it to ...=' I *think* that's all I had to do to get the auto-import magic back on track :}. Chuck, I hate to be a bother, but is this

Re: libtool devel package still dll crippled.

2002-04-13 Thread Charles Wilson
Robert Collins wrote: What Ralfs patch does is change allow_undefined_flag to no (as opposed to unsupported) and ?? what's the difference between ...=unsupported and ...=no and ...=? Shouldn't the SAME answer be given in all sections, with respect to whether allow_undefined_flag is a

RE: libtool devel package still dll crippled.

2002-04-13 Thread Robert Collins
-Original Message- From: Charles Wilson [mailto:[EMAIL PROTECTED]] Sent: Sunday, April 14, 2002 9:31 AM To: Robert Collins Cc: Cygwin-Apps Subject: Re: libtool devel package still dll crippled. Robert Collins wrote: What Ralfs patch does is change