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
-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
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
--
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/
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
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
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
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
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
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 (
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
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
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
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:
-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
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
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
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
--- 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
> 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
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
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
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
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
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
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
* 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
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
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"
29 matches
Mail list logo