RE: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Ralf Habacker
Ain't gonna happen. Find me a faster way to distinguish between x86 import libs and x86 static libs (and random-other-architecture libs of any sort), and I'll thank you. see [1] But telling me that I must support a fundamental philosophical and not merely technical fork of libtool for the

[ANNOUNCEMENT] Updated: xerces-c-2.2.0-1

2003-02-10 Thread Abraham Backus
I've updated the version of xerces-c to 2.2.0-1. This also includes the xerces-c-devel, xerces-c-doc, and libxerces-c22 packages. This is an official update release. The official release announcement text follows: The release Xerces C++ 2.2.0 is now ready. Highlights of this version: - C++

Re: [ANNOUNCEMENT] Updated: xerces-c-2.2.0-1

2003-02-10 Thread Gareth Pearce
might be worth noting that this version isnt backwards source compatible... (mainly due to namespace I suspect) Time for me to work out what I need to fix with my code... Gareth - Original Message - From: Abraham Backus [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, February 10,

FW: HELP Accessing DB2 from CYGWIN!

2003-02-10 Thread Ramana Murthy
Hi, I am facing problem in accessing DB2 from cygwin window. when I type db2 at the cygwin prompt it says: DB21061E Command line environment not initialized. How do I set environment of DB2 for Cygwin? Regards, Ramana -- Unsubscribe info:

Re: Question about latest build - openssh-3.5p1-2

2003-02-10 Thread Doug Wyatt
Hi, Thank you for the quick feedback, Corinna! What follows is what I've done so far to try to figure out what is causing my problem. I doubt, seriously, that anyone is going to read this and solve the problem for me, but perhaps one or more readers can suggest things to look at or tools that

mainCRTStartup not found at link time (ld)

2003-02-10 Thread gilles BOURGEOIS
hi folks, I am compiling and linking a g++ parser program , I am using ld in my makefile: I got a warning at link time, then at execution time , my program failed (windows Segmentation fault, I even can not break with gdb in main main() code. the warning is : cannot find entry symbol

Anomaly during update by Setup.exe (re-post with compressed attachment)

2003-02-10 Thread Ronald Landheer-Cieslak
Hello all, During the daily update this morning, I saw a slight anomaly while running Setup. I've attached the setup log. This is what I got: after download, during un-installation (with no Cygwin applications running) I got a message box the cygwin1.dll was missing in the PATH - which is a

[bug] gcc 2.95.3-10 currupts the stack

2003-02-10 Thread Dalibor Topic
Hi, I suspect there is a very nasty bug in cygwin's gcc port because I'm fighting with stack corruption in my attempt to get latest kaffe (a free software virtual machine for Java, http://www.kaffe.org) from CVS to fully work on cygwin. I'm compiling using gcc 2.95.3-10 and -O0, in order to

Re: Re: apache 1.3.27 binary install problems

2003-02-10 Thread Jason Tishler
George, On Fri, Feb 07, 2003 at 12:15:36AM -0500, George Rypysc III wrote: I finally got a chance to upgrade to the 1.3.19-1 cygwin1.dll and the mmap error has disappeared! I'm glad that my WAG panned out. It seems like Corinna bagged two apps (vsFTPd and Apache) for the price of one! :,)

Re: Question about latest build - openssh-3.5p1-2

2003-02-10 Thread Corinna Vinschen
On Mon, Feb 10, 2003 at 04:55:01AM -0600, Doug Wyatt wrote: Finally, the vim problem only occurs when the linux env var TERM=linux, but not when it is set to 'vt100'. Of course, there is lost functionality with vt100 - this is a useable workaround but really not an acceptable fix. Try copying

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: SYSTEM() problem

2003-02-10 Thread Max Bowsher
cygwin-apps@ is the wrong mailing list for this. Redirecting to cygwin@: Azimi, Houman (GXS) wrote: I am trying to use the system() calll, for example system(echo hello); but it does not work, even though system(NULL); returns non-zero. It does work in the cygwin environment, but I need

PHP problem

2003-02-10 Thread ZHAO Wei
I think this is a bug somewhere, but I'm not sure. Please help! Please Cc: me! I'm not on the list. Thank you! http://www.kuro5hin.org/story/2003/2/10/102019/701 8 To reproduce: 1. Get netcat for Windows from @Stake, this is a neat tool. We will use it below. This is Cygwin, so you

cron - Error starting a service: QueryServiceStatus: Win32 error 1062:

2003-02-10 Thread House, Mark
Title: cron - Error starting a service: QueryServiceStatus: Win32 error 1062: Hi, I have been experiencing this error ever since I rebooted my server. I am now unable to start the cron service. I have attached my cygcheck file and I have run cron_diagnose.sh as suggested by Mark A. Harig

passwd command replacement on windows 9x

2003-02-10 Thread Sebastian Wain
Dear Cygwin List, I would like to know if exists a passwd command to be used on the win 9x OS. That passwd command must encrypt the /etc/passwd file with the old style, using the char *crypt(const char *key, const char *salt) function. The goal is to use it with sshd. Thank You All Sebastian

Re: Updated: patch-2.5.8-3

2003-02-10 Thread Corinna Vinschen
On Mon, Feb 10, 2003 at 05:11:27PM +0100, Helmut Stiegler wrote: Hi, - Original Message - From: Corinna Vinschen [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, February 09, 2003 12:37 PM Subject: Updated: patch-2.5.8-3 I've updated the version of patch to 2.5.8-3.

Re: Problems compiling trivial C program.

2003-02-10 Thread Brian Keener
16 bit MS-DOS Subsystem /usr/src/cygwin-cvs/obj The NTVDM CPU has encountered an illegal instruction. CS: IP:0077 OP:f0 37 05 0e 02 Choose 'Close' to terminate the application. Close | Ignore AFAICT the command that is failing is:

More about mixing objects beetween MSVC++ and GCC

2003-02-10 Thread Eric Jacquemard
In the FAQ I read that I can mix objects compiled with msvc++ and gcc. I would like to have a precision : Can I mix mscv++ object files with C object files generated by gcc ? (I need to call some C-dll of utilies from msvc++) Regards ___ Do

Re: Problems compiling trivial C program.

2003-02-10 Thread Max Bowsher
Brian Keener wrote: Then for whatever reason, I cannot remember if Max or Chris suggested it or I found something on the list archive about it - but I found that the read only checkbox on my links on my w2k system was no longer checked. Updating the properties on the symlinks via windows

Bug Report: isxxx on gcc 3.2

2003-02-10 Thread Gustavo Guerra
Hi std::isgraph(char), std::isalpha(char) and std::alnum(char) are not working correctly on latest cygwin. They return false for á à é í ó ú ç and other characters like that. Regards Gustavo Guerra -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

problem with cygwin:login

2003-02-10 Thread lu fang
Hi, all I have problem in using login under cygwin. I installed cygwin under windows2000. And when I tried to login into cygwin, I used the same username and paasword as I log in to my nt machine.But it always failed. So how to fix the problem here? I have tried to installed ntsec under NT and

Cannot get ^Z to suspend a program

2003-02-10 Thread Samir Gupta
I am using cygwin under windows xp pro and under windows 2000 pro, and cannot get the ^Z to suspend a program that I have opened. note that I normally use tcsh, but I also experience the same problem using bash... ^C will kill the program without any problem if I type after a program name,

Re: Cannot get ^Z to suspend a program

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 10:26:36AM -0800, Samir Gupta wrote: I am using cygwin under windows xp pro and under windows 2000 pro, and cannot get the ^Z to suspend a program that I have opened. note that I normally use tcsh, but I also experience the same problem using bash... Can't duplicate it

Re: ncurses softkeys (slk) don't display correctly

2003-02-10 Thread Charles Wilson
try adding 'codepage:oem' to your CYGWIN variable, and ensure that TERM is set correctly ('cygwin' if using a normal cmd box as your shell; 'rxvt-cygwin-native' if using rxvt, or 'rxvt-cygwin' if using rxvt on cygwin, but in Xserver mode. --Chuck Brian Minton wrote: I am using CYGWIN_95-4.0

Re: Cannot get ^Z to suspend a program

2003-02-10 Thread Samir Gupta
thanks for the reply: I was trying to use CTRL-Z after opening up a windows program (such as emacs -- the windows version or excel) Suspend will work if I perform it on the sleep command. 1 sleep 20 Suspended 2 Why won't it suspend If I type the following: 1 emacs [1] 1668 2 emacs The first

Re: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Charles Wilson
Ralf Habacker wrote: 1) x86 DLL (and EXE) 2) x86 archive static 3) x86 archive import 4) other Do NOT try to combine 2) and 3) -- which is what all of your suggestions in this email would do. [1] What about extending the 'file' tool, which supports already 1, (2 combined with 3) and 4 ? You

