Re: boost, boost_unit_test_framework

2005-10-14 Thread Václav Haisman
Mattias Brändström wrote: Václav Haisman wrote: /usr/lib/libboost_date_time-gcc-mt-s-1_33.a* /usr/lib/libboost_date_time-gcc-mt-s.a* This is called 'versioned' layout. In my build scripts I would still like to be able to specify -lboost_date_time and not -lboost_date_time-gcc-mt-s

Re: boost, boost_unit_test_framework

2005-10-15 Thread Václav Haisman
Mattias Brändström wrote: Václav Haisman wrote: Have the test libraries worked in any previous version of boost for Cygwin? If so, is there any way that I can install that version instead? I don't know. The current Boost package is the only Boost Cygwin package so far. You could try

Re: boost, boost_unit_test_framework

2005-10-15 Thread Václav Haisman
it into --with-test. Vaclav Haisman Mattias Brändström wrote: Václav Haisman wrote: Mattias Brändström wrote: bjam -sTOOLS=gcc --with-test stage And that command produced the test libraries for me. The only difference from your libraries was that their extension was .lib instead of .a. How

Re: boost, boost_unit_test_framework

2005-10-16 Thread Václav Haisman
Mattias Brändström wrote: Václav Haisman wrote: Well, it definitely doesn't work for me. I don't think I have in any way non-standard Cygwin installation. It would be helpful if you could download the -src package of Boost using setup.exe, extract it and run the build-boost.sh script

Re: zsh as login shell

2005-10-24 Thread Václav Haisman
What about editing /etc/passwd? Pesonally, I use customized cygwin.bat. Václav Hasiman Com MN PG P E B Consultant 3 wrote: I would like to have on my Windoze desktop an Icon for zsh running under Cygwin, similar to the standard Cygwin Icon which runs a bash login shell, so that I can

[ANNOUNCEMENT] Updated: boost-1.33.0-2

2005-11-10 Thread Václav Haisman
The following packages have been updated: boost-1.33.0-2 boost-devel-1.33.0-2 Changes: The Boost package has been recompiled with BOOST_POSIX=1. That makes Boost.Filesystem use POSIX functions instead of Windows'. Vaclav Haisman *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to

Re: problem with boost 1.33 filesystem

2005-11-10 Thread Václav Haisman
Lewis Hyatt wrote: Hi All, I apologize if this has been brought up before, but I couldn't find any mention of it. I think the filesystem component of boost v1.33 currently available as part of the cygwin distribution has been compiled incorrectly. As mentioned here:

Re: Xemacs broken after postgresql upgrade

2005-11-13 Thread Václav Haisman
Brian Dessent wrote: René Berber wrote: A better fix is to link cygpq.dll to pq.dll: # ln /usr/bin/cygpq.dll /usr/bin/pq.dll This will be hard link on WinNT+ and NTFS. So it will be ok for those with such configuration. That's not a great habit to get into. It will only work if the

Re: [ANNOUNCEMENT] New package: smartmontools-5.33cvs20051115

2005-11-26 Thread Václav Haisman
Christian Franke wrote: The smartmontools package is now available in the Cygwin distribution. Smartmontools contains utility programs (smartctl, smartd) to control/monitor storage systems using the Self-Monitoring, Analysis and Reporting Technology System (S.M.A.R.T.) built into most modern

[ANNOUNCEMENT] Updated: boost-1.33.1-1

2005-12-07 Thread Václav Haisman
The following packages have been updated: boost-1.33.1-1 boost-devel-1.33.1-1 Changes: New upstream release. Details: * Any Library: Cast to reference types introduced in 1.33.0 is now documented on any_cast documentation page. * Config Library: Don't undef BOOST_LIB_TOOLSET after

Re: Cygwin logo

2005-12-08 Thread Václav Haisman
Denis Washington wrote: Hi, I thought it would be nice to polish the Cygwin logo a bit. That's what I did. You can see the result under the adress: http://www.ultimum-projekt.de/cygwin.png I've made the logo as SVG with Inkscape. Here's the vector graphic:

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-01 Thread Václav Haisman
They seem to be offering just unmodified binary. There is imho nothing wrong with that. Vaclav Haisman Ville Herva wrote: http://www.dll-files.com/dllindex/index-c.shtml The same old story, if anybody's interested. Tried to email them via the contact form - haven't heard back.

