Re: [Fwd: [gp@familiehaase.de: sem_* functions in cygwin]]

2004-12-20 Thread Gerrit P. Haase
Gerrit P. Haase wrote: Corinna Vinschen wrote: [Catching up on some older mails] - Forwarded message from "Gerrit P. Haase" - From: "Gerrit P. Haase" To: cygwin ML Subject: sem_* functions in cygwin Date: Sun, 21 Nov 2004 22:48:20 +0100 Hi, nearly all sem_* functions are available, but sem

cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-20 Thread Lange Torsten
Hi, I've got a problem using embedded SQL with cygwin 1.5.12-1, g++ (GCC) 3.3.3 (cygwin special) and DB2 UDB 8.1.4. My platform is Windows NT 4 SP 6. Preprocessing the embedded SQL-code works and I am able to compile the generated code and link the program with db2api.lib! (I thought that I have t

Re: [Fwd: [sem_* functions in cygwin]]

2004-12-20 Thread Corinna Vinschen
[Oops, I've sent this to Gerrit by PM instead of to the list. Just resending it now for the records] On Dec 12 14:54, Gerrit P. Haase wrote: > Corinna Vinschen wrote: > >>- Forwarded message from "Gerrit P. Haase" - > >>nearly all sem_* functions are available, but sem_unlock is missing,

Re: [Fwd: [gp@familiehaase.de: sem_* functions in cygwin]]

2004-12-20 Thread Corinna Vinschen
On Dec 20 12:23, Gerrit P. Haase wrote: > Gerrit P. Haase wrote: > >I got an undefined reference to sem_unlock(). > > I don't remember now which package it was, however there is a maro > used in linux which is based on ipc_unlock(): > #define sem_unlock(id) ipc_unlock(&sem_ids,id) > > http://www

How to read develop and help document?

2004-12-20 Thread Yili Zhao
Hi, I use cygwin to develop opengl applications with corresponding .h head files and .a libraries. Where can I find the develop document and how to read them in cygwin? It seems that when I install opengl related files, the help and develop documents are also installed. Thanks! Sincerely Yi

Re: Piping output from sqlplus

2004-12-20 Thread Chuck
Bakken, Luke wrote: I need a korn shell that will handle the windows-like path names (pdksh), and where "read" executes in the same shell that called it (ksh '93). Keep wishing. There are other ways of doing what you need to do with sqlplus without using a pipe and read. I have dozen's of ksh scr

Re: Piping output from sqlplus

2004-12-20 Thread Igor Pechtchanski
On Mon, 20 Dec 2004, Chuck wrote: > Bakken, Luke wrote: > > > I need a korn shell that will handle the windows-like path names > > > (pdksh), and where "read" executes in the same shell that called it > > > (ksh '93). > > > > Keep wishing. There are other ways of doing what you need to do with >

Re: Piping output from sqlplus

2004-12-20 Thread Christopher Faylor
On Mon, Dec 20, 2004 at 10:02:22AM -0500, Chuck wrote: >Bakken, Luke wrote: >>>I need a korn shell that will handle the windows-like path names >>>(pdksh), and where "read" executes in the same shell that called it >>>(ksh '93). >> >>Keep wishing. There are other ways of doing what you need to do

tcsh inheriting path from windows

2004-12-20 Thread Marc Schafer
I can't get tcsh to correctly inherit my path from windows. The spaces in things like "Program Files" get turned in :'s If I use bash instead, then everything works fine. I read many of the threads on the mailing list and people seem to suggest that you have to remove these from your path or

Re: tcsh inheriting path from windows

2004-12-20 Thread Corinna Vinschen
On Dec 20 08:50, Marc Schafer wrote: > I can't get tcsh to correctly inherit my path from windows. The spaces > in things like "Program Files" get turned in :'s If I use bash instead, > then everything works fine. > > I read many of the threads on the mailing list and people seem to > suggest

Re: running .bat files from bash

2004-12-20 Thread Thorsten Kampe
* Donal Murtagh (2004-12-15 21:10 +0100) > I've noticed that if I want to run a .bat file in bash I have to cd to the > directory it's in first in order for it to run properly > > For example, if I want to run c:\foo\bar.bat I have to use: > > cd /cygdrive/c/foo > bar.bat > > if I try > > /cygd

Tetex-2.0.2-13: texdoc bug/suggestion

2004-12-20 Thread Igor Pechtchanski
Hi, I've attempted to run "texdoc color", and got a netscape page with 'Your search "-remote openURL(/usr/share/texmf/doc/help/Catalogue/entries/color.html)" returned no results.'. A better way of looking at a local .html file is "cygstart '%s'". Is this something that can be changed in the futu

Re: Tetex-2.0.2-13: texdoc bug/suggestion

2004-12-20 Thread Jan Nieuwenhuizen
Igor Pechtchanski writes: > I've attempted to run "texdoc color", and got a netscape page with 'Your > search "-remote > openURL(/usr/share/texmf/doc/help/Catalogue/entries/color.html)" > returned no results.'. A better way of looking at a local .html file is > "cygstart '%s'". Is this somethin

[ANNOUNCEMENT] Updated: diffstat 1.37-2

2004-12-20 Thread Eric Blake
diffstat has been updated to version 1.37 NEWS This new upstream release fixes a corner case memory problem, improves handling of unified diffs on lines beginning with '--', and adds a testsuite to the source package. DESCRIPTION === diffstat reads the output of diff and displays a

Re: [mlist] available for test: findutils-20041219-1

2004-12-20 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Christopher Faylor wrote: | I've built findutils from CVS and made it available as a test/experimental | version. | | This version is reputed to fix the problem the '-printf "%P"'. I don't | know if it also solves the mind-bogglingly awful problem of s

Re: cygwin 1.5.12-1, g++ 3.3.3 and DB2 UDB DLLs

2004-12-20 Thread Gerrit P. Haase
Lange Torsten wrote: Hi, I've got a problem using embedded SQL with cygwin 1.5.12-1, g++ (GCC) 3.3.3 (cygwin special) and DB2 UDB 8.1.4. My platform is Windows NT 4 SP 6. Preprocessing the embedded SQL-code works and I am able to compile the generated code and link the program with db2api.lib! (I t

Re: c++ code executes very slowly - sjlj EH to blame?

2004-12-20 Thread Adam McKee
Thanks Danny for helping me build gcc/g++ with dwarf2 EH. Performance of my app is now on par with linux - where before it was about 3x slower (not 6x as I previously reported... sorry for the confusion). It looks like Cygwin is already planning to move away from sjlj EH -- all I can say is God S

How change libtool rule of naming dlls from "cygFOO-version.dll" to "FOO.dll"?

2004-12-20 Thread Mikhail Dmitrievsky
Hello! I have a problem. I write dll for Tcl and my dll must have fixed name "libsurfit.dll" because of fixed initial procedure name, but using libtool i have cygsurfit-1.dll :( Renamig cygsurfit-1.dll to libsurfit.dll don't solve the problem, because i have another dll called "libfreeflow.d

RE: How change libtool rule of naming dlls from "cygFOO-version.dll" to "FOO.dll"?

2004-12-20 Thread Mike Kenny - BCX - Professional Services JHB
What is the effect of using $ ln cygsurfit-1.dll libsurfit.dll to create a link rather than simply rename? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Mikhail Dmitrievsky Sent: Tuesday, December 21, 2004 8:39 AM To: cygwin@cygwin.com Subject: How chan

re: More floppy drive accesses information

2004-12-20 Thread Kazuyuki Hagiwara
Hi, I also experiencing the floppy access problem. I found a code change which may cause the floppy access. === Revision 1.262 / (download) - annotate - [select for diffs] , Tue Aug 5 04:49:44 2003 UTC (16 months,

Can You Help Me

2004-12-20 Thread [EMAIL PROTECTED]
I'm looking for the VP/Director of Customer Care and/or Data Services. Can you let me know who this is and how I would contact them. Thank you in advance, Helen -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentati