Re: rxvt & vi

2003-03-31 Thread Hans Horn
$TERM is xterm before telnet/rlogin, during, and after! Hans -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: rxvt & vi

2003-04-01 Thread Hans Horn
Hi folks, installing agetty and/or upgrading from the previous (2.6.?.?) to the newest vintage of rxvt (2.7.10.1) fixed the vi/more linecount problem during rlogin/telnet sessions. Thanks for all your help. H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

rxvt questions

2003-04-01 Thread Hans Horn
Group, I've got a couple of questions regarding rxvt: 1. where is http://www.rxvt.org/faq.html 2. how do I copy/paste with only two mouse buttons H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: h

Re: rxvt questions

2003-04-01 Thread Hans Horn
Igor, > > 1. where is http://www.rxvt.org/faq.html > > Don't you think this is better asked at (or, > rather, of people at )? never mind!! That site seems to be pretty dead! > > 2. how do I copy/paste with only two mouse buttons > >

undefined reference to '_...

2003-06-08 Thread Hans Horn
Hi folks, I'm trying to port a collection of unix applications to cygwin, and in doing so, I'm having a hard time to get the stuff to link. It's a bunch of fortran and c sources, that call each other wildly. some mains are in c, some mains are in fortran. Compiling and archiving everything works

Re: undefined reference to '_...

2003-06-08 Thread Hans Horn
Andrew Markebo wrote: | Just give it a try and put "the library" one more time in the linker | command, at the end. | | /A Andrew, you are right, repeating the list of internal libs back-to-back gcc -ofoo foomain.o -L../lib -lfoo1 -lfoo2 -lfoo1 -lfoo2 -lg2c -lc -lgsl -lm does the tri

Re: .dll.a, .dll files and other questions

