Re: interix support

2005-11-20 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Nov 18, 2005 at 06:13:00PM CET: > > Interix support in Libtool [...] I changed one more thing wrt. the final patch iteration: quote the sed argument in sed s,^,_, for consistency, because some shells need '^' quoted. I've applied the attached patches to HEAD and

Re: Interix support for libtool

2005-07-03 Thread Todd Vierling
On Sun, 3 Jul 2005, Thorsten Glaser wrote: > >Maybe something cheap like this? > > > ># 4096 = 0x1000, 262144 = 0x4, 83886080 = 0x500 > >_LT_AC_TAGVAR(archive_cmds, $1)='img_base=`expr ${RANDOM-$$} % 4096 / 2 \* > >262144 + 83886080`~ > > $CC -shared $pic_f

Re: Interix support for libtool

2005-07-03 Thread Thorsten Glaser
Todd Vierling dixit: >I'm fine with this; same reasoning. Thorsten, if you have time to test, >please do; I'm about to go on a personal trip for a week and don't have time >for more code testing until then. Okay. I'm dancing on more than one wedding at the same time tho, and I would have to rebo

Re: Interix support for libtool

2005-07-03 Thread Thorsten Glaser
Ralf Wildenhues dixit: >Just in case you did not know: The ~ in the *_cmds variables will just >effectively become && when executed. Except the commands are printed >only right before they are executed. Ah, okay. >So if this is MSVC, one could just put in our support for it .. once >we're throu

Re: Interix support for libtool

2005-07-03 Thread Thorsten Glaser
Ralf Wildenhues dixit: >> @@ -3157,6 +3178,17 @@ case $host_os in >> ;; >> esac >> ;; >> + interix3*) >> +# Hack: On Interix 3.x, we cannot compile PIC because of a broken gcc. >> +# Instead, shared libraries are loaded at an image base (0x1000 by >> +# default) and

Re: Interix support for libtool

2005-07-03 Thread Ralf Wildenhues
I snipped all the stuff we have agreed upon or need further outside input. * Thorsten Glaser wrote on Sun, Jul 03, 2005 at 10:39:38PM CEST: > Ralf Wildenhues dixit: > > >Would it maybe be beneficial if Libtool allowed to specify an image > >base? (I'm not quite sure we want this -- unless a cent

Re: Interix support for libtool

2005-07-03 Thread Ralf Wildenhues
Hi Thorsten, Todd, others, Just a couple of comments/questions to the patch: * Thorsten Glaser wrote on Sun, Jul 03, 2005 at 09:22:03PM CEST: > > 2005-07-03Thorsten Glaser <[EMAIL PROTECTED]> > > * libtool.m4: Add support for Interix (Microsoft Services > for Unix) 3.0/3.5 bas