On Fri, Aug 13, 2010 at 7:09 AM, Peter Rosin wrote:
> Hi Chris,
>
> Den 2010-08-13 12:26 skrev Christopher Hulbert:
>> On Mon, Aug 9, 2010 at 3:55 PM, Peter Rosin wrote:
>>> Hi!
>>>
>>> Christopher Hulbert asked for some MSVC status in a private messa
The attached patch fixes the empty wl variable and the MS toolchain
assumption of -link -dll.
pgi.patch
Description: Binary data
Yes, I can, but it will have to wait till tuesday when I go back to work.
Chris
On 2/18/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Wed, Feb 15, 2006 at 04:08:33PM CET:
> > The attached patch fixes the empty wl variable
On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 03:15:42PM CET:
> > Attached is the test outputs.
>
> Thanks. Unfortunately, I was not precise enough:
> Please configure Libtool with t
On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 05:48:56PM CET:
> > I get this error compiling libtool. It looks like it's trying to
> > extract the symbols from libltdl/.libs/libltdl.
On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 07:18:17PM CET:
> > On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
>
> > > http://article.gmane.org/gmane.comp.sysutils.automake.general/6539
>
sh-3.00$ lib -list libltdl/.libs/loadlibrary.lib
Microsoft (R) Library Manager Version 7.10.3077
Copyright (C) Microsoft Corporation. All rights reserved.
libltdl/loaders/.libs/loadlibrary.o
bash-3.00$ ar t libltdl/.libs/loadlibrary.lib
libltdl/loaders/.libs/loadlibrary.o
On 2/21/06, Ralf Wilden
On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 07:18:17PM CET:
> > On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
>
> > > http://article.gmane.org/gmane.comp.sysutils.automake.general/6539
>
On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Tue, Feb 21, 2006 at 09:32:14PM CET:
> > On 2/21/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
>
> > > http://lists.gnu.org/archive/html/libtool-
On 2/18/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> Hi Christopher,
>
> * Christopher Hulbert wrote on Wed, Feb 15, 2006 at 04:08:33PM CET:
> > The attached patch fixes the empty wl variable and the MS toolchain
> > assumption of -link -dll.
>
> The patch is
On 2/24/06, Eric Blake <[EMAIL PROTECTED]> wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> According to Christopher Hulbert on 2/22/2006 5:56 AM:
> >
> > Actually it seems the problem is that a unix-style path is passed to
> > lib as the library na
On 2/24/06, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> * Eric Blake wrote on Fri, Feb 24, 2006 at 02:51:07PM CET:
> > According to Christopher Hulbert on 2/22/2006 5:56 AM:
> > >
> > > Actually it seems the problem is that a unix-style path is passed to
>
PGI compilers have an option to create an import library on windows.
The libtool default on windows (without any patches) is to create a
link to the dll for the .lib file. This obviously doesn't work. I am
not sure what the side-effects of the following patch is so I'm
submitting it here for comme
The attached patch allows compilers without unistd.h to generate
executables on windows 32 and 64-bit. This may not be the desired
version since it will be active on at least the MINGW host. On the
other hand, MINGW will support the code so it may not be a big deal.
Note: The relevant hunks of th
On 4/3/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
Hello Christopher,
* Christopher Hulbert wrote on Tue, Apr 03, 2007 at 08:36:02PM CEST:
> The attached patch allows compilers without unistd.h to generate
> executables on windows 32 and 64-bit. This may not be the desired
> v
On 4/4/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
* Christopher Hulbert wrote on Tue, Apr 03, 2007 at 09:22:31PM CEST:
> On 4/3/07, Ralf Wildenhues <[EMAIL PROTECTED]> wrote:
> > Thanks for your patch. But really when porting to a w64 system
> > (including a sp
This patch defined R_OK to what I think it should be for windows and
changes access to _access. I think MS has access in an oldnames
library, but I chose to redefine it since according to MS, the POSIX
name access is deprecated
(http://msdn2.microsoft.com/en-us/library/ms235395(vs.80).aspx).
Chri
On Fri, Jun 13, 2008 at 11:55 AM, Peter O'Gorman <[EMAIL PROTECTED]> wrote:
> Christopher Hulbert wrote:
>
>> GIT version still reports that the ifort linker does not support
>> shared libraries. The config.log is attached.
>
> Hi Chris,
>
> Your confi
On Wed, May 13, 2009 at 2:11 PM, Ralf Wildenhues wrote:
> Hello Christopher,
>
> * Christopher Hulbert wrote on Wed, May 13, 2009 at 01:14:47PM CEST:
>> 1. What's the future of that branch? Is it ever likely to merge into
>> master to become part of a libtool release
PGI has compiler options to append libraries for PGI-compiled fortran
and C++ code when performing a link. The attached patch lets
ltmain.m4sh recognize them.
diff --git a/libltdl/config/ltmain.m4sh b/libltdl/config/ltmain.m4sh
index 6f44d35..795bf4a 100644
--- a/libltdl/config/ltmain.m4sh
+++ b/l
On Tue, Jun 16, 2009 at 2:05 PM, Ralf Wildenhues wrote:
> Hello Christopher,
>
> * Christopher Hulbert wrote on Tue, Jun 16, 2009 at 05:40:09PM CEST:
>> PGI has compiler options to append libraries for PGI-compiled fortran
>> and C++ code when performing a link. Th
On Fri, Sep 18, 2009 at 4:26 AM, Peter Rosin wrote:
> Hi Ralf,
>
> Den 2009-09-18 06:37 skrev Ralf Wildenhues:
>>
>> * Peter Rosin wrote on Thu, Sep 10, 2009 at 11:48:34AM CEST:
>>>
>>> Here's a couple of patches that implements support for -Wl, and
>>> -Xlinker for MSVC. The first one
>>> (rename
On Fri, Sep 18, 2009 at 6:53 AM, Peter Rosin wrote:
> Hi Chris,
>
> Den 2009-09-18 12:16 skrev Christopher Hulbert:
>>
>> In my windows branch, I use link_search_path_spec as in:
>>
>> _LT_TAGDECL([], [link_search_path_spec], [1],
>> [Flag to ad
On Fri, Sep 18, 2009 at 11:17 PM, Peter Rosin wrote:
> Den 2009-09-18 14:01 skrev Christopher Hulbert:
>>
>> On Fri, Sep 18, 2009 at 6:53 AM, Peter Rosin wrote:
>>>
>>> Hi Chris,
>>>
>>> Den 2009-09-18 12:16 skrev Christopher Hulbert:
>>
On Mon, Sep 21, 2009 at 2:47 PM, Peter Rosin wrote:
> Den 2009-09-21 12:35 skrev Christopher Hulbert:
>>>
>>> Apart from that, your suggestion will "litter" dependency_libs with
>>> -LIBPATH: and it will not work for absolute paths (unless you're
&
On Tue, Feb 23, 2010 at 2:20 AM, Yaakov (Cygwin/X)
wrote:
> On 2010-02-21 06:11, Ralf Wildenhues wrote:
>>
>> 3) This patch will overwrite a .manifest file created in the build dir,
>> thus may break a package that create them through some other means.
>
> I can't see any package generating one of
26 matches
Mail list logo