RE: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Ralf Habacker
ARGH. This defeats the whole purpose of the policy change -- and it is a policy change driven by the libtool development. I don't want to support a forked version of libtool that differs from mainline on a basic policy issue. May be, but like Max has stated, I don't like to be forced to

Broken links on http://www.cygwin.com/

2003-02-10 Thread Sander
Hi, i tried downloading a binary bash and in the process found some broken links, which looks like a broken nameserver. It seems that cygwin.com is not resolvable by one of the nameservers: sgr@tuner:~$ dig cygwin.com @cramden.bosbc.com SNIP ;; -HEADER- opcode: QUERY, status: SERVFAIL, id: 8593

page up and page down keys

2003-02-10 Thread S
Hello All: after running rxvt -e tcsh or rxvt -e bash to open up a terminal window, how do I make Page Up and Page Down keys scroll the window up and down, so I can look at previous output from my terminal window? __ Do you Yahoo!? Yahoo! Mail Plus

RE: problem with cygwin:login

2003-02-10 Thread [EMAIL PROTECTED]
You'll find this subject comes up with some regularity. See the email archives for more details. Generally speaking, 'login' is not meant to be used directly by the user from Cygwin. Use OpenSSH or telnet (for example) if you just want to login to Cygwin locally or remotely. Larry Original