Re: http://www.dll-files.com offers cygwin1.dll, no sources

2006-01-02 Thread Václav Haisman
Larry Hall (Cygwin) wrote: Reformatted top-post... Václav Haisman wrote: Ville Herva wrote: http://www.dll-files.com/dllindex/index-c.shtml The same old story, if anybody's interested. Tried to email them via the contact form - haven't heard back. They seem to be offering just

[ANNOUNCEMENT] Updated: boost-1.33.1-2

2006-01-19 Thread Václav Haisman
The following packages have been updated: boost-1.33.1-2 boost-devel-1.33.1-2 Changes: * Rebuilt against cygwin-1.5.19. This release is not compatible with previous versions of cygwin1.dll because they lack readdir_r() function. * Fixed documentation packaging. -- Vaclav Haisman ***

Re: Boost 1.33.1 documentation

2006-01-19 Thread Václav Haisman
Bruno Martínez wrote: Hi. The documentation for the boost package is incomplete. The link to the libraries docs from /cygwin/usr/share/doc/boost-1.33.1-1/index.htm doesn't work, and the documentation for several libraries is missing. For example, there's no documentation for multi_index.

Re: wrong macro definition in pthread.h

2006-02-14 Thread Václav Haisman
skaller wrote: On Mon, 2006-02-13 at 21:27 +0900, 橋 宏彰 wrote: In cvs head. winsup/cygwin/include/pthread.h #define pthread_cleanup_push(_fn, _arg) { __pthread_cleanup_handler __cleanup_handler = \ { _fn, _arg, NULL }; \

Re: problem with boost 1.33 filesystem

2005-10-11 Thread Václav Haisman
I'll look into it. wilx Lewis Hyatt wrote: Hi All, I apologize if this has been brought up before, but I couldn't find any mention of it. I think the filesystem component of boost v1.33 currently available as part of the cygwin distribution has been compiled incorrectly. As mentioned

Re: boost, boost_unit_test_framework

2005-10-11 Thread Václav Haisman
Mattias Brändström wrote: Hello! I want to write some C++ programs that use boost and compile them using cygwin. What is the recomended way of doing this? Usually when I use the boost libraries (on Fedora Core) I would be able to link my program using gcc by providing -lboost_date_time

Missing readdir_r()

2005-10-11 Thread Václav Haisman
I have noticed that we have readdir_r in Cygwin's sources but I don't see it exported in /usr/include/dirent.h or /usr/include/sys/dirent.h. Is there a reason for it missing or is it just oversight? Vaclav Haisman signature.asc Description: OpenPGP digital signature

Re: problem with boost 1.33 filesystem

2005-10-11 Thread Václav Haisman
I tried to build it with BOOST_POSIX but the build fails on missing readdir_r(). The function should be present in next Cygwin release, so I think I will wait for that instead of rolling one short lived package with patch. Vaclav Haisman signature.asc Description: OpenPGP digital signature

Tar and --overwrite-dir

2005-10-11 Thread Václav Haisman
My info tar mentions --overwrite-dir switch but the tar executable itself doesn't seem to know anything about it. Is the documentation out of sync with the executable? My installed tar package is 1.15.1-2. Vaclav Haisman signature.asc Description: OpenPGP digital signature

Re: sshd + bash = crush on CRs

2007-02-19 Thread Václav Haisman
Pavel Ivanoff wrote: Hi, all! After updating bash to newest version on my server I've met problems with CR on my scripts. I've solved them with setting system variable SHELLOPTS to 'igncr'. And now they work fine when I login to the server via Terminal Services. But when I login to the

Re: Login shell ZSH spins when executed from SSH session

2007-04-04 Thread Václav Haisman
Err, I am sorry, I did not mean to send the email here... -- VH signature.asc Description: OpenPGP digital signature

Re: Login shell ZSH spins when executed from SSH session

2007-04-04 Thread Václav Haisman
Václav Haisman wrote, On 4.4.2007 20:54: Err, I am sorry, I did not mean to send the email here... -- VH Err, total confusion...disregard only _this_ email, not the original. signature.asc Description: OpenPGP digital signature

Re: C++ name with leading underscore character not Compiling

