"James R. Phillips" wrote:
> checking for Fortran libraries of g77... -L/usr/lib/gcc/i686-pc-cygwin/3.4.4
> -L/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../.. -lm -lfrtbegin -lg2c -lcygwin
> -user32 -lkernel32 -ladvapi32 -lshell32
> checking for dummy main to link with Fortran libraries... unknown
> co
I am attempting a build of the octave-2.1.73 package with the experimental gcc
3.4.4-2 compiler release. Part of the octave configure script checks whether
linking from C to fortran libraries works; and this test is failing. A partial
output is shown:
--snip
checking for Fortran libraries of g77.
John Liu wrote:
Dear All,
I also have another question. I compiled an Molecular dynamic simulation
software, DL_Poly. I got the executable file. It runs great in other
Linux/Unix system, if I compiled it in other Linux/Unix. But here I compiled
it and get the executable file, it doesn't work. Th
Sorry, all.
Just now the Tcl/Tk and DL_Poly problem produce two files suffix as
.stackdump. What that mean. Means the scripts has problem or Cygwin has
problem?
If the problem of scripts, why both of them can run under other Linux/Unix
system.
Thanks,
John Liu
--
View this message in context:
Dear All,
I also have another question. I compiled an Molecular dynamic simulation
software, DL_Poly. I got the executable file. It runs great in other
Linux/Unix system, if I compiled it in other Linux/Unix. But here I compiled
it and get the executable file, it doesn't work. The error message l
Dear Cygwin friends,
I installed Cygwin and Cygwin/X into my PC. It works well. But today when I
ran a program to test a Tcl/Tk script. It cannot works well. I test these
scripts on other Linux or Unix system. It works well. Definitely, in other
unix/linux system, I compile quads.f file to quad
mocs wrote:
Ive would like to edit my cygwin.bat so a command into "cygwin" starts
automatically with a document and some parameters, how should i write?
'man bash'
--
Matthew
KATE: Awesome Text Editor
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports:
Hi,
Ive would like to edit my cygwin.bat so a command into "cygwin" starts
automatically with a document and some parameters, how should i write?
Best regards!
Jonas Ögren
[EMAIL PROTECTED]
--
View this message in context:
http://www.nabble.com/Send-command-and-parameters-into-cygwin.bat-tf2
Cygwin popen does not match Linux popen when stdout is closed.
In cygwin window 1:
$ cat foo.c
#include
#include
int main()
{
FILE *f;
f = popen("sleep 30", "r");
if (!f)
return 1;
getc(f);
if (pclose(f))
return 2;
return 0;
}
$ ./foo >&-
In cygwin window 2, durin
Warren L Dodge wrote:
I am operating in a file server environment where the file server can be
accessed by both linux and windows.
I make a tree on this file server in linux which includes some soft links.
I then accessed this same tree via the windows system using cygwin.
What I found is th
I am operating in a file server environment where the file server can be
accessed by both linux and windows.
I make a tree on this file server in linux which includes some soft links.
I then accessed this same tree via the windows system using cygwin.
What I found is that the unix soft links a
There is a new snapshot up which contains Corinna's extensive debugging/fix for
the "CreateFileMapping" problem.
I still have debugging turned on in this snapshot and there are still problems
with pipe_guard, so there is no reason to report those.
Any other errors are fair game, though.
http://c
Hi,
I have some doubt regarding libltdl3 DLL (cygltdl-3.dll) of the current release
(1.5.22-1).
cygltdl-3.dll in the previous release (1.5.20-2) has 34 exported entries. On
the other hand, cygltdl-3.dll in the current release has only 3 exported
entries (lt_dlfree, lt_dlmalloc, and lt_dlreall
Tom Rodman wrote:
Yes I see the local group "S-1-2-0", but when I ssh'd in, I typed the
password in for this session and so I expect "whoami /all" to return
the username that goes with the password - more importantly I need the
credentials to write to the network shares, that I normally get when
On Aug 18 08:35, Tom Rodman wrote:
> On Fri 8/18/06 8:58 +0200 cygwin@cygwin.com wrote:
> > On Aug 17 18:49, Tom Rodman wrote:
> > >
> > > tried that.. no joy, take a look:
> > > --v-v--C-U-T---H-E-R-E-v-v--
> > > $ $WINDIR/system32/whoami /all #we're in
On 18 August 2006 13:39, Max Bowsher wrote:
> The RFCs indicate that it is the encoded form which is signed and verified.
You're kidding! No wonder it's so fragile. I'd consider it bad
architecture to sign/verify a non-canonical representation.
> The problem is that the sourceware mailer i
On Aug 18 14:40, Eli Zaretskii wrote:
> > From: Corinna Vinschen <[EMAIL PROTECTED]>
> > There is no known issue. The heap is an area of reserved memory, which
> > is on demand commited when sbrk is called. If the heap is too small to
> > fit the new allocation, more memory is reserved/commited.
On Fri 8/18/06 8:58 +0200 cygwin@cygwin.com wrote:
> On Aug 17 18:49, Tom Rodman wrote:
> >
> > tried that.. no joy, take a look:
> > --v-v--C-U-T---H-E-R-E-v-v--
> > $ $WINDIR/system32/whoami /all #we're in an ssh session before edits made
> > to /etc/g
Dave Korn wrote:
> On 18 August 2006 12:42, Max Bowsher wrote:
>
>>
>> Let me try to force a re-wrap to occur here:
> 23456789A123456789B123456789C123456789D123456789E123456789F123456789G123456789
> H
>
> Didn't work. Try some trailing spaces.
Yes it did.
The re-wrap which matters is the on
On 18 August 2006 13:06, Al Slater wrote:
[ Assuming this was an accidental off-list reply, otherwise
http://cygwin.com/acronyms#PPIOSPE! ]
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Dave Korn wrote:
>> On 18 August 2006 12:42, Max Bowsher wrote:
>>
>>> Al Slater wrote:
Max Bows
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Dave Korn wrote:
> > On 18 August 2006 12:42, Max Bowsher wrote:
> >
>> >> Al Slater wrote:
>>> >>> Max Bowsher wrote:
> > Václav Haisman wrote:
>> >> I have noticed that sometimes my PGP signed messages do
not arrive
>> >> int
On 18 August 2006 12:42, Max Bowsher wrote:
> Al Slater wrote:
>> Max Bowsher wrote:
Václav Haisman wrote:
> I have noticed that sometimes my PGP signed messages do not arrive
> intact from cygwin-ml. Is this a cygwin-ml software problem?
Yes, something in the ML software seems t
Al Slater wrote:
> Max Bowsher wrote:
>>> Václav Haisman wrote:
I have noticed that sometimes my PGP signed messages do not arrive
intact from cygwin-ml.
Is this a cygwin-ml software problem?
>>> Yes, something in the ML software seems to like re-wrapping lines. It's
>>> breaking my
> Date: Mon, 14 Aug 2006 08:58:12 +0200
> From: Corinna Vinschen <[EMAIL PROTECTED]>
>
> > As far as I could tell from the OP's report about Emacs configuration
> > results, available here:
> >
> > http://www.deas.harvard.edu/climate/eli/emacs-debug/
> >
> > Emacs he built does not use mmap.
On 18 August 2006 12:24, Dave Korn wrote:
> On 18 August 2006 12:01, [EMAIL PROTECTED] wrote:
^
Sorry Sujit! Didn't mean to quote your address.
cheers,
DaveK
--
Can't think of a witty .sigline today
--
Unsubscribe info: http:/
On 18 August 2006 12:01, [EMAIL PROTECTED] wrote:
> Hi CygWinners,
> I would like to know the syntax of crontab, cron and at commands for
> its use in task scheduling.
"man cron"
"man crontab"
'at' is a windows command using the windows task scheduler. It's more
straightforward to use cro
Hi CygWinners,
I would like to know the syntax of crontab, cron and at commands for
its use in task scheduling.
Also, can we do a Cron or AT job using Cygwin installation?
If yes, please tell me the procedure... How do we allow permission's
for the cron job. What file needs to modif
Hi,
I have a USB stick connected to my ADSL modem/router. I have mapped it
to a N-drive. When I do a 'dir' and 'ls' I have a time difference of
almost 19(!) years. When I do the ls to the UNC, the file is date the
time the ls is executed :-S
Does anybody has a clue what goes wrong?
Regards
Hello,
This email address will soon be discontinued.
Please update your address book and send your message again to my new email
address at:
[EMAIL PROTECTED]
Thank you,
~~Monica Crubezy
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.co
29 matches
Mail list logo