Re: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Max Bowsher
ARGH. This defeats the whole purpose of the policy change -- and it is a policy change driven by the libtool development. I've been hunting for the relevant threads on the libtool list - can't find them. Can anyone offer URLs or search terms that would help? Ralf Habacker wrote: May be, but

Re: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 08:02:17PM -, Max Bowsher wrote: ARGH. This defeats the whole purpose of the policy change -- and it is a policy change driven by the libtool development. I've been hunting for the relevant threads on the libtool list - can't find them. Can anyone offer URLs or

Re: page up and page down keys

2003-02-10 Thread Igor Pechtchanski
I don't think these are tcsh commands. The bindings are in the code of rxvt itself. If you want regular PgUp/PgDn to work, try recompiling rxvt from source with UNSHIFTED_SCROLLKEYS defined. Igor On Mon, 10 Feb 2003, S wrote: Thanks. Do you know what the commands are for these

Re: testing accessibility to sources.redhat.com

2003-02-10 Thread Don Sharp
Dear Cygwinners Thanks to David, Elfyn and Chris for replying. The correspondence has led me to finding the rule in my firewall which was blocking the ICMP echo reply request from sources.redhat.com. Access has been restored. Thanks again Don Sharp Christopher Faylor wrote: On Fri, Feb 07,

Re: Question about latest build - openssh-3.5p1-2