2007-04-16 Thread Václav Haisman
Dave Korn wrote: On 16 April 2007 10:34, Chelton Evans wrote: I believe it is legal to have a C++ variable name with a leading underscore. No. All names beginning with an underscore are reserved for the implementation. Nit pick, IIRC only names that start with underscore and capital

Re: _GLIBCXX_USE_C99 not working?

2007-05-18 Thread Václav Haisman
Christian Franke wrote: Defining _GLIBCXX_USE_C99 does not work with current Cygwin C++ includes. Testcase: #define _GLIBCXX_USE_C99 1 // need std::llabs() #include cstdlib long long f(long long x) { return std::llabs(x); } Compile fails with:

Re: Problem with stat

2007-06-26 Thread Václav Haisman
Erich Dollansky wrote: [...] When I run this little C++ program: PRIVATE VOID StatLessdox (VOID) BEGIN struct stat Stat; IF (stat (/usr/X11R6/share/doc/lesstif-0.94.4/html/Lessdox, Stat) == 0) THEN printf (Mode: %lX\n, (unsigned long) Stat.st_mode); IF

Re: possible compiler optimization error

2007-06-28 Thread Václav Haisman
Frederich, Eric P21322 wrote, On 28.6.2007 19:18: On Windows I have found that a program I wrote fails when compiled with -O1 and -O2 but runs fine with -O0. The program behaves correctly on Linux and Solaris with or without optimizations. The place it starts behaving differently on

Re: 1.7 constantly accesses floppy drive

2008-07-12 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Lee Maschmeyer wrote, On 11.7.2008 22:13: | So $PATH in bash references '/cygdrive/a'? | | No, $PATH references c:/windows: | | $ echo $PATH |

Re: crash if fork(2) from another thread

2008-09-28 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hirokazu Yamamoto wrote, On 28.9.2008 4:16: # I've post mail, but it didn't show up in http://www.nabble.com/Cygwin-f12165.html. # Maybe it was not good to attach a file. So try again... I'm not familiar with pthread fork, but I think

Re: crash if fork(2) from another thread

2008-09-28 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Christopher Faylor wrote, On 28.9.2008 17:25: On Sun, Sep 28, 2008 at 09:32:39AM +0200, V??clav Haisman wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hirokazu Yamamoto wrote, On 28.9.2008 4:16: # I've post mail, but it didn't show up

Re: cygwin g++ strictness

2008-10-31 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Emmas wrote: - Original Message - From: Larry Hall (Cygwin) Sent: 30 October 2008 22:23 Subject: Re: cygwin g++ strictness This is gcc/g++ question, not a Cygwin one. Please find an appropriate forum to ask this question if you

Re: cygwin g++ strictness

2008-10-31 Thread Václav Haisman
: Václav Haisman Sent: 31 October 2008 10:07 Subject: Re: cygwin g++ strictness It just works. You are doing something wrong. There is nothing wrong with GCC 3.4 in this respect. It seems like I spoke to soon. -fpermissive seems to have helped in some cases but not in every case. I'll give

Re: cygwin g++ strictness

2008-10-31 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Emmas wrote: - Original Message - From: Václav Haisman Sent: 31 October 2008 11:14 Subject: Re: cygwin g++ strictness Check what type is gint really is. I suspect the gint will be typedef for long. Long and int are two different

Re: cygwin g++ strictness

2008-10-31 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 John Emmas wrote: - Original Message - From: Václav Haisman Sent: 31 October 2008 11:54 Subject: Re: cygwin g++ strictness Try getting preprocessed source to see where int32_t get defined to anything else than typedef of int. I quite

Re: Solution or workaround for file name too long problem ?

2008-11-24 Thread Václav Haisman
Klaus Tiedemann wrote: Hello cygwin, is there any progress on the file name too long problem ? I think a lot of people would like to use rsync under cygwin for backup or replication, but as long as cygwin can't handle long path names this is not a serious option ... Is there at least a

ZSH completion problem

2008-12-09 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I have just updated ZSH and now when completing paths it prints the following: _alternative:69: command not found: _path_commands Cygcheck thinks the package is complete: amber2::wilx:~ zsh --version zsh --version zsh 4.3.9 (i686-pc-cygwin)

Re: ZSH completion problem

2008-12-09 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Peter A. Castro wrote, On 9.12.2008 20:39: On Tue, 9 Dec 2008, V�clav Haisman wrote: Hi, Greetings, Výclav, I have just updated ZSH and now when completing paths it prints the following: _alternative:69: command not found: _path_commands

