Re: gcc -mno-cygwin still wants to link with cygwin libs

2006-06-08 Thread Brian Dessent
Peter Amstutz wrote: > However, the real problem is that when ld searches the linker path, it > seems to do so in several phases, and is the way this search works is > troublesome. I should note that it does find files that end it ".lib", > but only AFTER it has searched the ENTIRE path for files

gcc -mno-cygwin still wants to link with cygwin libs

2006-06-08 Thread Peter Amstutz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello. I am using the cygwin toolchain with to build a windows native app (using -mno-cygwin), but I've run into some library troubles, and I was hoping someone could offer some advice. I have a library, jpeg.lib (and corrisponding dll). It does

docbook-xsl to 1.70.1 release?

2006-06-08 Thread Steven Archuleta
Would like to use the latest FOP extensions and would appreciate if the docbook-xsl pkg could be upgraded from 1.69.1 to the latest release (1.70.1). Thanks, Steve -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docume

Relating to randy freeman Thanks

2006-06-08 Thread Raymundo Milton
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: cygwin non-posix problems

2006-06-08 Thread Christopher Faylor
On Thu, Jun 08, 2006 at 10:03:58PM -0400, Christopher Faylor wrote: >On Thu, Jun 08, 2006 at 05:11:29PM -0700, Yitzchak Scott-Thoennes wrote: >>Linda Walsh wrote: >>> Yitzchak Scott-Thoennes wrote: Can he or you reduce the problem to a non-File::BOM dependent test script >>> What part of

Re: cygwin non-posix problems

2006-06-08 Thread Christopher Faylor
On Thu, Jun 08, 2006 at 05:11:29PM -0700, Yitzchak Scott-Thoennes wrote: >Linda Walsh wrote: >> Yitzchak Scott-Thoennes wrote: >>> Can he or you reduce the problem to a non-File::BOM dependent test >>> script >> What part of the perl module File::BOM should I throw out before >> it's no longer File

Re: cygwin non-posix problems

2006-06-08 Thread Yitzchak Scott-Thoennes
Linda Walsh wrote: > Yitzchak Scott-Thoennes wrote: >> Can he or you reduce the problem to a non-File::BOM dependent test >> script > What part of the perl module File::BOM should I throw out before > it's no longer File::BOM? It's just perl code. > > It's freely downloadable through CPAN, so I ca

Re: cygwin non-posix problems

2006-06-08 Thread Linda Walsh
Yitzchak Scott-Thoennes wrote: Can he or you reduce the problem to a non-File::BOM dependent test script What part of the perl module File::BOM should I throw out before it's no longer File::BOM? It's just perl code. It's freely downloadable through CPAN, so I can't make it too much more pub

Re: cygwin fork problem maybe?

2006-06-08 Thread Linda Walsh
Brian Dessent wrote: Linda W wrote: Windows just doesn't support forking at all, as far as I know. activeperl emulates forking using win32 threads. I don'tknow how cygwin handles it, but my guess is that it's not very well :-( This smells like total FUD. This person that admittedly

RE: Issue with Find command on windows NT