2003-02-10 Thread Doug Wyatt
Thanks for the suggestion. I should have thought of trying this myself, but a long time ago I put a 'cygwin' terminfo entry on the Linux host and after a while trying to get it to work without success I just settled on using TERM=linux. The current 'cygwin' entry is substantially different from

Re: page up and page down keys

2003-02-10 Thread S
I appreciate your reply. I am not really sure how to go about recompiling rxvt. I downloaded the package rxvt-2.7.9-4.tar.bz2 and installed it using the cygwin setup. Would it be possible for you to explain me how to do this, or is it too complicated? --- Igor Pechtchanski [EMAIL PROTECTED]

cygwin-link-mode for emacs

2003-02-10 Thread Scott Evans
Just found this, posted by Edward O'Connor [EMAIL PROTECTED] on gnu.emacs.sources. It's a nice little hack. He posted it or NTemacs but it works fine in the native XEmacs too. (which I still use because it's faster than the Cygwin XEmacs.)

Re: Problems compiling trivial C program.

2003-02-10 Thread Brian Keener
Max Bowsher wrote: (no)winsymlinks - if set, Cygwin creates symlinks as Windows shortcuts with a special header and the R/O attribute set. If not set, Cygwin creates symlinks as plain files with a magic number, a path and the system attribute set. Defaults to set. I've read the CYGWIN

Re: vim can't handle DOS line endings in .vimrc (was Re: [ANNOUNCEMENT]Updated: vim-6.1.300-1)

2003-02-10 Thread Shankar Unni
Corinna Vinschen wrote: Change it to UNIX lineendings. I'm surprised that it worked for you with 6.1-2 (must be a pure coincidence since it doesn't work for me with 6.1-2) since it was never supported at least since 6.0. Guess I shoulda read the VIM release notes more carefully along the way.

Re: cygwin-link-mode for emacs