Re: FW: GLUI and GLUIX

2009-02-09 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jamie Sandell wrote, On 9.2.2009 23:17: Hi Andre, I have a problem. I'm trying to use GLUI with GLUIX. I can use GLUI fine on it's own and have been doing for some time. If I have this: #include glui.h #include gluix.h Then I get the

Re: Cygwin 1.5.18: Problem using setsockopt() for multicast

2006-08-17 Thread Václav Haisman
Alessandro Saffiotti wrote: Hi there, I ran into the following problem when using setsockopt to create a multicast receiver in my own application. Here is the relevant part of the code: -- . . .

Re: Is cygwin-ml softwere altering message content?

2006-08-17 Thread Václav Haisman
Václav Haisman wrote: I have noticed that sometimes my PGP signed messages do not arrive intact from cygwin-ml. The attached two files show the difference between good message, that was sent as Bcc to myself, and bad message that I got from cygwin-ml. If you diff the two text files you

Re: Cygwin 1.5.18: Problem using setsockopt() for multicast

2006-08-17 Thread Václav Haisman
Brian Ford wrote: On Thu, 17 Aug 2006, Alessandro Saffiotti wrote: I ran into the following problem when using setsockopt to create a multicast receiver in my own application. Here is the relevant part of the code: tcp_broadcast_receiver = socket(PF_INET,SOCK_DGRAM,IPPROTO_IP);

Re: Problem with physical memory detected

2006-08-22 Thread Václav Haisman
Stephane Goarzin wrote: Hi, I installed cygwin on a Windows 2000 Server with 4GB of RAM, but when I execute vmstat only 2GB are detected. I did the manipulation explain in the topic Changing Cygwin's Maximum Memory but it had no effect. Is it a restriction of cygwin or is there any

Re: Inter-Process Mutexes

2006-09-04 Thread Václav Haisman
Drake Baker wrote: Gentlemen, I have seen conflicting information on the web concerning inter-process mutexes in CYGWIN. I have seen outright statements that it is not supported, and I have seen statements that ALL mutexes are inter-process by default. Obviously, only one statement is

Re: Files with Win32 hidden attribute

2006-11-28 Thread Václav Haisman
Corinna Vinschen wrote: [...] Thanks for the report. I found a tiny comment in MSDN which explains why this happens. I'll apply an appropriate patch to Cygwin. I am curious, do you have a link to that comment? Thanks again, Corinna -- VH signature.asc Description: OpenPGP digital

Subversion 1.4.x package?

2006-11-29 Thread Václav Haisman
/me prods for Subversion 1.4.x package. -- Vaclav Haisman signature.asc Description: OpenPGP digital signature

Re: select failed: Interrupted system call

2006-12-29 Thread Václav Haisman
andy wang wrote, On 25.12.2006 23:12: Hi, All: What's the reason can cause interrupted system call. the same program will not be interrupted running at linux. I know a singal can, Is there anything else can? Is there possible that pthread_cond_signal will do the same thing too?

Re: [PING boost maintainer] RE: boost 1.33.1-2 filesystem issue (was RE: Fatal Error w/ cygwin 1-5-23-*)

2007-01-02 Thread Václav Haisman
Dave Korn wrote: On 01 January 2007 17:49, Dave Korn wrote: I'm going to try rebuilding the boost package JFTHOI, but I don't expect it to make any difference. Well, I've done that, and somewhat to my surprise it does fix the problem, so I can confirm to the maintainer that the

[ANNOUNCEMENT] Updated: boost-1.33.1-3

2007-01-11 Thread Václav Haisman
The following packages have been updated: boost-1.33.1-3 boost-devel-1.33.1-3 New package: libboost-1.33.1-3 Changes against 1.33.1-2: * Changed build-boost.sh's line endings to Unix style. * Rebuilt using latest GCC 3.4.4-3 and Cygwin 1.5.23-2. This should fix issues with Boost.Filesystem

Re: bash:fork: Resource temporarily unavailable

2007-01-14 Thread Václav Haisman
Manfred Ursprung wrote, On 14.1.2007 6:41: I have installed cygwin with setup version 2.510.2.2, and also put the path to C:\cygwin\bin. I start cygwin - all is okay, command pwd is okay, when I start command ls I got the following error: 5 [main] bash 3268 child_copy: stack write

