interix support

2011-06-09 Thread Markus Duft
Hi! It's been quite a while, but now i'd have a small patch for interix libtool (again). The background for the patch is building GLIB on interix, which initially didn't succeed. Actually, libtool did nothing wrong, just the system linker is broken in so many different ways, that each day a new

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 att

FYI: fix link-order test (was: 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: Applied to branch-1-5 and HEAD, respectively. Cheers, Ralf branch-1-5: * tests/link-order.test [ aix, interix ]: Skip command line grep. Reported by Thorsten Glaser &

FYI: small $echo fixup branch-1-5 (was: interix support)

2005-11-18 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Nov 18, 2005 at 06:13:00PM CET: > > Interix support in Libtool: Applied missing backport from HEAD to branch-1-5. Cheers, Ralf * ltmain.in (finish mode): Fix a couple of $echo uses. Reported by Thorsten Glaser <[EMAIL PROTECTED]

FYI: make HEAD libtoolize work with ksh (was: interix support)

2005-11-18 Thread Ralf Wildenhues
* Ralf Wildenhues wrote on Fri, Nov 18, 2005 at 06:13:00PM CET: > > Interix support in Libtool [...] Applied to CVS HEAD. * libtoolize.m4sh (func_copy_all_files) (func_massage_aclocal_DATA, func_massage_pkgltdl_files) (func_massage_pkgconfig_files): Work arou

interix support

2005-11-18 Thread Ralf Wildenhues
Libtool Fellas, This is just a heads-up that I'll be applying the result of the fine work of Todd Vierling and Thorsten Glaser on Interix support in Libtool: http://article.gmane.org/gmane.os.miros.general/1406, as soon as the last minor questions are hashed out, and unless anybody spea

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

Interix support for libtool

2005-07-03 Thread Thorsten Glaser
>-- Forwarded message -- >From: Todd Vierling <[EMAIL PROTECTED]> >Message-ID: <[EMAIL PROTECTED]> >Date: Sun, 3 Jul 2005 14:59:26 -0400 (Eastern Daylight Time) >Subject: Re: Regarding libtool/Interix/pkgsrcĀ® [...] >I hereby release my Interix-specific libtool changes into the pub

Re: [branch-1-5] Interix support for libtool

2005-07-03 Thread Thorsten Glaser
Dixi: >2005-07-03 Thorsten Glaser <[EMAIL PROTECTED]> > > * libtool.m4: Add support for Interix (Microsoft Services > for Unix) 3.0/3.5 based systems using gcc as compiler. > Originally from NetBSD(R) pkgsrc(R). Sorry, forgot to mention: this is against branch-1-5. //mi