On Fri, 28 Mar 2003, Robert Boehne wrote:
> Braden,
>
> For libltdl to work, you'd have to have Windows
> declspec(__dllimport) and declspec(__dllexport) applied
> properly, which isn't currently done. As far as libname.lib
It used to be supported by libltdl, but when GCC implemented the
auto-im
On Fri, 2003-03-28 at 23:04, Robert Boehne wrote:
> Braden,
>
> For libltdl to work, you'd have to have Windows
> declspec(__dllimport) and declspec(__dllexport) applied
> properly, which isn't currently done. As far as libname.lib
> being used for both static & dynamic, AIX uses libname.a for
>
On Sat, 2003-03-29 at 10:19, Bob Friesenhahn wrote:
> On Fri, 28 Mar 2003, Robert Boehne wrote:
>
> > Braden,
> >
> > For libltdl to work, you'd have to have Windows
> > declspec(__dllimport) and declspec(__dllexport) applied
> > properly, which isn't currently done. As far as libname.lib
>
> It
Bob Friesenhahn wrote:
> On Fri, 28 Mar 2003, Robert Boehne wrote:
>
>> Braden,
>>
>> For libltdl to work, you'd have to have Windows
>> declspec(__dllimport) and declspec(__dllexport) applied
>> properly, which isn't currently done. As far as libname.lib
>
> It used to be supported by libltdl,
On Sat, 29 Mar 2003, Max Bowsher wrote:
> >
> > It used to be supported by libltdl, but when GCC implemented the
> > auto-import capability, Gary removed the support. I think it was a
> > bad idea to remove the support. There are plenty of reasons to use
> > the Microsoft compiler rather than GCC
Braden McDaniel wrote:
It used to be supported by libltdl, but when GCC implemented the
auto-import capability, Gary removed the support. I think it was a
bad idea to remove the support. There are plenty of reasons to use
the Microsoft compiler rather than GCC under Windows since GCC has
limited
On Sat, 29 Mar 2003, Charles Wilson wrote:
>
> Also wrt Bob, concerning mingw vs cl: IMO, if you're using cl and
> relying on its non-standard extensions to C and C++, then you are
> obviously not trying to write portable code. In that case, you should
> simply use the MSVC support for building DL
On Sat, 2003-03-29 at 18:05, Charles Wilson wrote:
> Braden McDaniel wrote:
>
> >>It used to be supported by libltdl, but when GCC implemented the
> >>auto-import capability, Gary removed the support. I think it was a
> >>bad idea to remove the support. There are plenty of reasons to use
> >>the