Prod for new monotone package release

2007-01-14 Thread Václav Haisman
Hi, are you going to do a new monotone package release soon? I could really use it :) -- Vaclav Haisman signature.asc Description: OpenPGP digital signature

Re: Prod for new monotone package release

2007-01-14 Thread Václav Haisman
Lapo Luchini wrote, On 14.1.2007 11:43: Václav Haisman wrote: Hi, are you going to do a new monotone package release soon? I could really use it :) Yup, sorry, should be straightforward, but I took an extra evening Wow! I did not expect such prompt reaction. Thank you for such quick

Re: Perl bug?

2007-01-23 Thread Václav Haisman
Corinna Vinschen wrote: Hello? Am I in the wrong movie? This is no serious application. I'm demonstrating a problem. Every allocation uses twice as much memory as necessary. This is no problem as long as the process doesn't eat up the virtual memory for a process. As soon as no

Re: [ANNOUNCEMENT] Updated: cygwin-1.5.24-1

2007-01-26 Thread Václav Haisman
Corinna Vinschen wrote, On 26.1.2007 15:35: I've made a new version of the Cygwin DLL and associated utilities available for download. This is mainly a bug fix release and eventually the last 1.5 release of Cygwin. For the changes, see below. Last? Does this mean you have plans for some

Re: late bash CR/LF functionality change problem

2007-02-07 Thread Václav Haisman
peter.kielbasiewicz wrote: I recently updated to the latest bash rev. only to find that most of my scripts do not work anymore. I browsed through the FAQ and mailing lists and found many people having problems with the changed behaviour of treating \r literally. I do not want to argue what

Re: [boost and xerces] ping maintainers

2009-03-05 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 b...@nc.rr.com wrote: First, thank-you for supporting these packages in Cygwin. It's appreciated very much, at least by me. From the mailing list archives, it appears the last boost package (v1.33.1) was rolled in 01/08, and the last xerces

Re: problem under cygwin with sh, bash, ksh

2009-03-07 Thread Václav Haisman
Hubert Samm wrote, On 6.3.2009 14:26: Hi All... I've searched and found nothing this script runs just fine on AIX, Solaris, and Linux, but under cygwin, the array VALUE prints only blanks.. has anyone else run into this... I've tried a bunch of different things around typecast, etc,

Porting to GCC 4.3.2

2009-03-15 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, I am trying to use GCC 4.3.2 to compile log4cplus 1.0.3 source. Compilation works but test cases that are using the resulting DLL do not work. The $? shell variable ends up with value 5. I used depends.exe on the test case executable and it

Re: Porting to GCC 4.3.2

2009-03-15 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote, On 15.3.2009 15:40: [...] Not as far as I know. Perhaps what you need is to add -shared-libgcc to the command line, as in Marco's earlier post? I tried before I posted, it didn't help anything.

Re: Porting to GCC 4.3.2

2009-03-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Václav Haisman wrote, On 15.3.2009 12:19: Hi, I am trying to use GCC 4.3.2 to compile log4cplus 1.0.3 source. Compilation works but test cases that are using the resulting DLL do not work. The $? shell variable ends up with value 5. I used

Re: Porting to GCC 4.3.2

2009-03-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dave Korn wrote, On 16.3.2009 20:52: Václav Haisman wrote: I am using Windows XP and Cygwin 1.5. I have added -Wl,--enable-auto-import to the compiler command line and it has fixed the resulting executable for me. You should have received

Re: problem with pthread.h

2009-03-25 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dana wrote, On 25.3.2009 20:58: I have been trying to compile a program that needs to use the pthread library under cygwin. I have installed the newest versions of all of the tools. The file pthread.h is there in /usr/include, but the types used

Re: Pyhton script to call another program

2009-05-06 Thread Václav Haisman
mcbenus wrote, On 6.5.2009 17:01: Hi, I am trying to write a simple python script to manipulate files and call other programs. I have a program installed (rocs) which I run using cygwin (but is not in python). How can I run a python script and then call the other program? For example:

Re: GCC --enable-auto-import problem

2009-06-05 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Huang Bambo wrote, On 5.6.2009 3:02: In cygwin 1.7: 1. download db-4.7.25 from oracle at http://www.oracle.com/database/berkeley-db/index.html (havn't tested on other version) 2. configure like : ../dist/configure

