out of curiosity I experimented a bit with this source code. It can be
simplified to:
module test
integer, parameter :: rb = kind(1.0)
real(kind=rb) :: ka(5,13,10) , absa(65,10)
equivalence (ka(1,1,1),absa(1,1))
end module test
If I make it a program, rather than a module, the compiler ha
i've been using cygwin/x for many years and i did an installation to a new
computer and when i try to start xwin i get a popup windows with the
following error message:
LoadLibrary failed with error 87: the parameter is incorrect.
i start xwin with the following command line:
startxwin -- -clipb
I've always used "^\s+keyword\s" as a way to search for some
keyword starting a section.
On linux it still works, but on cygin it doesn't like '\s' as
symbol for white space.
Any idea why there might be a difference?
I note an option that could do similar in less -- '&pattern'
turns OFF single
module test
integer, parameter :: rb = kind(1.0)
real(kind=rb) :: ka(5,13,10) , absa(65,10)
real(kind=rb) :: kb(5,13:59,10), absb(235,10)
equivalence (ka(1,1,1),absa(1,1)), (kb(1,13,1),absb(1,1))
end module test
Compiling the attached fortran code with "gfortran -c test_comp
On Jan 27 22:57, Corinna Vinschen wrote:
> On Jan 27 19:39, Houder wrote:
> > On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote:
> > >
> > > On Jan 22 11:20, Houder wrote:
> > > > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote:
> > > > > On Jan 22 10:25, Houder wrote:
> > > > [snip]
> >
On Jan 27 17:49, Sam Edge (Cygwin) wrote:
> On 25/01/2019 18:03, Bill Stewart wrote:
> > On Fri, Jan 25, 2019 at 10:48 AM Stephen Paul Carrier
> > wrote:
> >
> >> There are different paths to access and to completely disable the account
> >> you need to close all of them. There are many reasons t
On Jan 27 19:39, Houder wrote:
> On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote:
> >
> > On Jan 22 11:20, Houder wrote:
> > > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote:
> > > > On Jan 22 10:25, Houder wrote:
> > > [snip]
> > >
> > > > > Curious! It fails (for me) on W7 ...
> > >
On 1/27/2019 1:08 PM, Rob Torop wrote:
> I can't get embedded plantuml to work, and I'm *sure* it's a windows path
> kind of problem because I get
>
> *Could not find plantuml.jar at c:\cygwin64\home\ * *(see below
> for path)*
>
> I can see where this arises in the source, and I'm sur
On Tue, 22 Jan 2019 11:39:28, Corinna Vinschen wrote:
>
> On Jan 22 11:20, Houder wrote:
> > On Tue, 22 Jan 2019 10:41:57, Corinna Vinschen wrote:
> > > On Jan 22 10:25, Houder wrote:
> > [snip]
> >
> > > > Curious! It fails (for me) on W7 ...
> > >
> > > It works for me just as well on W7:
[sni
I can't get embedded plantuml to work, and I'm *sure* it's a windows path
kind of problem because I get
*Could not find plantuml.jar at c:\cygwin64\home\ * *(see below
for path)*
I can see where this arises in the source, and I'm sure I just need to
change a few variables to have it wor
On 25/01/2019 18:03, Bill Stewart wrote:
> On Fri, Jan 25, 2019 at 10:48 AM Stephen Paul Carrier
> wrote:
>
>> There are different paths to access and to completely disable the account
>> you need to close all of them. There are many reasons to disable some
>> paths without disabling all paths an
Version 1.7.2-1 of "znc" has been uploaded.
ZNC is an IRC network bouncer (BNC). It can detach the client from the
actual IRC server, and also from selected channels. Multiple clients
from different locations can connect to a single ZNC account
simultaneously and therefore appear under the same ni
12 matches
Mail list logo