2002-12-05 Thread Hans Horn
Elfyn, those links on (http://cygwin.com/docs.html) describing how to build dlls seem to be utterly outdated. I was digging thru the doc trying to figure out how to build dlls myself and found much of conflicting information. can you point me to some info about to build dlls using "state-of-the-a

Re: .dll.a, .dll files and other questions

2002-12-06 Thread Hans Horn
Chris, thanks a lot! http://cygwin.com/cygwin-ug-net/dll.html seems to be indeed up-to-date! However, I strongly recommend to wipe or update related sections on http://cygwin.com/docs.html, just to avoid future confusions! Now that we straightened that one out, we can get to more interesting que

Re: HELP Accessing DB2 from CYGWIN!

2003-02-10 Thread Hans Horn
Ramana, To access DB2 under cygwin you need value of variable DB2CLP (db2 commandline processor). How you get/set that? Easy: - launch 'db2cmd' from run menu (which opens a DOS-like command window), or issue C:\Program Files\SQLLIB\bin\db2cmd from a DOS window - in command window issue: echo %

Re: New setup.exe snapshot available.

2003-03-11 Thread Hans Horn
Dear all, for some I had expected that this setup version (2.326) would be resizable - or at least sporting a bigger dialog. I guess I was wrong. A look at setup.ini that was newly created, revealed the following: setup-timestamp: 1047304219 setup-version: 2.249.2.5 Looks like stale cheese, doe

launch shell script from windows explorer

2003-10-30 Thread Hans Horn
Dear cygwinners, after searching the archives w/o luck, I'd ask this mailing list. I'd like to know how I would go about the following: I'd like to launch a shell script from within windows explorer (either double-click or via context menu) in a way that: - a console (or rxvt window, preferrabl

Re: launch shell script from windows explorer

2003-10-31 Thread Hans Horn
essent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hans Horn wrote: > > > > Dear cygwinners, > > As long as we're not cyglosers... > > > after searching the archives w/o luck, I'd ask this mailing list. > > > > I&#

was: Re: let me the first (gmane.os.cygwin.applications)

2003-11-02 Thread Hans Horn
I think that both, Frank and Gary, deserve mega kudos!! Just alone for being bold enough for jumping into the setup swamp! I remember reading postings some time back about the sheer impossiblity to teach setup windows to be resizable. Well, here goes another myth! good job, fellas, H. -- Unsu

Re: g77, Windows XP Professional, CALL System(Command, Status)

2004-03-18 Thread Hans Horn
Lars, the (system-dependent) fortran system call has only one argument on the fortran side, a character string (character*(*) string), which does have an upper limit in length. for instance, try this one: c program tester call systest1() ! calls sy

problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
Group, I'm trying to compile/link some c++ source. This is what I get: /usr/include/c++/3.3.1/iostream:92: undefined reference to `__static_initialization_and_destruction_0(int, int)' collect2: ld returned 1 exit status The last time I compiled/linked the same sources successfully was around May

Re: problems compiling/linking c++ sources

2004-03-29 Thread Hans Horn
does indeed the trick! Funny is that I had to insert exactly those lines to make the sources compile/link under gcc2.9.5 back in 2001. cheers, Hans - Original Message - From: "Larry Hall" <[EMAIL PROTECTED]> To: "Hans Horn" <[EMAIL PROTECTED]>; <[EMAIL

Re: Loading gcc-compiled DLL with Java (JNI) crashes when using newer (>1.5.5) cygwin1.dll

2004-04-02 Thread Hans Horn
Dear Group, I'd like to follow up on this seemingly abandoned thread. I just ran into the same problem as reported by Niklas. Googling around brought me to the idea to try to use mingw's gcc flavour to create the desired dll. I just downloaded and uncompressed four of the mingw packages mentione

Re: Loading gcc-compiled DLL with Java (JNI) crashes when using newer (>1.5.5) cygwin1.dll

2004-04-02 Thread Hans Horn
Hi Igor, this was something I did try out as well. However, the dll produced with "-no-cygwin" was just as "bad" as before. Then I recalled faintly reading some discussion a while back, that "mingw-gcc != gcc -no-cygwin" (don't remember details, though). For better or worse, I'm in business now!

difference between mingw and cygwin-mingw

2004-04-02 Thread Hans Horn
Folks, what is the difference between vanilla mingw and the one shipped with cygwin? in particular, what is the difference between the gcc compiler flavors? thx, Hans -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Doc

Re: Loading gcc-compiled DLL with Java (JNI) crashes when using newer (>1.5.5) cygwin1.dll

2004-04-04 Thread Hans Horn
>>The correct switch is -mno-cygwin. -mno-cygwin should be equivalent to >>building with the mingw compiler unless you try to include cygwin header >>files or libraries, which is a common mistake. Chris, sorry that was I typo in my posting! I used gcc -mno-cygwin rather than -no-cygwin, and this

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread Hans Horn
Quite interesting indeed! Are there other benchmarks around that compare gcc3.x, gcc3.x (cygwin), etc against the gcc2.9x vintage? H. "chris" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > > >Comparat

compilation with -mno-cygwin

2004-04-13 Thread Hans Horn
I light of the recent gcc performance comparison, I tried to compile a number crunching application (for which I have noticed a significant performance degradation of a factor 2-3 since the days of gcc2.9.x) using the -mno-cygwin flag. I get a shitload of crap like the following : g++ -c -mno-cygw

Re: compilation with -mno-cygwin

2004-04-14 Thread Hans Horn
c - I think) are tried to compile. Right now I don't have more time than it took to write this - but I pick up on the issue later. Hans - Original Message - From: "Chris Jefferson" <[EMAIL PROTECTED]> To: "Hans Horn" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTE

gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-27 Thread Hans Horn
Folks, after I had an upgrade orgy to cygwin 1.5.10.x, my gcc installation got hosed. in particular: gcc: installation problem, cannot exec `cc1plus': No such file or directory completely uninstalling and then re-installing all gcc related stuff doesn't help! Any clues / advice? H. -- Unsubs

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
62211 Oct 24 2003 xmmintrin.h "Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hans wrote: > > > here you go... > > "Brian Ford" <[EMAIL PROTECTED]> wrote in message > > news:[EMAIL PROTECTED] > >> O

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
.html http://www.cygwin.com/ml/cygwin/2003-10/msg01792.html reid > -Original Message- > From: Hans Horn [mailto:[EMAIL PROTECTED] > Sent: Friday, May 28, 2004 12:11 AM > To: [EMAIL PROTECTED] > Subject: Re: gcc inst hosed after upgrading to cygwin 1.5.10x > > > her

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Just noticed that there are two slashes in some of the mounts: ([EMAIL PROTECTED])/C:...//lib> mount C:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type system (binmode) C:\cygwin\\bin on /usr/bin type system (binmode) <-- C:\cygwin\\lib on /usr/lib type system (bin

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
Hi Larry, nope - I did NOT edit the output of cygcheck! Btw, how do I fix the mounts? H. "Larry Hall" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > At 09:30 AM 5/28/2004, you wrote: > >Gerrit, > > > >> What was the command you issued to g++? > > > >gcc -c -ansi -DGCC3X -DINLINE=i

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
I already did! Links in /usr/lib/gcc-lib/i686-pc-mingw32 still don't show! Must be the double backslash in the mounts!!! However, when I try to fix the mounts, I get: mount mount c:\cygwin\bin /usr/bin mount: /usr/bin: Mount device busy How do I repair those friggen mounts? H. "Gerrit P. Ha

Re: gcc inst hosed after upgrading to cygwin 1.5.10x

2004-05-28 Thread Hans Horn
s into that bad shape they were in?? anyways, thx for helping out! H. "Hans Horn" wrote in message news:[EMAIL PROTECTED] > I already did! Links in /usr/lib/gcc-lib/i686-pc-mingw32 still don't show! > Must be the double backslash in the mounts!!! > > However, when

ZZZRemovedPackages

2004-05-29 Thread Hans Horn
List, whenever I try to install anything using setup, some of the ZZZRemovedPackages stuff is selected automatically. Could somebody pls shed a light on why that is so? Perhaps because I do have some other mysterious package installed that requires stuff from ZZZRemovedPackages? Anybody there tha

Re: invalid mounts after inst of cygwin1.5.10.3

2004-05-29 Thread Hans Horn
cygdrive/e type user (binmode,noumount) Obviously, install screws things up. H. "Pierre A. Humblet" wrote in message news:[EMAIL PROTECTED] > On Sat, May 29, 2004 at 07:30:17AM -0700, Hans Horn wrote: > > subject says it all. > > after inst of cygwin1.5.10.3 the default mounts a

Re: invalid mounts after inst of cygwin1.5.10.3

2004-05-30 Thread Hans Horn
un setup, third screen, where you specify the root > directory. Does it have a final \ ? If so, remove it. > See also below. > > Pierre > > On Sat, May 29, 2004 at 03:34:31PM -0700, Hans Horn wrote: > > Pierre, > > > > this is what I just did: > > > >

cygwin export question

2004-05-31 Thread Hans Horn
List, is there a way to export an environment variable from a bash shell all the way up into windows? Hans -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: cygwin export question

2004-05-31 Thread Hans Horn
Igor, that's it - exactly what I've been looking for. thx, H. "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 31 May 2004, Hans Horn wrote: > > > List, > > > > is there a way to export an environment variable from a bash shell a

Re: Annoucement: GCC-3.4.0 binary release candidate

2004-06-06 Thread Hans Horn
Hallole Gerrit, I was not trying to build gcc & kin, but rather just use it to build the suite of software I've been working on over the years. There was one hickup with g++ under heavy duty optimization, for which I filed a bug report (https://sourceforge.net/tracker/index.php?func=detail&aid=95

bash in Explorer Context menu (like "DOS here")

2002-03-03 Thread Hans Horn
Hi there, I'd like to know whether it is possible to have the abitlity to open a bash shell from a folder's context menu in Windows Explorer (like the MS powertool 'doshere')? thx INF, hans -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.

stacktrace from withn an exec upon error condition

2002-03-28 Thread Hans Horn
Dear all, is there a way to create (and print) a procedure traceback from within an executable that is invoked upon error condition? This is possible on many other platforms. I've read about strace, but that seems to be not what I want, as to my understanding the executable needs to be run under

Re: stacktrace from withn an exec upon error condition

2002-03-28 Thread Hans Horn
Thanks a lot. But I'm sorry - I've never dealt with the Win32 API. Don't you have to join Micro$haft in order to access the MSDN site? H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin

Re: stacktrace from withn an exec upon error condition

2002-03-28 Thread Hans Horn
Chris, I'm afraid not, as I do not know what files to #include so the runtime will find cygwin_stackdump(). H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

Re: stacktrace from withn an exec upon error condition

2002-03-28 Thread Hans Horn
Dear all, I just tried Chris' little test and got: something like this: Stack trace: Frame Function Args 0022FE84 00401073 (00401244, , 0022FEA4, 00401063) 0022FE94 00401073 (610A0368, 0001, 0022FEB4, 00401054) 0022FEA4 00401063 (00D0, , 0022FF10, 61003F42) 0022

Re: stacktrace from withn an exec upon error condition

2002-03-29 Thread Hans Horn
Dear Chris, this looks like it would take more like a hardcore system programmer to do, rather than naive me. In any case, I'm very grateful that you have taken so much of your precious time to respond to my posting. thanks a lot Hans p.s. Do you consider me fish? As I have nipples, I'd rather

limit for # of items created with "new" ?

2002-09-24 Thread Hans Horn
List, I am experiencing a problem when I need to allocate a large number of small objects with new. (cygwin 1.3.12.4, gcc 3.2). Up to about 160 000 objects I'm doing fine, but above the process receives a sigterm and croaks. On occasion, even the entire bash shell becomes corrupt and needs to be

Re: limit for # of items created with "new" ?

2002-09-24 Thread Hans Horn
Yes, Sir! there's just one cywin1.dll, and lives exactly where it's meant to live thx anyways! H. "Eric M. Monsler" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hans Horn wrote: > > > > When this happ

Re: limit for # of items created with "new" ?

2002-09-24 Thread Hans Horn
Ooops, I just realized that the number of objects I've allocated is about 1,600,000, NOT 160,000! But still, each object (nodes of a singly linked list) weighs only 8 byte. H. "Hans Horn" <[EMAIL PROTECTED]> wrote in message amq618$9kr$[EMAIL PROTECTED]">new

Re: limit for # of items created with "new" ?

2002-09-24 Thread Hans Horn
060" } cout << "inited adjl,r[]" << endl; // process points[] and adjl,r[] // clean-up return 0; } Hans > > On Tue, 24 Sep 2002, Hans Horn wrote: > > > Ooops, > > > > I just realized that the number of objects I've allocate

Re: limit for # of items created with "new" ?

2002-09-24 Thread Hans Horn
List, I re-did the same test (test.cpp), this time using entirely malloc instead of new. The death occurs at the exact same place as with new. Some internal gcc/bash/cygwin limit I'm hitting there? H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

linking C++ code against library from fortran sources

2001-12-08 Thread Hans Horn
Hi everybody, I have a bunch of old numerical fortran77 sources, which I compiled with g77 and archived into, say libMyF77.a. I want those f77 functions to be called from w/i a c++ program. Here are my two questions: 1. to satisfy the compiler, I have to declare the functions used as 'extern'.

cygpath problem

2006-02-17 Thread Hans Horn
Folks, according to the cygpath manpage, I should get the following, given a short DOS name, e.g. c:\Progra~1: cygpath -wl C:\Progra~1--> C:\Program Files cygpath -ml C:\Progra~1--> C:/Program Files however, the -m option completely ignores the '-l' flag, and I get instead cygpath -ml

Re: [ANNOUNCEMENT] Updated: gdb-20060706-1 (also includes GUI "insight" debugger)

2006-07-07 Thread Hans Horn
Folks, Even though I'm expecting to get redirected, I'd like to report that this package does in fact NOT contain/install insight, despite being advertised as such! H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Do

Re: [ANNOUNCEMENT] Updated: gdb-20060706-1 (also includes GUI "insight" debugger)

2006-07-08 Thread Hans Horn
What is your problem, Larry? In any case, I noticed that http://mirrors.kernel.org/sources.redhat.com/cygwin/release/gdb has been updated - now in fact including insight. thx Chris, H. "Larry Hall (Cygwin)" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] &

Re: setup size prefs (from gmane.os.cygwin.applications)

2004-11-04 Thread Hans Horn
Hi Reini, Reini Urban wrote: > Which window sizes do we want to store? > I started with one size for all, then I rewrote for one size for each > propertypage, and now I believe the best would be to store/restore > only two sizes. > The big size for the package list and the small for the rest. Two

where are the dirname and basename functions?

2004-12-22 Thread Hans Horn
Group, can somebody tell me where the objects for the dirname and basename functions have gone? Way back when (say summer 2003) both lived in libfetish.a. Currently (since summer 2004) I can find only basename (in libiberty.a). thx, H. p.s. the timestamps on the two libraries on my system are

Re: where are the dirname and basename functions?

2004-12-22 Thread Hans Horn
rit P. Haase wrote: > Hans Horn wrote: >> Group, >> >> can somebody tell me where the objects for the dirname and basename >> functions have gone? >> Way back when (say summer 2003) both lived in libfetish.a. >> Currently (since summer 2004) I can find on

Re: where are the dirname and basename functions?

2004-12-22 Thread Hans Horn
Christopher Faylor wrote: > On Wed, Dec 22, 2004 at 02:15:28PM -0800, Hans Horn wrote: >> libfetish.a seems to be related to GNU coreutils (google on it). >> Maybe one of the hardcore cygwin gurus could shed a light on this? > > I think Gerrit qualifies as a "hardcore cyg

attaching debugger to process

2004-12-29 Thread Hans Horn
Group, I'm trying to debug a running process by attaching the debugger to it. >From inside the debugger, when I issue a 'where' command, I end up in Switching to thread 3344.0x564] #0 0x7c901231 in ntdll!DbgUiConnectToDbg () from /cygdrive/c/WINDOWS/system32/ntdll.dll #1 0x7c9507a8 in ntdll!K

Re: attaching debugger to process

2004-12-30 Thread Hans Horn
Christopher Faylor wrote: > On Wed, Dec 29, 2004 at 04:16:00PM -0800, Hans Horn wrote: >> I'm trying to debug a running process by attaching the debugger to >> it. >> >> From inside the debugger, when I issue a 'where' command, I end up in >> >>

Re: Updated: perl-5.8.6-1

2005-01-10 Thread Hans Horn
Hi Gerrit, with the newly installed perl I get the following Can't locate object method "_save_common_middle" via package "B::FAKEOP" at /usr/lib/perl5/5.8/cygwin/B/C.pm line 389. Any clue what happed? H. Gerrit P. Haase wrote: > Perl has been updated to 5.8.6-1 > > > INFO > > - New DLL n

Re: Updated: perl-5.8.6-1

2005-01-10 Thread Hans Horn
Gerrit, I used to be able (last time I tried was july 2004) time consuming perl scripts using perlcc. such as perlcc $target.pl -O -o $target you may try this on the simple perl script I've attached. grusel, H. Gerrit P. Haase wrote: > Hans Horn wrote: > >> Hi Gerrit, >

precompiled header status

2005-01-23 Thread Hans Horn
Group, what is the current status of precompiled headers under cygwin? The last post I read about this was http://sources.redhat.com/ml/cygwin/2004-10/msg01318.html - then silence! thx a bundle, H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: htt

compile error in fstream

2005-03-07 Thread Hans Horn
Group, I'm trying to compile a source tree under cygwin gcc 3.4.1. This is where gcc barfs: In file included from /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/fstream:857, from ... /usr/lib/gcc/i686-pc-cygwin/3.4.1/../../../../include/c++/3.4.1/bits/fstream.tc

Re: compile error in fstream

2005-03-07 Thread Hans Horn
I should have mentioned that the code compiles using if I add the -mno-cygwin flag to the compile options. H. Hans Horn wrote: > Group, > > I'm trying to compile a source tree under cygwin gcc 3.4.1. > This is where gcc barfs: > > In file included from > /usr/li

Re: compile error in fstream

2005-03-07 Thread Hans Horn
Well, after poking around, I found that explicitly #including fixed the problem. No idea why it worked without that #include under -mno-cygwin or why it worked with older gcc! Anycase - problem solved. Hans Horn wrote: > Group, > > I'm trying to compile a source tree under cy

doxygen status

2005-03-24 Thread Hans Horn
Group, I noticed that the vintage of doxygen that ships with cygwin (v1.2.18) is more than two years old. The current version of doxygen (1.4.1-20050315) builds ootb and appears to be functioning properly; I ran it on a mid-size C++ source tree and on a rather large Java source tree. When doing

Re: Doxygen: update request

2005-04-02 Thread Hans Horn
heard anything from the doxygen maintainer? R.I.P? Igor Pechtchanski wrote: > On Fri, 25 Mar 2005, Max Bowsher wrote: > >> The version of doxygen included in Cygwin is quite old. >> >> Could the doxygen maintainer please consider updating this package >> soon, thank

Re: Bash 3.0?

2005-04-07 Thread Hans Horn
Sounds like bash is currently up for grabs? If that is so, I'd like to volunteer. I've been running bash 3.0 (patch level 16) w/o any complaints. greets, Hans Corinna Vinschen wrote: > On Mar 8 11:44, Johannes Keukelaar wrote: >> Hi all! >> >> Whatever happened with Bash 3.0 for Cygwin? Can't

Re: maintaining bash

2005-04-07 Thread Hans Horn
Oops - didn't see this one! Just posted offer as bash voluteer myself! Was looking for bash 3.0 in the archives. If Jonathan still wants to maintain bash 3.0, of course, I will withdraw my offer. H. Tim Prince wrote: > At 06:35 AM 3/18/2005, Jonathan Arnold wrote: > > >> I don't know what to do

Re: maintaining bash

2005-04-07 Thread Hans Horn
Nevermind! Sorry, folks - I really didn't mean to upset anybody! Bye then! H. Brian Dessent wrote: > Jonathan Arnold wrote: > >> Hans Horn wrote: >>> Oops - didn't see this one! Just posted offer as bash voluteer >>> myself! >>> Was looking for

Re: maintaining bash

2005-04-10 Thread Hans Horn
Folks, > If you are still willing then you've got the job. Alright, I'm on - despite a rough start! > There is one potential problem in that we may need to adapt Pierre's > patch to prevent problems with pid reuse to 3.0 if it is released. How do I go about Pierre's pid patch? > The next step

create installation using installed.db

2005-04-24 Thread Hans Horn
Group, I'd like to create a distribution media that allows my group to do custom offline installations of cygwin. I want this distribution to contain EXACTLY what is currently installed on a master machine, plus ALL the corresponding src packages. Now, I know that I can have setup to just downloa

Re: crash - cygheap - longjmp

2005-04-25 Thread Hans Horn
ent paging file size must be ruled out. Also tried latest snapshot. Script barfs after running it four times - then reboot is in order. H. Brian Dessent wrote: > Hans Horn wrote: > >> c:\cygwin\bin\bash.exe (1104): *** couldn't map space for new >> cygheap, Win32 error 14

Re: create installation using installed.db

2005-04-25 Thread Hans Horn
Joshua Daniel Franklin wrote: > On 4/24/05, Hans Horn wrote: >> I'd like to create a distribution media that allows my group to do >> custom offline installations of cygwin. >> I want this distribution to contain EXACTLY what is currently >> installed o

Re: Hello, and installation question

2005-04-26 Thread Hans Horn
Hi Jesper, If I follow the instructions on the line you provided below, and burn a CD with that custom installation, what do users have left to do to get a working installation on their machine? Just copying from the inst CD to a local drive would not suffice, would it? H. Jesper Vad Kristens

Re: create installation using installed.db

2005-04-26 Thread Hans Horn
their machine? Just copying from the inst CD to a local drive would not suffice, would it? H. Brian Dessent wrote: > Hans Horn wrote: > >> I'd like to create a distribution media that allows my group to do >> custom offline installations of cygwin. >> I want this distrib

reason for uname -p,-i returning "unkown"?

2005-06-06 Thread Hans Horn
Is there a particular reason for uname -p and uname -i returning "unknown"? Looks like as if the info that should be returned is in /proc/cpuinfo: 'vendor_id' --> uname -i 'model name' --> uname -p H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: h

igawk problem

2004-08-13 Thread Hans Horn
Group, I have a rather lengthy awk script (that internally includes a bunch of awk library functions; therefore I'm using igawk). When I invoke it, e.g. like echo | igawk -f script.awk eval: gawk: argument list too long The script and the awk library functions together make up approx. 34kByte

Re: igawk problem

2004-08-14 Thread Hans Horn
pts -- '"$processed_program"' '"$@"' other than passing '"$processed_program"' to gawk. If you can offer any further isight, I'd be very appreciative! cheers, Hans Igor Pechtchanski wrote: > On Fri, 13 Aug 2004, Hans Horn wrote

Re: igawk problem

2004-08-18 Thread Hans Horn
Hi Igor, thanks for all your insightful advice. However, none of your suggestions work ootb. This one doesn't do anything: > tmpname=`mktemp` > gawk -- "$expand_prog" /dev/stdin <$tmpname > $program > EOF > eval gawk $opts -- -f $tmpname '"$@"' \ > && rm -f $tmpname If I understand the gawk m

Re: igawk problem

2004-08-18 Thread Hans Horn
Hi Igor. > We'll see what Corinna says. The above solution does introduce a > dependency on mktemp that the gawk maintainers may not wish... > Igor yes indeed - on my aix box there was no mktemp - I had to roll my own. Is mktemp part of any of the core packages ? If yes, which one? H. --

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Hans Horn
Group, just updated to gcc341 and am getting a silly core dump in fortran core. I'm using the following compile flags: g77 -c -O6 -ffast-math -malign-double -funsafe-math-optimizations -fno-trapping-math -fexpensive-optimizations -finline-functions -finline-limit=10 -fstrength-reduce -fg

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-25 Thread Hans Horn
#x27;ve attached the output of cygcheck -s -v -r, if that's of any help. greets, H. Hans Horn wrote: > Group, > > just updated to gcc341 and am getting a silly core dump in fortran > core. > > I'm using the following compile flags: > g77 -c -O6 -ffast-math -malign-doub

Re: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-27 Thread Hans Horn
Gerrit, The problem goes away if I either leave the -ffast-math flag out (and remove the flags that are implicitly set by -fmath-math under the hood, i.e. -funsafe-math-optimizations and -fno-trapping-math) or leave the -mfpmath=sse flag out or turn optimization off all-together (replace -On wi

Re: Problems building setup from CVS.

2004-10-12 Thread Hans Horn
Group, did all the patches get checked-in that would allow to build setup from cvs ootb? coz it still doesn't build! If no, please do! H. Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Brian Keener >> Sent: 28 September 2004 20:41 > >> Dave Korn wrote: >>> [ re

find -L

2005-08-29 Thread Hans Horn
Group, I was trying to use cygwin's find with the -L (follow symlinks), but I'm getting: > find ./ -L -print find: invalid predicate `-L' The man page seems to be wrong about this. What is the option to do this that works? H. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: Setup minor features request

2005-09-18 Thread Hans Horn
Herb Martin wrote: ... > Remember windows size (if resized) -- it's > nice to be able to view larger window > when reviewing updates. Second that! And while we are at it: - Sortable column headers would be really nice. - Also: get rid of that silly little dialog at the end telling me that "Ins

gdb attach to process to produce stacktrace

2006-09-20 Thread Hans Horn
Group, for quite some time I was trying to figure out (e.g. http://thread.gmane.org/gmane.os.cygwin/58420/focus=58420) how to attach gdb to a process in order to produce a useful stacktrace. All attempts however produced something useless like the following: [Switching to thread 1096.0x7f4] *

Re: gdb attach to process to produce stacktrace

2006-09-20 Thread Hans Horn
message news:[EMAIL PROTECTED] > On Wed, Sep 20, 2006 at 07:06:45AM -0700, Hans Horn wrote: >>for quite some time I was trying to figure out (e.g. >>http://thread.gmane.org/gmane.os.cygwin/58420/focus=58420) how to attach >>gdb >>to a process in order to produce a usefu

Re: gdb attach to process to produce stacktrace

2006-09-20 Thread Hans Horn
the sleep functionality using repeated time() calls. no windows dll there - just what the doctor ordered. thanks for all your help. H. "Dave Korn" wrote in message news:[EMAIL PROTECTED] > On 20 September 2006 16:06, Hans Horn wrote: > >> The real question is as to why the p

Re: How to minimize the shell to system tray?

2006-09-27 Thread Hans Horn
I'd give DeskMate (http://sourceforge.net/projects/dm2/) a try. It's free & works! H. "Eric Blake" wrote in message > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > According to Lei Tang on 9/27/2006 8:02 PM: >> Hi, I want to minimize the Cygwin bash shell to windows system tray. Is >> there

accessing db2 v9 from cygwin shell

2007-02-07 Thread Hans Horn
Folks, I used to be able to access db2 (v8 and prior) from within a cygwin bash shell after doing some tricks with the DB2CLP variable (see http://www.cygwin.com/ml/cygwin/2003-02/msg00635.html). e.g. export DB2CLP=$CLP_SAVE # saved during db2cmd session db2 connect to mydb db2 list tables for a

Re: accessing db2 v9 from cygwin shell

2007-02-08 Thread Hans Horn
Just in case anybody happens to care: I found a nice solution to this on http://groups.google.ca/group/comp.databases.ibm-db2/browse_thread/thread/f0a561a079408485/dd5fbeba774bf9fe#dd5fbeba774bf9fe, basically exporting export DB2CLP=**$$** during bash startup does the trick! solong, H. "

howto use ramdrive to speed-up cygwin

2007-05-29 Thread Hans Horn
Group, Could somebody give me a few pointers as to how to use/configure a ramdrive to speed-up cygwin. There was a posting a few weeks ago (http://sourceware.org/ml/cygwin/2007-05/msg00121.html) in which Brian Dessent mentions that he is using a ramdrive for building gcc. Brian, would you

Re: howto use ramdrive to speed-up cygwin

2007-05-29 Thread Hans Horn
Brian Dessent wrote: Hans Horn wrote: Could somebody give me a few pointers as to how to use/configure a ramdrive to speed-up cygwin. There was a posting a few weeks ago (http://sourceware.org/ml/cygwin/2007-05/msg00121.html) in which Brian Dessent mentions that he is using a ramdrive for

windows7 stuff in w32api

2014-04-18 Thread Hans Horn
Folks, there's bunch of window7 stuff (e.g. ITaskbarList3) defined in /usr/include/w32api/shobjidl.h What library or dll do I have to link against to get the impls.? thx a bunch, H -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Docume

Re: Resizing a terminal window

2010-05-05 Thread Hans Horn
On 5/5/2010 8:28 AM, J. David Boyd wrote: Thomas Wolff writes: Am 04.05.2010 16:03, schrieb J. David Boyd: ... Locally, I can use the mouse to resize a window, and the $COLUMNS and $LINES variables are automatically filled in. On many remote xterm sessions, they aren't. Does anyone have an

Re: Resizing a terminal window

2010-05-07 Thread Hans Horn
I use this to log on from cygwin to various AIX and LINUX machines. Good luck and let me know how goes, Hans On 5/7/2010 10:09 AM, J. David Boyd wrote: Hans Horn writes: On 5/5/2010 8:28 AM, J. David Boyd wrote: Thomas Wolff writes: Am 04.05.2010 16:03, schrieb J. David Boyd: ... Loca

Re: Resizing a terminal window

2010-05-07 Thread Hans Horn
David, you're very welcome! H. On 5/7/2010 12:29 PM, J. David Boyd wrote: Hans Horn writes: David, This took me forever to figure out! 'expect' does not forward SIGWINCH (http://en.wikipedia.org/wiki/SIGWINCH) unless told to do so. Add the following snippet (between li

Re: unable to switch to gcc 4

2009-11-01 Thread Hans Horn
Jerry DeLisle wrote: Hans Horn wrote: Folks, I was trying to make the switch gcc3 -> gcc4 ---snip--- s 16261 Feb 25 2009 /usr/bin/gccbug-3 Am I stupid or what gives? Kindly, H. I think gcc4 is invoked as gcc-4. I usually set up a softlink in my search path. Jerry I thin

status of gcc4 -ffast-math

2009-11-05 Thread Hans Horn
Folks, what is the current status of -ffast-math for gcc4 under cygwin. I tried to use it for some numerical C code and get the following link errors: eval.o:eval.c:(.text+0x79c): undefined reference to `_f_pow' eval.o:eval.c:(.text+0x7d8): undefined reference to `_f_log' eval.o:eval.c:(.text

Re: status of gcc4 -ffast-math

2009-11-05 Thread Hans Horn
Dave Korn wrote: Hans Horn wrote: Folks, what is the current status of -ffast-math for gcc4 under cygwin. I tried to use it for some numerical C code and get the following link errors: eval.o:eval.c:(.text+0x79c): undefined reference to `_f_pow' eval.o:eval.c:(.text+0x7d8): unde

  1   2   >