The pkg-config program is used to retrieve information about installed
libraries in the system, including the CFLAGS, LDFLAGS, and other
information necessary to compile and link against one or more libraries.
CHANGES since 0.23a-1
* update to latest bzr development version
I have a few makefiles which are written to run with the cmd.exe command
interpreter, which won't work with cygwin's make (which uses /bin/sh).
Setting export SHELL=cmd.exe
calls cmd.exe alright, but then sits there forever waiting for input.
Is it at all possible to use cmd.exe with a make whi
Charles Wilson wrote:
When I try to do a simple test, pkg-config segfaults
confirmed.
I'll look into it, and thanks for the report. pkg-config passed all of
its built-in testsuite, but it appears there is some missing "coverage"
in those tests!
I think this was fixed by a recent change in
Sent in HTML first and email bounced...
-- Forwarded message --
From: Marc Kirby <[EMAIL PROTECTED]>
Date: May 14, 2008 8:27 PM
Subject: cron daemon dies
To: cygwin@cygwin.com
Hi.. I've started the cron daemon and tested that it works with a
test job writing output to /tmp/mdk.
On Wed, May 14, 2008 at 08:34:15PM +0100, Dave Korn wrote:
>To James:
>
>If the list rejects a post, it *always* sends you a bounce message
>explaining why. Please check your spam folder; it might have ended up
>there. Common reasons include using HTML email, or trying to discuss
>X11 (which has
Oh, you want to clean up tempfiles. If they're scratch files that
should get deleted no matter what, why not use EXIT to clean them up?
On 5/14/08, Mark J. Reed <[EMAIL PROTECTED]> wrote:
> You seem to be confused. ERR is not a signal; it is a shell feature
> designed to trap exactly the cir
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
According to David Arnstein on 5/14/2008 6:36 PM:
| #!/bin/bash
| trap "echo '' ; exit 1" ERR
| grep -q -e 'foo' < /dev/null
|
| This indicates that grep has raised the signal ERR.
There is no such thing as signal ERR. Rather, ERR is a special case
You seem to be confused. ERR is not a signal; it is a shell feature
designed to trap exactly the circumstance you're seeing: some command
exits with nonzero status. A nonzero exit status is an "error", which
is what ERR traps.
What do you *want* the "aborting" message to mean?
On 5/14/08, D
Is this a bug? The following three-line shell script prints out the
string
when executed.
#!/bin/bash
trap "echo '' ; exit 1" ERR
grep -q -e 'foo' < /dev/null
This indicates that grep has raised the signal ERR. It is inconvenient
for me. I am attempting to clean up some scratch files w
For anyone else interested in replacing the (pd)ksh that comes with
Cygwin with real AT&T ksh, you can download a Cygwin binary from
http://www.research.att.com/~gsf/download/ (hit cancel, read the
license agreement, and get the username/password from the bottom if
you agree).
There are binaries f
Classification: UNCLASSIFIED
Caveats: NONE
Hello,
I am running Window XP on a 32-bit Dell Precision 670. When
using Service Pack 2, xhost behaved fine and allowed me access to port
6000.
Two days ago I upgraded to Service Pack 3. Now I get the
following behavior.
$ export DIS
- Original Message -
From: "Charles Miller" <>
To:
Sent: Wednesday, May 14, 2008 5:47 PM
Subject: cron problems
I'm a little confused. Ps -eaf shows the cron process running. However Windows
Services say that
it is not. My crontab is coming back with incorrect permissions. Can you le
I'm a little confused. Ps -eaf shows the cron process running. However Windows
Services say that it is not. My crontab is coming back with incorrect
permissions. Can you let me know what I need to do to get cron working ?
Log Message:
Current version
-rwxr-x---+ 1 administrator mkgroup-l-d 495
Hi Mark (Reed),
Sorry, I get digest forms, and I'm not sure how to respond to them so
this shows up as part of the thread.
I am a bash user for what I do, but need a ksh because I fixing some
scripts for someone who is running on pure ksh. I'm connecting to a
PC in Europe, and cannot directly ss
Dave Korn schrieb:
Reini Urban wrote on 13 May 2008 18:34:
2008/5/13 David Ziants:
Installed cygwin under Windows XP prof, and the basic environment works.
I cannot do gcc nor can I find reference to the compiler under any of
the bin directories.
Have run the setup a second time (as advised
Dmitry Teslenko schrieb:
Hello!
I use postgresql tools such as psql, pg_dump, etc.
If I invoke them as "/bin/psql" they product error (and probably other) messages
in english; but if I invoke them as "psql" or "/usr/bin/psql" they
produce messages
in my native language (russian) in koi8-r encodin
> Have you built ACE for Cygwin? You will probably
> need to regenerate your
> make files; if they are testing for *.so, then they
> are still the Linux
> versions, and it's a bad idea to just disable those
> checks!
>
> The instructions for building ACE on Cygwin
>
(http://www.dre.vanderbilt.edu
James,
On Wed, May 14, 2008 at 12:47 PM, Longyu Mei <[EMAIL PROTECTED]> wrote:
> Great! I see friends are here now.
>
> Let me tell you the entire story.
>
> We have a Linux application without any GUI. We used
> ACE (for socket) and boost for portability. It is a
> product now. We did not build i
Longyu Mei wrote on Wednesday, May 14, 2008 3:20 PM:
> Thank you for your help.
>
> I have successfully eliminated those two error
> messages.
>
> They were caused by the ACE make include files.
>
> In those include files, there are some checking for
> library, such as
> PLATFORM_AIO_SUPPORT :=
Longyu Mei wrote:
Thank you for your help.
I have successfully eliminated those two error
messages.
They were caused by the ACE make include files.
In those include files, there are some checking for
library, such as
PLATFORM_AIO_SUPPORT := \
$(shell test -e /usr/lib/librt.so && echo
-D
Thank you for your help.
I have successfully eliminated those two error
messages.
They were caused by the ACE make include files.
In those include files, there are some checking for
library, such as
PLATFORM_AIO_SUPPORT := \
$(shell test -e /usr/lib/librt.so && echo
-DACE_HAS_AIO_CALLS)
Longyu Mei wrote:
Great! I see friends are here now.
Let me tell you the entire story.
We have a Linux application without any GUI. We used
ACE (for socket) and boost for portability. It is a
product now. We did not build it on Windows before
even we plan to do that. Now we try too see if we ca
On May 14 20:34, Dave Korn wrote:
> Larry Hall (Cygwin) wrote on 14 May 2008 20:30:
>
> > I'm not exactly how you're managing to run the 'ls' you refer to
> > above on Windows but the message you're getting indicates
> > that you're not running Cygwin's 'ls' (and implies you're trying
> > to execu
Another minor setup error:
xerces-c-test/setup.hint
category: Util
Util => Utils
I've already fixed it on sourceware,
but please update your local cygwin patch resp. hint also.
--
Reini Urban
http://phpwiki.org/ http://murbreak.at/
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-si
Great! I see friends are here now.
Let me tell you the entire story.
We have a Linux application without any GUI. We used
ACE (for socket) and boost for portability. It is a
product now. We did not build it on Windows before
even we plan to do that. Now we try too see if we can
build and run it o
Richard Ivarson wrote on 14 May 2008 20:26:
> Longyu Mei schrieb:
>
>> Please at least reply once and let me know I am really
>> on the mailing list.
>
> I can see your message (it's the first from you, however, at least for
> me).
>
> Unfortunately I don't know a solution to your problem.
> D
Larry Hall (Cygwin) wrote on 14 May 2008 20:30:
> I'm not exactly how you're managing to run the 'ls' you refer to
> above on Windows but the message you're getting indicates
> that you're not running Cygwin's 'ls' (and implies you're trying
> to execute the Linux binary).
No! That's ls sa
Thank you for your email. Now I know I am on the list.
Yes, I use the setup.exe from the Cygwin.com and let
it help me download and install all those packages.
I started from those default packages. Then Devel
category and finally I have installed ALL those
packages (2.66GB on my machine).
I
Longyu Mei wrote:
This is my third email onto the mailing list. I don't
know if I did something wrong because I can only
receive email from other people but never get reply on
my email.
I need your help on Cygwin. After two days' effort on
my WindowsXP machine, I still got message saying "ls:
ca
Longyu Mei schrieb:
Please at least reply once and let me know I am really
on the mailing list.
I can see your message (it's the first from you, however, at least for me).
Unfortunately I don't know a solution to your problem.
Did you download the small Cygwin.exe, start it and then let insta
A new version the libvorbis, libvorbis-devel, libvorbis0,
libvorbisenc2, and libvorbisfile3 packages are now available for
download.
SECURITY:
=
This release fixes security vulnerabilities CVE-2008-1419,
CVE-2008-1420, and CVE-2008-1423. See
http://secunia.com/advisories/30234/ for more de
This is my third email onto the mailing list. I don't
know if I did something wrong because I can only
receive email from other people but never get reply on
my email.
I need your help on Cygwin. After two days' effort on
my WindowsXP machine, I still got message saying "ls:
cannot access /usr/lib
Dmitry Teslenko wrote:
Hello!
I use postgresql tools such as psql, pg_dump, etc.
If I invoke them as "/bin/psql" they product error (and probably other) messages
in english; but if I invoke them as "psql" or "/usr/bin/psql" they
produce messages
in my native language (russian) in koi8-r encoding
Message received from netmaniack on 2008-05-14 13:28:30 GMT.
-
Szia.
Szeretnélek meghÃvni egy most nyÃlt torrent oldalra.
Biztosan sok sok e-mailt kapsz, ilyen meghÃvásokról.
De hogy mért is pont mi? Az oldal indulását
As a side note, I find modern bash to be a very suitable replacement
for ksh. I switched years ago, and I was a heavy Korn Shell
user/programmer, a long-time holdout on learning this newfangled
"Perl" thing because the KornShell Command and Programming Language
was more than sufficient, thankyouv
Stephen Kennedy wrote on Saturday, May 10, 2008 7:50 AM:
> I've searched the mailing list so believe this isn't a FAQ; apologies
> if it is.
>
> There have been several threads on the mailing list about replicating
> Windows' recycle bin functionality using aliases or shell functions,
> none of
Hello,
I am a newcomer to cygwin.
I installed "mlcscope-14.1.8-2" on an XP service pack 2 machine.
I built the cscope.out data base and I can run searches on the data
base.
I defined the "EDITOR" variable as follows:
EDITOR="/cygdrive/d/Profiles/myaccount/cs_editor.cmd"
On May 13 12:07, Schutter, Thomas A. wrote:
> Corinna Vinschen wrote:
> > You're jumping to conclusions. The reason why USERNAME and USERDOMAIN
> > are wrong I explained in my first reply. Both values don't matter
> when
> > Cygwin tries to connect to the PDC, as long as the /etc/passwd
> pw_geco
On May 13 18:40, Yaakov (Cygwin Ports) wrote:
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA256
>
> Corinna Vinschen wrote:
> | I forgot that we have a cygwin-specific cygwin/stdlib.h file. I added
> | both functions to that file.
>
> Thanks! I presume that the patch is only going into 1.7?
Ye
Hello!
I use postgresql tools such as psql, pg_dump, etc.
If I invoke them as "/bin/psql" they product error (and probably other) messages
in english; but if I invoke them as "psql" or "/usr/bin/psql" they
produce messages
in my native language (russian) in koi8-r encoding and windows' default enco
40 matches
Mail list logo