Re: More info on boost and gcc-4

2009-06-29 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eray Ozkural wrote, On 25.6.2009 0:08: Hi there, Thanks for all the replies. I'm not subscribed to the list (not yet) so please CC your replies to me. I am going to try to give as much information as I can. Here is what's happening. If I

Re: To boost maintainer

2009-07-01 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Eray Ozkural wrote, On 1.7.2009 21:50: [diatribe removed] In your previous Boost thread, subject More info on boost and gcc-4, you have missed one fine point. You have to build the whole Boost with - --enable-auto-import, not just your own

Re: Commoncpp make error

2009-07-05 Thread Václav Haisman
faiz2009 wrote, On 5.7.2009 17:26: Hello, I try to install commoncpp2-1.7.0 under cygwin, then I proceed as follows: 1) . / configure (takes place without any problem). 2) make. but during the compilation I receives the following error:

Re: Creation of a shared module (gcc -shared) , undefined references

2009-07-30 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Martine Carannante wrote, On 30.7.2009 15:43: Hi I try to port on CYGWIN an open source which runs correctly on Linux. In this open source, a shared module (linked with option -shared) is created and after it's loaded by the main program with

Re: Prefix like cyg and lib of DLLs ?

2009-08-02 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Torsten Giebl wrote, On 1.8.2009 23:09: Hello ! Where does the prefix of DLLs for example cyg* and lib* come from ? Is it something that is internal fixed or can i change that ? That a library has the cyg prefix for example cygpng is

Re: UTF-8 in ftp client.

2010-04-06 Thread Václav Haisman
On Tue, 06 Apr 2010 15:58:18 +0300, Oleksandr Gavenko wrote: On 2010.04.06 12:50, Oleksandr Gavenko wrote: I use filezilla to host file server. As explain article: http://wiki.filezilla-project.org/Character_Set for multilang environment need use UTF-8. How can I force Cygwin ftp client

Re: vfork always fail problem

2010-05-13 Thread Václav Haisman
Huang Bambo wrote, On 14.5.2010 6:29: [ba...@bambo-notebook 4.4.4]$ cat tvfork.c #include sys/types.h #include unistd.h #include stdio.h int main(void) { pid_t pid = vfork(); if ( pid 0 ) { printf(I'm chield.\n); _exit(0);

Re: getlong()/getshort()/ns_get16()/ns_get32()

2010-05-16 Thread Václav Haisman
Dennis Yurichev wrote, On 16.5.2010 8:19: Hi. I have a software using getlong()/getshort() functions which are also synonyms to ns_get32()/ns_get16(). But they are removed from cygwin? Why and what to use instead of? Wow. Having so badly named functions in public name space... You cold

Re: Windows Server 2008 64-bit setup.exe/bash problem

2010-06-16 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ernest Mueller wrote, On 16.6.2010 22:55: Hey all. I was installing cygwin+openSSH on a couple systems and came across an issue. I was installing on the stock Amazon EC2 Windows 2008 Server builds. The 32-bit one works perfectly. On 64-bit,

Re: svn do nothing

2010-06-22 Thread Václav Haisman
On Tue, 22 Jun 2010 18:14:38 +0800, Steven Woody wrote: Hi, After I upgrade my cygwin to the latest version. the 'svn' program always returns nothing for me for any svn commands including the very simple 'svn --version' command. It just simply return to the next command prompt without any

Re: Rebaseall fails with error 6 on cygcrypt-0.dll

2010-07-04 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Alex Leigh wrote, On 4.7.2010 9:20: On Sun, Jul 4, 2010 at 1:07 AM, Larry Hall (Cygwin) wrote: On 7/4/2010 1:01 AM, Alex Leigh wrote: Hi, I've been getting some STATUS_ACCESS_VIOLATION errors when running bash and some xwin programs, and

Re: gcc4: throwing exception from signal handler

2010-07-08 Thread Václav Haisman
On Thu, 8 Jul 2010 09:01:41 -0400, Don Ward wrote: I would like to be able to catch certain signals (SIGSEGV and SIGSYS) and throw a C++ exception (to be caught in a try/catch construct). As a simple example: [...] Am I misunderstanding how this should work or doing something wrong? Or

Re: Interesting discovery in the C library that Cygwin uses

