Marco Atzeri wrote:
> Am 07.01.2020 um 21:58 schrieb LMH:
>> Hello,
>>
>>
>> This is the version of bash,
>>
>> GNU bash, version 4.3.42(4)-release (i686-pc-cygwin)
>>
>> it would be very helpful as a first step if I could find a verified dig
ve of bash with a signature for each tar.gz but not the signature
for
each version of the extracted binary.
Thanks,
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe
ituation at the moment.
I believe this is cygwin 2.3.1.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Achim Gratz wrote:
> LMH writes:
>> Is there some reason I should be expecting these processes to talk to
>> svchost.exe?
>
> If your machine is in a domain they will contact the DC to get user and
> group information via standard Windows facilities.
>
>
> Regar
there some reason I should be expecting these processes to talk to
svchost.exe?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
opy
of the
cygwin root directory and install directory. The time machine site has worked
for me
in the past, but it was very slow. You probably will want to download using
wget and
be prepared to leave going it all day.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
of the
entire drive.
If you do not have space to to that, use a live linux distribution to copy all of the
files you need to a backup drive.
Don't mess around with untried solutions until you have a backup.
LMH
--
Problem reports: http://cygwin.com/problems.htm
created? I have
never used cmake before and am more than a bit out of my depth here.
At any rate, the above suggests that there is an issue with my cygwin installation
here and possibly that clang isn't working. Does my output from cygcheck suggest
anything?
LMH
--
Problem repo
Marco Atzeri wrote:
On 26/07/2016 17:10, LMH wrote:
Csaba Raduly wrote:
Steps for building in a separate build directory:
mkdir _build
cd_build
cmake ..
Csaba
I looked for the syntax for this when I first started. I assumed the the
author put the CMakeLists.txt file in the right
Tony Kelman wrote:
LMH molconn.com> writes:
It looks like I need to point CMAKE_CXX_COMPILER_ID to clang, but I am not
sure how
to do that. I don't know if the problem is with the CMakeLists.txt file,
the way I am
calling cmake, or with my local cygwin configuration.
Are you
Csaba Raduly wrote:
On Tue, Jul 26, 2016 at 2:45 AM, LMH wrote:
Hello,
I am trying to compute the convex hull of a high dimensional space (46D x
2000 rows). The qhull app available in cygwin/math is based on relatively
old code and runs out of memory.
I found another version the is supposed
not sure how
to do that. I don't know if the problem is with the CMakeLists.txt file, the way I am
calling cmake, or with my local cygwin configuration.
Suggestions would be appreciated.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/fa
Marco Atzeri wrote:
On 06/07/2016 21:42, LMH wrote:
Hello,
I need to update my python version but at this point, I don't want to
install any other updates. This is an old xp box and I don't want to
fiddle with it overly much given that xp support is going away. If
changing python cau
know I can select, "pending" under view and go through the list changing the new
version number back to "keep" but the list is long and I was wondering if the was a
better way to go about this.
Thanks,
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ:
ill have XP on some machines would
also appreciate notification.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
se c style includes and
compiler directives in your fortran code but does not support a common
block. You would have to declare global variables in c style includes.
LMH
Satish Balay wrote:
> Thanks for the note.
>
> I had previously tried something similar - using the directives from
&
Andrey Repin wrote:
> Greetings, LMH!
>
>> Can someone point me to a reference for linking a windows 7 compatible
>> application manifest when building a program with GNU cpp under cygwin?
>> I have found some examples of the manifest files I need, but no examples
>>
should go, etc.
Thanks,
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Csaba Raduly wrote:
> Hi,
>
> On Thu, Dec 4, 2014 at 10:43 PM, LMH wrote:
>> Hello,
>>
>> As stated, I am writing a few tools with cygwin g++.
> (snip)
>> Eigen is a header only kind of thing, so my understanding is that all I
>> need to do is to unpack
Eliot Moss wrote:
> On 12/4/2014 4:43 PM, LMH wrote:
>> Hello,
>>
>> As stated, I am writing a few tools with cygwin g++. These tools will
>> make use of the eigen library for some linear algebra (PCA and matrix
>> manipulations). I have never built with a library
/eigen/
Does anyone see any issue with this approach? Will there be a problem
having a non-cygwin directory in cygwin/lib, meaning something the
cygwin install isn't formally aware of? Is there a preferred method for
setting up something like this?
Thanks
LMH
--
Problem reports:
Thorsten Kampe wrote:
> * LMH (Sat, 11 Oct 2014 20:30:07 -0400)
>> Good Lord, I guess I wasn't thinking very clearly trying to use
>> PATH as
>> a variable for something else. I changed to,
>>
>> FILE_DIR=$(ls -d './'$SET'/'$FOL
Achim Gratz wrote:
> LMH writes:
>> Good Lord, I guess I wasn't thinking very clearly trying to use PATH as
>> a variable for something else. I changed to,
>>
>> FILE_DIR=$(ls -d './'$SET'/'$FOLD'/'$FOLD'_anneal/'$PARAM_SET&
Ken Brown wrote:
> On 10/11/2014 8:04 PM, LMH wrote:
>> Hello,
>>
>> I have been working on a bash script and suddenly I started getting an
>> error that ls could not be found,
>>
>> ./remove_rows.sh: line 27: ls: command not found
>>
>> I c
d, but the
issue persists. Is there something wrong with my cygwin install? If
there happens to be some problem with my bash, please let me know, but
this is pretty simple stuff and I just can't see why ls would be found
at line 24 but not line 27.
The test script worked many times before this e
Andrey Repin wrote:
> Greetings, LMH!
>
>> I am a bit uncertain about what you mean.
>
>> You said, "grab the current setup.exe"
>
>> Do you mean download the most recent one, or one from another machine
>> with an internet connection?
>
>
Larry Hall (Cygwin) wrote:
> On 08/07/2014 04:32 PM, LMH wrote:
>> Hello,
>>
>> I have cygwin running on a box that does not have an internet
>> connection. I would like to update ruby to 1.9.3p448 to make it
>> compatible with some of my newer scripts. I
y old install before mintty was the default terminal. It
would also be nice to switch to mintty if that is also possible under
the same circumstances.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwi
nstalls.
Of course, you could just move your 32-bit cygwin off the machine,
deleted the cygwin path variable, and install the 64-bit version. It's
not hard to move the original version back later.
Hope this helps,
LMH
Dominic Herity wrote:
> I'm using Python and Cygwin to test a 32 bit
own (and also makes me stick with gcc3
like the posters colleagues).
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
that, since that's there thing.
If you think it would be useful to try installing a second cygwin, I can
send you some notes for that.
LMH
Scott T. Marshall wrote:
On 2/12/2014 12:28 AM, Marco Atzeri wrote:
On 12/02/2014 04:54, Scott T. Marshall wrote:
Hi All,
First a complime
These are good guides for learning something about shell scripting,
http://linuxcommand.org/
http://www.howtogeek.com/67469/
This is also good, but more extensive and focused on bash,
http://www.tldp.org/LDP/Bash-Beginners-Guide/html/
One of the nicest things about learning to use cygwin and the
Dima Pasechnik wrote:
On 20 August 2013 03:13, LMH wrote:
I would be happy to build gcc-3 myself, I'm just looking for some
documentation to get that done.
The fact the gcc-3/g77 are old means nothing to me. There are still millions
of lines of fortran77 code out there that are being
bother of trolling around
in someone's file system and get rid of things that the user put there
intentionally. If there isn't a compelling reason, I would find that
rather odd and worth some discussion.
LMH
Larry Hall (Cygwin) wrote:
On 8/19/2013 3:13 PM, LMH wrote:
I would be
ere to find the packages and documentation. If I have to build
it from src, that is fine to, but some documentation would really be
helpful there as well.
Thanks
LMH
Larry Hall (Cygwin) wrote:
On 8/19/2013 1:27 PM, LMH wrote:
I recently tried to update my cygwin install and discovered I had t
to have been removed from the package manager. There
are some g77 listings under the _obsolete category, but those are
version 4.5-4.7. I very much still need gcc3, so I would appreciate some
information on how I can add it back in.
LMH
--
Problem reports: http://cygwin.com
I believe
that when I last re-installed my current OS, I just copied my cygwin
folder to a backup drive and then copied it back to C: after my
re-install. Is there some reason why that is a bad idea?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ:
What specific
advantages would there be in running the 64-bit version of cygwin?
The main thing I want to do is to upgrade to the minty terminal and make
sure I am using the most current version of cygwin. I think that the
version on this rig is pretty old.
Thanks for the advice,
LMH
Christ
I don't remember how I installed the cygwin package that is on that
machine now, that's one reason I'm asking. I have only ever seen one
cygwin setup.exe file. I have always just downloaded it and ran the
installer. How would I go about downloading the specific 64-bit package
I have a win7 64-bit machine that is not online and I want to update the
cygwin install. What is the best method for doing this? Can I just copy
the current cygwin install off of my XP 32-bit machine and drop it into
the 64-bit win7 rig, or will that create a problem?
LMH
--
Problem reports
irectories and files to my ownership and give them reasonable
permissions? I would also like to remove the old "unknown user"
permissions that are there from my last install if there is a good way
to do that.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ:
. Can someone give me the instructions for adding a folder
such as /usr/local/bin/ruby_viewer/ to my path?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http
here can let
us know about that. I have thought at times that some of the code I have
here should be made into some kind of IPC API. Perhaps others would find
that useful.
LMH
Devin Nate wrote:
Hi folks,
I'm looking for some documentation about the cygwin spawn use, or a
recommend
ere a straight forward way to build it?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
That error is a sign that the file is in the DOS format and not the UNIX
format. Bash doesn't recognize the windows end of line character \r.
Just run dos2unix on the file
dos2unix configure
that should take care of the error.
LMH
Richard Haney wrote:
I am trying to get set up to
ieve
that I replied to the last post in the thread to make my post. I do try
very hard to comply with proper posting procedures, so I would
appreciate some clarification.
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documen
nfiguring an OS, and installing/configuring/using applications that
run on the OS, to point out that the previous post was more like the
latter. I guess I didn't do that very well.
LMH
Larry Hall (Cygwin) wrote:
On 7/12/2012 5:52 PM, LMH wrote:
This is a question for a programming
recommend these programming forums,
CodeGuru
http://forums.codeguru.com/index.php
(look for the best sub-forum, I use the non-visual c++ forum most)
The Unix and Linux programming forums
http://www.unix.com/programming/
(the top two posts here are also about pthread)
LMH
emon wrote:
Need urgent
win? I will not want to re-import
the entire regisrry, so it would be nice to be able to make up a little
batch file that would just insert the entries related to cygwin.
LMH
Larry Hall (Cygwin) wrote:
On 7/12/2012 4:31 PM, Earnie Boyd wrote:
On Thu, Jul 12, 2012 at 4:27 PM, Larry Hall (Cygwin)
setup.exe and the mirror folders and then reintroducing that to the new
install, or just copying the entire cygwin root folder as well.
Is there a prescribed method for this?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation
ation.
gem install sqlite3-ruby
gives,
-bash: gem: command not found
I see allot of posts about this, but some of them go back to 2007, so
I'm not sure about the current state of things. I don't have ruby
windows installed, just the cygwin version, and am still using gcc 3.
d. At least such spam wouldn't automatically end up
in mailboxes and I believe that it is harder to implement fishing though
forum posts.
Just some thoughts...
LMH
Achim Gratz wrote:
Christopher Faylor writes:
Actually, if you, or anyone, gets one of these please send a copy of
the
stall the right packages, but you will get
better advice on how to implement them at a programming forum.
LMH
eric_justin_al...@cfl.rr.com wrote:
marco atzeri wrote:
On 5/8/2012 11:40 AM, eric_justin_al...@cfl.rr.com wrote:
Hey I'm using cygwin:
CYGWIN_NT-5.1 a 1.7.9(0.237/5/3) 2011-0
tion from the command line without using
make since make adds an additional level of errors that can occur.
If you find that the problem is from a missing cygwin component, than
that is something you could get help with here.
LMH
samuel.roy wrote:
Hello,
I am very new to Cygwin and
allot of manual adjustments afterwords.
LMH
Andrey Repin wrote:
Greetings, LMH!
I added C:\cygwin\bin to the windows path. I guess I forgot environment
variables when I did the re-install. One of these days I need to learn
how to do post install config scripts so I don't have to spend two
Yes, that fixed the issue. The script runs from the shortcut without error.
Thanks for the assistance.
LMH
Adam Dinwoodie wrote:
LMH wrote:
Thanks for the advice. I just ran cygcheck, but I'm supprised that you
are asking folks to post that. The output contains some personal
inform
e cygcheck output is below. It looks as if C:\cygwin\bin is in the
path, but it was definitely not in the path environment variable.
LMH
Cygwin Configuration Diagnostics
Current System Time: Thu Mar 22 18:40:08 2012
Windows XP Professional Ver 5.1 Build 2600 Service Pack 3
Path: C:\
$backup_src_path $backup_destination_path
The shortcut is set up as,
Target: C:\cygwin\bin\sh.exe /usr/local/bin/backup.sh
Start in: C:\cygwin\bin
Any suggestions?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
t to look at a different tool.
There are other options, like rdiff and unison. I have used unison, but
it is more a mirroring tool and I found the incremental backup options
gave me errors. I you are just trying to mirror directories or machines,
then it is a good tool.
LMH
Richard Ivarson
all
make. This is common when you need to collect information about the
local configuration (OS, arch, preferences, etc) in a portable way.
Don't know if that helps, but that is what occurred to me reading you post.
LMH
Paul Allen Newell wrote:
Marco:
Thanks for reply, my comments inl
the computers.
The problem may also be with the rsync software, but I can't advise well
on that end.
LMH
Richard Ivarson wrote:
Good day,
I've successfully used Cygwin and in particular it's RSYNC for many
years, for example to sync a Windows XP computer named Sendi to a
Thanks for the information, but that didn't fix the issue.
There is now a file argparse.py located in,
cygwin\lib\python2.6\site-packages\stgit
but I am still getting the error. Do I need to restart or something, or
do I need to do something else to let python know where the package is?
d_argument('--columns', dest='col', help='columns to be neglected')
args = parser.parse_args()
col = [int(i) for i in args.col.split(',')]
Any suggestions?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwi
or a bit larger.
Just to be safe, I would copy off all the data files from the old drive
that you can to a backup somewhere. You should be able to do the with a
gparted CD.
LMH
Mike Brown wrote:
On Sun, Nov 06, 2011 at 11:44:06PM +0800, KHMan wrote:
Some random notes. fsarchiver also allow
such.
Even if you could copy with cp, you need the boot sector and such to get
the OS up, so that wouldn't work.
LMH
Mike Brown wrote:
I'm in a situation where a new mobo refuses to boot the SATA boot HDD, but it
will boot an IDE drive.
So, I'm trying to copy all of the
losely later. I'm
off to the dentist for now, fun, fun, fun.
LMH
Ted Byers wrote:
Larry Hall (Cygwin cygwin.com> writes:
On 9/15/2011 1:28 PM, Ted Byers wrote:
LMH molconn.com> writes:
What, exactly, does '-mno-cygwin' do?
BTW: With gcc v 4.5.3, using
eed to dig into your post a bit more.
LMH
Andrey Repin wrote:
Greetings, Ted Byers!
However, when I compile the program using gcc within cygwin (and run it the
same way - Activestate perl from a Windows' CMD console, no output is
produced, and if I try to run qlt from Windows' CMD,
backup script that this is part of.
LMH
Corinna Vinschen wrote:
On Sep 1 14:51, LMH wrote:
I have a bash script that runs rsync and I have been trying to add a
command to shutdown the computer after the backup has finished
running.
I have added,
shutdown -s now
and also tried,
shutdown
tdown gives me,
/usr/bin/shutdown
so I know its there.
Any suggestions?
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
f it.
I don't know if re-install keeps your configurations or not, so that is
something to find out about or prepare for.
LMH
Ronald Fischer wrote:
Cygwin worked well so far. However, starting with today, I get the
following error - for example when invoking bash:
MUCNL3E6880:~ 2 23
Well key shortcut copy and past would be very nice. How do I go about
setting up bash to run with the mintty terminal and not cmd? Can you
link me to something?
LMH
Csaba Raduly wrote:
2011/8/20 LMH wrote:
So I guess this is resolved, but I suppose I should look in to running the
mintty
is time when I save them there is no
error. Changing the defaults changes the window options for both the
bash shortcut and the windows cmd shortcut (I have both on my desktop).
So I guess this is resolved, but I suppose I should look in to running
the mintty terminal. What are the basic advanta
sed bash. Can I run
all of my bash commands, or would I be learning a new shell?
LMH
Csaba Raduly wrote:
On Fri, Aug 19, 2011 at 6:50 PM, LMH wrote:
If you double click on the Cygwin icon on the desktop, it starts a bash
shell. If you click on the small Cygwin icon, upper left on the top
cations I am looking for.
LMH
Thorsten Kampe wrote:
* LMH (Wed, 17 Aug 2011 21:59:12 -0400)
I have just installed 1.7 on win7 enterprise 64 bit and I tried to
modify the shortcut that starts the bash window and I get a windows
error message,
"can't modify the shortcut
.
make sure it h
e, mkpasswd -l > /etc/passwd and mkgroup -l > /etc/group
if that matters to anyone. This was also an offline install, which I
have never had any issue with before.
Thanks for the suggestions,
LMH
--
Problem reports: http://cygwin.com/problems.html
FAQ: h
75 matches
Mail list logo