Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Dynamic loading on Cygwin - status
- X-seq: zsh-workers 12441
- From: Peter Stephenson <pws@xxxxxxx>
- To: zsh-workers@xxxxxxxxxxxxxx (Zsh hackers list)
- Subject: Re: Dynamic loading on Cygwin - status
- Date: Mon, 31 Jul 2000 14:58:12 +0100
- In-reply-to: "Your message of Fri, 28 Jul 2000 20:17:40 +0400." <000201bff8af$59daf3f0$21c9ca95@xxxxxxxxxxxxxx>
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
> > - external function or variable imported from another module is not
> > considered
> > a constant on Cygwin (actually, on Windows). Hence, any static initializer
> > fails, e.g
>
> That is really bad.
Isn't it enough to mark it as __attribute__((dllimport)) in the importing
file (assuming the symbol's exported in the first place, obviously)?
--
Peter Stephenson <pws@xxxxxxx>
Cambridge Silicon Radio, Unit 300, Science Park, Milton Road,
Cambridge, CB4 0XL, UK Tel: +44 (0)1223 392070
Messages sorted by:
Reverse Date,
Date,
Thread,
Author