2010-07-08 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gregg Levine wrote, On 9.7.2010 1:34: Hello! I made this discovery whilst building the urjtag program from its SVN trunk: make[3]: Entering directory `/usr/local/urjtag/urjtag/trunk/urjtag/src/tap' CC tap.lo CC register.lo CC

Re: boxes.sh grep: Unmatched [ or [^ at egrep '[[:space]]'

2010-08-09 Thread Václav Haisman
On Mon, 9 Aug 2010 11:05:12 +0200, Reini Urban wrote: Jaro, Our nice new setup found a problem in the boxes postinstall script: Package: boxes boxes.sh exit code 2 Package: No package boxes.sh exit code 2 cd /etc/postinstall $ ./boxes.sh grep: Unmatched [ or [^ in grep

Re: rand() was not declared in this scope, please help#8207;

2010-09-08 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 eric lin wrote, On 8.9.2010 19:35: dear cygwin/gcc users: I compile a simple code which i copied from a book, The Complete Reference of C++ Fourth Edition by Herbert Schildt in page 575, rand() which is clearly not be included in

Re: copy cygwin installation to a different location and preserving all cygwin rights

2010-11-10 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thomas Jung wrote, On 10.11.2010 14:40: Hello, I would like to move my cygwin installation to a different location, but preserving the usual paths to all the apps by using a junction point to that moved/copied subtree of cygwin. The 1st

Re: Cygwin 1.7 still uses Boost 1.33 packages

2009-09-21 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Joel Eidsath wrote, On 21.9.2009 21:35: Boost has had a good number of libraries added between 1.33 and 1.40. Is there any chance we will get a version upgrade? The Cygwin Boost package is currently unmaintained. Feel free to grab it, prepare a

Re: home page problem

2009-12-14 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 14.12.2009 13:39, msa...@itu.edu.tr wrote: I cannot get acces to cygwin home page from home. It says that Access is forbiden. What should l do? Wait. It is a scheduled outage: http://gcc.gnu.org/ml/gcc/2009-12/msg00091.html. - -- VH

Re: Where is std::copy_n?

2010-01-17 Thread Václav Haisman
Roman Werpachowski wrote, On 17.1.2010 15:22: Hi, The cygwin C++ library does not seem to implement std::copy_n (http://www.sgi.com/tech/stl/copy_n.html) Why? This function is an SGI extension; it is not part of the C++ standard. You should not expect it to exist if you want portable code.

Time for new Binutils release?

2010-03-04 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, could the responsible packager release recent/latest Binutils into the wild, please? I am having problems using log4cplus library on Cygwin with stock Cygwin ld. It has something to do with the pseudo relocations and such, IIRC. Do Cygwin

Re: -exec on find(1) broken

2007-10-09 Thread Václav Haisman
Paul McFerrin wrote, On 9.10.2007 8:09: I think I'm going nuts. What am I doing wrong? Can't seem to get -exec to work. /i/mp3.$ find . -type f -mtime +18 -exec /bin/echo \{\;\} | more find: missing argument to `-exec' /i/mp3.$ find . -type f -mtime +18 -exec /bin/echo \{\} |

ZSH completion problem

2007-10-14 Thread Václav Haisman
I have a problem with ZSH completion after updating from 4.3.2-1 to 4.3.4-1. amber2::WilX:~ zsh --version zsh 4.3.4 (i686-pc-cygwin) amber2::WilX:~ cd tmp_path_files:695: command not found: _list_files In this example I have hit TAB after writing cd tmp. The rest of the line is error message I

Re: ZSH completion problem

2007-10-18 Thread Václav Haisman
Peter A. Castro wrote, On 15.10.2007 23:30: On Sun, 14 Oct 2007, Václav Haisman wrote: I have a problem with ZSH completion after updating from 4.3.2-1 to 4.3.4-1. amber2::WilX:~ zsh --version zsh 4.3.4 (i686-pc-cygwin) amber2::WilX:~ cd tmp_path_files:695: command not found

Re: diff command missing in cygwin distribution ?

2007-11-21 Thread Václav Haisman
Finof wrote, On 21.11.2007 11:57: Hi, I just installed cygwin 2.573.2.2 directly from internet. Trying to get my linux-scripts working I repeated the installation a few times (only changing text-mode to binary-mode and back). Now I'm using test-mode. Now my script fails on a diff

