On 04/03/2013 03:02 PM, shawn kielty wrote:
> this script works:
> #! /bin/bash
>
> tclsh << SCRIPT
> puts "hello world"
> SCRIPT
Correct.
>
> while this script fails:
>
> #! /bin/bash
>
> tclsh << SCRIPT
> puts "hello world"
> SCRIPT
Here-docs are particular. The end token must appe
this script works:
#! /bin/bash
tclsh << SCRIPT
puts "hello world"
SCRIPT
while this script fails:
#! /bin/bash
tclsh << SCRIPT
puts "hello world"
SCRIPT
with the error:
$ ./embeddedTcl.sh
./embeddedTcl.sh: line 5: warning: here-document at line 3 delimited by
end-of-file (wanted `DE
On Thu, Apr 04, 2013 at 12:06:06AM +0900, wynfi...@gmail.com wrote:
>This will be done in assembly language and I'd prefer not to have to
>resort to directly using windows or bios interrupts.
>
>I would like build a very tiny program and I want to skip linking the c
>library to this little program.
On Wed, Apr 03, 2013 at 08:33:42PM +0400, Andrey Repin wrote:
>Greetings, Corinna Vinschen!
>
>> That's not the right thing to do. By sticking to OpenSSH-5.2p1, you
>> end up with an old version of OpenSSH, with unfixed security bugs,
>> thus thwarting the sole reason why you're using SSH.
>
>> Wh
On Apr 3 20:33, Andrey Repin wrote:
> Greetings, Corinna Vinschen!
>
> > That's not the right thing to do. By sticking to OpenSSH-5.2p1, you
> > end up with an old version of OpenSSH, with unfixed security bugs,
> > thus thwarting the sole reason why you're using SSH.
>
> > Why not just getting
Greetings, Corinna Vinschen!
> That's not the right thing to do. By sticking to OpenSSH-5.2p1, you
> end up with an old version of OpenSSH, with unfixed security bugs,
> thus thwarting the sole reason why you're using SSH.
> Why not just getting used to entering the username casesensitive, as
>
On Apr 3 12:17, Earnie Boyd wrote:
> On Wed, Apr 3, 2013 at 11:12 AM, Corinna Vinschen wrote:
> >
> > Why not just getting used to entering the username casesensitive, as
> > on any other system?
> >
>
> Would modifying the /etc/passwd file to lowercase names support what
> the OP wants to do? N
On Wed, Apr 3, 2013 at 11:12 AM, Corinna Vinschen wrote:
>
> Why not just getting used to entering the username casesensitive, as
> on any other system?
>
Would modifying the /etc/passwd file to lowercase names support what
the OP wants to do? Not that he should but is that possible?
--
Earnie
-
On Apr 3 16:59, Maxime LAMBERT wrote:
>
> >> I installed the last version of Cygwin (2.774) with the OpenSSH package
> on
>
> >This is the version of setup. Try `uname -r' instead.
>
> >> a Windows Server 2012 and when I tried to establish a connection in
> ssh,
> >> I noticed that the userna
This will be done in assembly language and I'd prefer not to have to resort to
directly using windows or bios interrupts.
I would like build a very tiny program and I want to skip linking the c library
to this little program. Doing so would bloat it up to about 225times larger
than it would b
>> I installed the last version of Cygwin (2.774) with the OpenSSH package
on
>This is the version of setup. Try `uname -r' instead.
>> a Windows Server 2012 and when I tried to establish a connection in
ssh,
>> I noticed that the username was case sensitive (username@IP).
>> With old version
On Wed, Apr 03, 2013 at 10:34:00AM -0400, Cary Lewis wrote:
>Has anyone managed to build ltfs or mtx on Cygwin?
>
>ltfs needs fuse, which I managed to build, but I don't know if it's
>really functional or not.
It's not. Cygwin doesn't support fuse.
cgf
--
Problem reports: http://cygwin.co
Has anyone managed to build ltfs or mtx on Cygwin?
ltfs needs fuse, which I managed to build, but I don't know if it's
really functional or not.
Thanks.
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.co
On Apr 3 14:29, Maxime LAMBERT wrote:
> I installed the last version of Cygwin (2.774) with the OpenSSH package on
This is the version of setup. Try `uname -r' instead.
> a Windows Server 2012 and when I tried to establish a connection in ssh,
> I noticed that the username was case sensitive (u
On Wed, Apr 3, 2013 at 9:11 AM, Maxime LAMBERT wrote:
> On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote:
>>> I installed the last version of Cygwin (2.774) with the OpenSSH package
> on
>>> a Windows Server 2012 and when I tried to establish a connection in
> ssh,
>>> I noticed that the userna
On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote:
>> I installed the last version of Cygwin (2.774) with the OpenSSH package
on
>> a Windows Server 2012 and when I tried to establish a connection in
ssh,
>> I noticed that the username was case sensitive (username@IP).
>> With old versions of Cy
Dear Aachim,
Thank you for your support,
> And how about those erros, the only corresponding library to those in
> cygwin/lib/ folderÂ
> is "libX11.dll.a" but it doesn't look like a valid library or am I wrong here
> ?
>This file is needed for linking only, but you should have a
>corresponding
On Wed, Apr 3, 2013 at 8:29 AM, Maxime LAMBERT wrote:
> I installed the last version of Cygwin (2.774) with the OpenSSH package on
> a Windows Server 2012 and when I tried to establish a connection in ssh,
> I noticed that the username was case sensitive (username@IP).
> With old versions of Cygwin
I installed the last version of Cygwin (2.774) with the OpenSSH package on
a Windows Server 2012 and when I tried to establish a connection in ssh,
I noticed that the username was case sensitive (username@IP).
With old versions of Cygwin with the SSH package that I'm using on Windows
Server 2008 R
On 4/3/2013 1:01 AM, Thomas Wolff wrote:
> Am 03.04.2013 09:15, schrieb Daniel Colascione:
>> In light of the recent discussion on the developers list about native
>> symlinks,
>> I'd like to suggest including my winln program (which I posted a while ago on
>> this list, and which I've attached to
Am 03.04.2013 09:15, schrieb Daniel Colascione:
In light of the recent discussion on the developers list about native symlinks,
I'd like to suggest including my winln program (which I posted a while ago on
this list, and which I've attached to this message) in the cygutils package.
It's a drop-in
On 4/3/2013 12:15 AM, Daniel Colascione wrote:
> In light of the recent discussion on the developers list about native
> symlinks,
> I'd like to suggest including my winln program (which I posted a while ago on
> this list, and which I've attached to this message) in the cygutils package.
> It's a
In light of the recent discussion on the developers list about native symlinks,
I'd like to suggest including my winln program (which I posted a while ago on
this list, and which I've attached to this message) in the cygutils package.
It's a drop-in replacement for GNU ld.
/**
* GNU ln(1) workalik
23 matches
Mail list logo