2006-06-08 Thread Vishwanath_Karthik
Hi, I tried using find I:\ -noleaf -print ,but I am getting the same error . Part of the error is as follows. D:\usr\meta\boxster\boxster_UNITw2kMixednew\boxster_UNITw2kMixednew_0245 >find I:\ode.boxster_UNITw2kMixednew_0228 -noleaf -print find: /cygdrive/i changed during execution of find (

Re: Issue with Find command on windows NT

2006-06-08 Thread Igor Peshansky
On Thu, 8 Jun 2006, Vishwanath_Karthik wrote: > Hi, > Find command not seems to be working on Network shares on only > Windows NT. > On Windows 2K,Winodws XP and Windows 2003 it seems to be working > fine. > > The command issued was > > find I:/TREEABC -print > > where

Issue with Find command on windows NT

2006-06-08 Thread Vishwanath_Karthik
Hi, Find command not seems to be working on Network shares on only Windows NT. On Windows 2K,Winodws XP and Windows 2003 it seems to be working fine. The command issued was find I:/TREEABC -print where "I " is the mapped network drive. On All other Windows

Re: apache2 reports bad system call

2006-06-08 Thread Larry Hall (Cygwin)
Reformatted top-post. Larry Hall (Cygwin) wrote: Robert Khachikyan wrote: Hi, I successfully have installed and have been using cygwin on my windows XP. Just recently I decided to add a web server. After installing the apache2, it complains of 'Bad system call': [EMAIL PROTECTED] /etc/apa

Problems installing Apache 2.2 and mod_fastcgi

2006-06-08 Thread Henry S. Thompson
Since this took a modest amount of searching and trial and error, I thought it might be worth reporting to others the steps that I've taken to get fastcgi to compile and install, but not, alas, to work completely, and ask for help at the end. 1) Using Cygwin Setup, install the following packages:

Re: Problems installing Apache 2.2 and mod_fastcgi

2006-06-08 Thread Henry S. Thompson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 ht writes: > -- > Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple > Problem reports: http://cygwin.com/problems.html > Documentation: http://cygwin.com/docs.html > FAQ: http://cygwin.com/faq/ Well, _th

Re: UNIX Network Programming (unpve13e) make failing (AF_INET6 undeclared).

2006-06-08 Thread mwoehlke
Williams, Gerald S (Jerry) wrote: Huw wrote: The next issue I have is: mcast_leave.c: In function `mcast_leave_source_group': mcast_leave.c:78: error: storage size of 'mreq' isn't known I don't know anything about the ip_mreq_source structure, but it looks to me like the current version may b

Package READMEs on-line? (Was Re: apache2 reports bad system call)

2006-06-08 Thread Igor Peshansky
On Thu, 8 Jun 2006, Larry Hall (Cygwin) wrote: > I would think the readme would talk about this (don't have apache2 > installed myself so I don't know for sure but then again Max is a pretty > thorough guy). I think it's time to re-iterate my proposal of having the package Cygwin-specific READMEs

RE: UNIX Network Programming (unpve13e) make failing (AF_INET6 undeclared).

2006-06-08 Thread Williams, Gerald S \(Jerry\)
Huw wrote: > The first issue was an omission of #defines. IPv6 isn't a > necessity for the UNP source, I believe. I'd say the real issue is a failure to protect the use of AF_INET6. You'll notice that it's protected by an #ifdef earlier. > The next issue I have is: > > mcast_leave.c: In functio

Problems installing Apache 2.2 and mod_fastcgi

2006-06-08 Thread Henry S. Thompson
--- Makefile~2006-06-07 16:57:14.796875000 +0100 +++ Makefile2006-06-07 17:25:14.15625 +0100 @@ -4,19 +4,20 @@ builddir = . -top_dir = /usr/local/apache2 +top_dir = /usr/share/apache2 top_srcdir = ${top_dir} top_builddir = ${top_dir} include ${top_buil

Re[2]: Gdb and debug symbol in pdb

2006-06-08 Thread Sergey Tovpeko
> Perhaps implicit in Brian's response, there is little incentive for > anyone to do this, since generation of .pdb by open source compilers > will not be permitted. The obstacles to full functioning of .pdb with > commercial 3rd party compilers are high enough. Certanly! .pdb doesn't documented

Re: Gdb and debug symbol in pdb

2006-06-08 Thread Tim Prince
Brian Dessent wrote: Sergey Tovpeko wrote: I've a question about using gdb on windows. I'm debugging a program produced by Microsoft compiler. It would be nice of GDB to understand debug symbols in Microsoft-specific debug format (PDB). Did anyone try to support this format in gdb? I know, it's

Re: Gdb and debug symbol in pdb

2006-06-08 Thread Brian Dessent
Sergey Tovpeko wrote: > I've a question about using gdb on windows. I'm debugging a > program produced by Microsoft compiler. It would be nice of GDB > to understand debug symbols in Microsoft-specific debug format (PDB). > Did anyone try to support this format in gdb? I know, it's private. > But

Gdb and debug symbol in pdb

2006-06-08 Thread Sergey Tovpeko
Hi, folks! I've a question about using gdb on windows. I'm debugging a program produced by Microsoft compiler. It would be nice of GDB to understand debug symbols in Microsoft-specific debug format (PDB). Did anyone try to support this format in gdb? I know, it's private. But Microsoft provides a

[ANNOUNCEMENT] Updated: rxvt-20050409-3

2006-06-08 Thread Charles Wilson
RXVT is a VT102 terminal emulator for both X and Windows. This is a bugfix update (as was the -2 release, which I neglected to announce). This release should correct the issues with font-size-changing in native windows mode, reported http://cygwin.com/ml/cygwin/2006-05/msg00967.html htt

1.5.19: SSH fails after cluster failover on Windows 2003

2006-06-08 Thread Sean Pham
I have ssh3.9p1 running on 2 cluster node connected to a direct shared storage. If I failover all the resource to the other node, sshd will immediately fail. I have replicated this multiple so I don't believe that is a coincidence. If I restart the node that ssh currently does not work, sshd wi

visualization app crashing on non build host

2006-06-08 Thread Richard Beare
Hi, I've built two medical visualization tools (register and Display from MNI, Mcgill) under cygwin. These tools both use opengl, glut, netcdf and a couple of MNI developed libraries. They both build and run on my cygwin machine. However when I move to other hosts, Display fails immediately with

Re: dialog/Xdialog or substitution in Cygwin ?

2006-06-08 Thread Thorsten Kampe
* LiuYan (2006-06-06 16:42 +) > Is there a dialog and/or Xdialog package release in cygwin ? > If not, can I found a substitution of it or will it be migrated to cygwin ? It compiles under Cygwin. So just "migrate" it yourself. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-sim

Re: Cygwin and Windows Vista Beta 2 (FAQ alert)

2006-06-08 Thread Christopher Faylor
On Thu, Jun 08, 2006 at 12:01:01AM -0400, Robert Pendell wrote: >Maybe someone can offer to fix this now that Vista has gone into the >public beta phase. I can post links here if someone asks for them. It's extremely unlikely. We don't usually try to get Cygwin working on moving targets. We hav

Re:

2006-06-08 Thread Larry Hall (Cygwin)
Reformatted top-post. Larry Hall (Cygwin) wrote: Maurice Hüllein wrote: I'm currently developing a c++ plugin for a windows simulator environment, which accepts plugins in form of a dll. For doing so my dll needs to include a library of this simulator program which is only supported in ".a"