2003-02-10 Thread Igor Pechtchanski
On 10 Feb 2003, Scott Evans wrote: Just found this, posted by Edward O'Connor [EMAIL PROTECTED] on gnu.emacs.sources. It's a nice little hack. He posted it or NTemacs but it works fine in the native XEmacs too. (which I still use because it's faster than the Cygwin XEmacs.)

Re: Problems compiling trivial C program.

2003-02-10 Thread Igor Pechtchanski
On Mon, 10 Feb 2003, Brian Keener wrote: Max Bowsher wrote: (no)winsymlinks - if set, Cygwin creates symlinks as Windows shortcuts with a special header and the R/O attribute set. If not set, Cygwin creates symlinks as plain files with a magic number, a path and the system attribute set.

Re: [PATCH] missing in_addr_t type

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 04:11:25PM +0100, Ralf Habacker wrote: Hi all, while compiling kde with cygwin I recgonized a missing 'in_addr_t' type in arpa/inet.h, which seems to belong to this file like http://www.opengroup.org/onlinepubs/007908799/xns/netinetin.h.html says. Additional this type

Re: page up and page down keys [in rxvt]

2003-02-10 Thread Igor Pechtchanski
Should (note, *should*) be as simple as running setup, checking the Src box for rxvt, editing /usr/src/rxvt-2.7.9-4/src/feature.h to uncomment #define UNSHIFTED_SCROLLKEYS, and then running (cd /usr/src/rxvt-2.7.9-4; ./configure; make; make install). This will put your new rxvt binary in

Re: ncurses softkeys (slk) don't display correctly

2003-02-10 Thread Brian Minton
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Mon, Feb 10, 2003 at 01:44:59PM -0500, Charles Wilson wrote: try adding 'codepage:oem' to your CYGWIN variable, and ensure that TERM is set correctly ('cygwin' if using a normal cmd box as your shell; 'rxvt-cygwin-native' if using rxvt, or

cygpath bug in version 1.25

2003-02-10 Thread Newton, Doug
I believe I have found a bug in cygpath.exe version 1.25 (Which has been the version included since at least cygwin version 1.3.17-1 and through cygwin version 1.3.20-1). Using installations from any release since 1.3.17-1 (the earliest full installation that I had available), cygpath does work

Re: ncurses softkeys (slk) don't display correctly

2003-02-10 Thread Igor Pechtchanski
On Mon, 10 Feb 2003, Brian Minton wrote: On Mon, Feb 10, 2003 at 01:44:59PM -0500, Charles Wilson wrote: try adding 'codepage:oem' to your CYGWIN variable, and ensure that TERM is set correctly ('cygwin' if using a normal cmd box as your shell; 'rxvt-cygwin-native' if using rxvt, or

New Error

2003-02-10 Thread Patrick Nelson
Had cygwin working great, but did an upgrade today to all current versions and now I have an error on starting. when cygwin comes up the terminal says (prior to the prompt): BASH: /usr/bin/id: Permission denied then I get my prompt, but I also get a Error dialog box with a title of Error

Re: New Error

2003-02-10 Thread Igor Pechtchanski
On Mon, 10 Feb 2003, Patrick Nelson wrote: Had cygwin working great, but did an upgrade today to all current versions and now I have an error on starting. when cygwin comes up the terminal says (prior to the prompt): BASH: /usr/bin/id: Permission denied then I get my prompt, but I also

Re: Cannot get ^Z to suspend a program

2003-02-10 Thread Rolf Campbell
Samir Gupta wrote: thanks for the reply: I was trying to use CTRL-Z after opening up a windows program (such as emacs -- the windows version or excel) Cygwin cannot control how windows programs handle CTRL+Z. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting:

gethostbyname thread-safe?

2003-02-10 Thread Ajay Nerurkar
Is Cygwin's gethostbyname thread-safe? From a web search I got the impression that it wasn't and also that Cygwin does not have its reentrant version gethostbyname_r. So, what does one do? Ajay __ Do you Yahoo!? Yahoo! Mail Plus - Powerful.

RE: Cannot get ^Z to suspend a program

2003-02-10 Thread linda w \(cyg\)
Perhaps silly question, but, why not? Cygwin cannot control how windows programs handle CTRL+Z. I have programs that seem to intercept keyboard keys for use as hotkeys. Couldn't cygwin do something similar? curious... -linda -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Cannot get ^Z to suspend a program

2003-02-10 Thread Rolf Campbell
linda w (cyg) wrote: Perhaps silly question, but, why not? Cygwin cannot control how windows programs handle CTRL+Z. I have programs that seem to intercept keyboard keys for use as hotkeys. Couldn't cygwin do something similar? curious... -linda Sure, but those programs hook the key(s) in

RE: Cannot get ^Z to suspend a program

2003-02-10 Thread Rolf Campbell
As I understand it, 'cygwin' does not kill the program, the program kills itself on Ctrl+C. PS: please do not respond to me personally. -Original Message- From: Samir Gupta [mailto:[EMAIL PROTECTED]] Sent: Monday, February 10, 2003 8:39 PM To: Rolf Campbell Subject: RE: Cannot get

RE: New Error

2003-02-10 Thread Patrick Nelson
Igor Pechtchanski wrote: - You must have had a Cygwin process running when you upgraded. This resulted in some important files (notably, cygintl-2.dll, and I'm guessing others as well) not being replaced. Rebooting should fix this. If it doesn't, try to reinstall libintl2.

error opening terminal: xterm

2003-02-10 Thread Paulus Tangke Allo
I tried to run mc from rxvt but I got this message: Error opening terminal: xterm same thing happen if i tried to run lynx. when i type: which lynx, I got: lynx: command not found what would be the problem? These things happened after I did some upgrading on the cygwin. please help. thanks,

Re: gethostbyname thread-safe?

2003-02-10 Thread Igor Pechtchanski
On Mon, 10 Feb 2003, Ajay Nerurkar wrote: Is Cygwin's gethostbyname thread-safe? From a web search I got the impression that it wasn't and also that Cygwin does not have its reentrant version gethostbyname_r. So, what does one do? Ajay Ajay, Looking at the code (src/winsup/cygwin/net.cc),

Re: gethostbyname thread-safe?

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 09:36:53PM -0500, Igor Pechtchanski wrote: On Mon, 10 Feb 2003, Ajay Nerurkar wrote: Is Cygwin's gethostbyname thread-safe? From a web search I got the impression that it wasn't and also that Cygwin does not have its reentrant version gethostbyname_r. So, what does one

Re: cygpath bug in version 1.25

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 05:29:32PM -0600, Newton, Doug wrote: I believe I have found a bug in cygpath.exe version 1.25 (Which has been the version included since at least cygwin version 1.3.17-1 and through cygwin version 1.3.20-1). Using installations from any release since 1.3.17-1 (the

Re: Bug Report: isxxx on gcc 3.2

2003-02-10 Thread Rolf Campbell
Gustavo Guerra wrote: Hi std::isgraph(char), std::isalpha(char) and std::alnum(char) are not working correctly on latest cygwin. They return false for á à é í ó ú ç and other characters like that. Regards Gustavo Guerra Looking at newlib/libc/ctype/ctype_.c, it looks like cygwin only handles

A fruitless message about gcc not building and how to fix it

2003-02-10 Thread Christopher Faylor
I just noticed that recent changes (by me) in cygwin header files in winsup/include/cygwin/types.h and newlib/libc/include/sys/types.h will cause syntax errors when attempting to build gcc since the winsup/include/cygwin/types.h will become out-of-sync wrt the system header file. The fix is

Re: gethostbyname thread-safe?

2003-02-10 Thread Igor Pechtchanski
On Mon, 10 Feb 2003, Christopher Faylor wrote: On Mon, Feb 10, 2003 at 09:36:53PM -0500, Igor Pechtchanski wrote: On Mon, 10 Feb 2003, Ajay Nerurkar wrote: Is Cygwin's gethostbyname thread-safe? From a web search I got the impression that it wasn't and also that Cygwin does not have its

Re: GNU Screen

2003-02-10 Thread Frédéric L. W. Meunier
Igor Pechtchanski wrote: I've been able to compile screen-3.9.13 before with the attached patch. Me too, with the same options I use on Linux: --enable-locale --enable-telnet --enable-colors256 --enable-rxvt_osc --with-sys-screenrc=/etc/screenrc and found 2 problems. 1- Midnight Commander

Re: GNU Screen

2003-02-10 Thread Frédéric L. W. Meunier
I wrote: 2- caption always / sorendition corrupt the colors you set for the terminal. I use black on white. I can reproduce it setting caption always %Y%m%d (%D) %0c:%s. See http://www.pervalidus.net/screen-cygwin-caption.png I don't even need to use caption always / sorendition. The colors

setup.exe joblist for downloading

2003-02-10 Thread Richard Deeley
OK somewhat related to discussion: Re: setup 2.194.2.24: Bug (?) in downloading from internet I am one of those unfortunates trying to download a LOT of stuff over a slow modem. The current setup.exe is very hard to use in the presence of network failures (which are common) [I will avoid the

Re: setup.exe joblist for downloading

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 08:59:19PM -0800, Richard Deeley wrote: My hope here was that there might be an option to get a joblist out of setup.exe which I could then parse and send to a third party downloader (such as GetRight). Is there such an option ? No. cgf -- Unsubscribe info:

Re: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Charles Wilson
Ralf Habacker wrote: ARGH. This defeats the whole purpose of the policy change -- and it is a policy change driven by the libtool development. I don't want to support a forked version of libtool that differs from mainline on a basic policy issue. May be, but like Max has stated, I don't like

Re: [avail for test] libtool-devel-20030121-1

2003-02-10 Thread Charles Wilson
Max Bowsher wrote: ARGH. This defeats the whole purpose of the policy change -- and it is a policy change driven by the libtool development I've been hunting for the relevant threads on the libtool list - can't find them. Can anyone offer URLs or search terms that would help? I think it was

syntax error: unexpected end of file errors on build of GCC on mounted /home on network drive, OK on local drive.

2003-02-10 Thread Michael H. Cox
I'm getting random syntax errors in shell scripts (configure and libtool) used in the build of GCC when /home is mounted via a network drive. I recently checked out the released gcc 3.2.2 (tag gcc_3_2_2_release) and tried to build it. I had problems building it because of random shell syntax

Re: setup.exe joblist for downloading

2003-02-10 Thread Robert Collins
On Tue, 2003-02-11 at 18:53, Randall R Schulz wrote: Chris, Au contraire! Which version of the setup.ini syntax does it support? (And did you leverage the setup.exe parser?) Rob -- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. signature.asc Description: This is a

Re: Anomaly during update by Setup.exe (re-post with compressed attachment)

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 12:03:48PM +0100, Ronald Landheer-Cieslak wrote: Hello all, During the daily update this morning, I saw a slight anomaly while running Setup. I've attached the setup log. It's a known problem, reported multiple times previously. cgf -- Unsubscribe info:

Re: Anomaly during update by Setup.exe (re-post with compressedattachment)

2003-02-10 Thread Ronald Landheer-Cieslak
On Mon, 10 Feb 2003, Christopher Faylor wrote: On Mon, Feb 10, 2003 at 12:03:48PM +0100, Ronald Landheer-Cieslak wrote: During the daily update this morning, I saw a slight anomaly while running Setup. I've attached the setup log. It's a known problem, reported multiple times previously. Ah,

Re: [Package Update] zsh-4.0.6-5

2003-02-10 Thread Corinna Vinschen
On Sun, Feb 09, 2003 at 10:11:11PM -0500, Christopher Faylor wrote: On Sun, Feb 09, 2003 at 05:37:41PM -0800, Peter A. Castro wrote: On Sun, 9 Feb 2003, Corinna Vinschen wrote: On Sun, Feb 09, 2003 at 11:17:04AM +0100, Corinna Vinschen wrote: the concerned directories and files, otherwise I

Pending packages status

2003-02-10 Thread Pavel Tsekov
1. grace date : 25 Nov 2002 version: 5.1.10-1 status : not reviewed notes : http://cygwin.com/ml/cygwin-apps/2002-11/msg00322.html votes : 2 (Lapo and Robert) url: http://www.scytek.de/cygwin/grace-5.1.10-1.tar.bz2 http://www.scytek.de/cygwin/grace-5.1.10-1-src.tar.bz2

Re: Apache Module Packaging Issue

2003-02-10 Thread Stipe Tolj
Nicholas Wourms wrote: Regardless of how you fix this issue, I would appreciate you repackaging the following: mod_auth_mysql mod_auth_ntsec mod_dav mod_php4 mod_ssl Also he needs to ditch that antiquated rebase that he distributes with php4, which will

Anomaly during update by Setup.exe (re-post with compressed attachment)

2003-02-10 Thread Ronald Landheer-Cieslak
Hello all, During the daily update this morning, I saw a slight anomaly while running Setup. I've attached the setup log. This is what I got: after download, during un-installation (with no Cygwin applications running) I got a message box the cygwin1.dll was missing in the PATH - which is a

Re: [ITP] rebase

2003-02-10 Thread Jason Tishler
Max, On Sun, Feb 09, 2003 at 12:41:43AM -, Max Bowsher wrote: On Sat, Feb 08, 2003 at 04:47:51PM -, Max Bowsher wrote: got a segfault whilst processing: /usr/lib/perl5/5.6.1/cygwin-multi/auto/SDBM_File/SDBM_File.dll from Cygwin perl-5.6.1-2. Jason Tishler wrote: I get the

SYSTEM() problem

2003-02-10 Thread Azimi, Houman (GXS)
Title: SYSTEM() problem Hi, I am trying to use the system() calll, for example system(echo hello); but it does not work, even though system(NULL); returns non-zero. It does work in the cygwin environment, but I need it to work on a dos command line with cygwin DLL in the path. thanks in

Should the gcc package contain a cc symlink?

2003-02-10 Thread Jason Tishler
Chris, Would you be willing to add the following symlink to the gcc package? $ ln -s gcc.exe /usr/bin/cc It would solve the following problem: http://sf.net/tracker/?func=detailaid=681504group_id=5470atid=305470 and make the Cygwin gcc package more consistent with the Red Hat Linux

RE: [ITP] rebase

2003-02-10 Thread Ralf Habacker
I can reproduce it now. I will debug and try to fix it myself. If I'm unsuccessful, then I will ask Ralf for help. Jason, your rebase depends on the ms imagehelp library, isn't it. A way may be to try my version with the -D flag. This give some additional hint about the internals of the dll.

realpath behavior

2003-02-10 Thread Robb, Sam
Looking for someone to confirm if this is expected behavior, or a bug: With standard mount points: c:\cygwin\bin on /usr/bin type system (binmode) c:\cygwin\lib on /usr/lib type system (binmode) * Calling realpath() to resolve /bin results in /usr/bin. * Likewise, calling realpath() to

Re: Anomaly during update by Setup.exe (re-post with compressed attachment)

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 12:03:48PM +0100, Ronald Landheer-Cieslak wrote: Hello all, During the daily update this morning, I saw a slight anomaly while running Setup. I've attached the setup log. It's a known problem, reported multiple times previously. cgf

Re: xfs corrupt

2003-02-10 Thread Christopher Faylor
On Mon, Feb 10, 2003 at 05:44:09PM +0100, Preu?, J?rgen wrote: Hi Readers, I'm trying to use XFree86/cygwin with fontserver. I've found it unusable. Starting xfs from bash console gives $ xfs _FontTransmkdir: Owner of /tmp/.font-unix should be set to root

AW: xfs corrupt

2003-02-10 Thread Preuß, Jürgen
Ok, thanks for your hints. But I was a bit confused on the webpages, it was not clear for me from naming convention. But now I'm looking forward, where the mistake really resides. Thanks for your reply. With regards, Juergen -- Von: Christopher Faylor[SMTP:[EMAIL PROTECTED]]

Resize problem with xemacs on XWin-Test77 -multiwindow

2003-02-10 Thread Eric Benson
I'm running XWin-Test77 using the -multiwindow feature. I can't seem to resize XEmacs's windows. This is true when running XEmacs 21.4.8 displaying remotely from a Red Hat 8.0 machine or running XEmacs 21.4.12 running locally compiled under Cygwin. It's easy to reproduce: start XWin -multiwindow

Re: Resize problem with xemacs on XWin-Test77 -multiwindow [Kensukeplease respond]

2003-02-10 Thread Harold L Hunt II
Eric, Kensuke, the author of the multi-window mode, will have to take a look at this. Thanks for the report, Harold Eric Benson wrote: I'm running XWin-Test77 using the -multiwindow feature. I can't seem to resize XEmacs's windows. This is true when running XEmacs 21.4.8 displaying remotely

Updated: xerces-c-2.2.0-1

2003-02-10 Thread Abraham Backus
I've updated the version of xerces-c to 2.2.0-1. This also includes the xerces-c-devel, xerces-c-doc, and libxerces-c22 packages. This is an official update release. The official release announcement text follows: The release Xerces C++ 2.2.0 is now ready. Highlights of this version: - C++

Updated: w32api-2.2-1

2003-02-10 Thread Earnie Boyd
I've made a new version of the w32api headers and libraries available for download. A list of what has changed is attached. Earnie. -Installation Instructions- To update your installation, click on the Install Cygwin now link on the http://cygwin.com/ web page. This downloads