Re: cygwin and squid - RLIMIT_NOFILE

2007-12-03 Thread Václav Haisman
[EMAIL PROTECTED] wrote, On 4.12.2007 4:40: David Rothenberger wrote: On 12/3/2007 2:51 PM, [EMAIL PROTECTED] wrote: [snip] $ squid -N FATAL: setrlimit: RLIMIT_NOFILE: (24) Too many open files This is a classic error described a few times on the mailing list. So.. has anybody managed

Re: cygwin, g++ and boost? Do I need dll.a?

2008-01-10 Thread Václav Haisman
adam99 wrote, On 9.1.2008 5:57: I downloaded boost packages under cygwin (both boost and boost-devel). My first problem is unit test framework was not installed through this installation. I have tried to create it through bjam and created a library file at I was about to reply that the

[ANNOUNCEMENT] Updated: boost-1.33.1-4

2008-01-14 Thread Václav Haisman
The following packages have been updated: boost-1.33.1-4 boost-devel-1.33.1-4 libboost-1.33.1-4 Changes since 1.33.1-3: Rebuilt including previously disabled Boost.Test and against Python 2.5. -- VH *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO *** If you want to unsubscribe from the

Re: Wrongfully compiled code

2008-01-15 Thread Václav Haisman
ariga masahiro wrote, On 15.1.2008 1:51: Hello, I am trying to port eCos into my target on Cygwin environment. I am encountered next wrongfully compiled code and I am very in deep trouble. It happens when sending back TCP SYN-ACK packet to peer, and it happens in

Re: cygwin, g++ and boost? Do I need dll.a?

2008-01-18 Thread Václav Haisman
adam99 wrote: I downloaded boost packages under cygwin (both boost and boost-devel). My first problem is unit test framework was not installed through this installation. I have tried to create it through bjam and created a library file at [...] If you have not noticed yet, I have updated the

Re: Wrongfully compiled code

2008-01-18 Thread Václav Haisman
ariga masahiro wrote: Hello everyone, VH wrote, I think that this list is a wrong one for this kind of compiler problem. Also, your compiler is rather old one. Have you tried looking for a newer version of GCC for your target? I am sorry but I do not know how to get new sh-elf-gcc compiler

Re: extern keyword and dlls

2008-02-10 Thread Václav Haisman
masta uy wrote, On 11.2.2008 0:40: Hello, I am in working on porting some code to cygwin but I am stuck. I need it to be compiled as a dll but gcc gives me a linking error. This code triggers the error: extern int num; int foo() { extern int num; num = 5; } You are missing a definition

Re: [ANNOUNCEMENT] New package: irssi-0.8.12-1

2008-02-15 Thread Václav Haisman
burning shadow wrote, On 16.2.2008 2:08: I'm running it in PuTTY via SSH connection. TERM set to cygwin. Yes, If you are connected using Putty you should probably be using TERM=putty or TERM=xterm rather than TERM=cygwin. first 2 or maybe 3 lines. All packages are up to date. And I have

Re: REPOST: TeXLive cygwin port?

2008-03-27 Thread Václav Haisman
Sivaram Neelakantan wrote, On 27.3.2008 6:25: Hello, Is there a chance of a LaTeX port to cygwin? The current TeTeX port is pretty old. sivaram Grab the source of the package, update it to the latest and submit a new/updated package. It is your chance to become famous! -- VH

CMake: CPack dumps core

2008-03-30 Thread Václav Haisman
Hi, I am using CMake for one of my projects and I also want to use CPack but CPack dumps core for anything except cpack --help. -- VH signature.asc Description: OpenPGP digital signature

Re: Cygwin IRC channel?

2008-04-05 Thread Václav Haisman
Robert Eckhoff wrote, On 5.4.2008 8:38: Hi, I was wondering, is there a cygwin IRC channel? I've been looking around for one, and all I see is cygwin/X. Just wondering. ~Robert [EMAIL PROTECTED] -- VH signature.asc Description: OpenPGP digital signature

Re: cygtls::handle_exceptions: Error while dumping state

2008-05-09 Thread Václav Haisman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Gloria Muñoz wrote: | Hi all! | | First of all hello everybody! because I've just joined | the list. I've had a lok into the Mailing list archive and I've seen | that this error has happened before to other people but each time the | solution was

  1   2   >