[EMAIL PROTECTED]
Governments & foundations grants available.
More than 2600 programs listed...$ 69.95
Call toll free 1 - 8 6 6 - 3 2 2 - 3 3 7 6
Visa & Mastercard accepted
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems
Greg Morgan wrote:
Corinna Vinschen wrote:
...
> Again, as Larry already noted, the most informative thread is
> http://cygwin.com/ml/cygwin/2004-08/msg00625.html
> Note especially http://cygwin.com/ml/cygwin/2004-08/msg00702.html
...
I can't say that I tried googling for this first. Thank you
Hello People.
I am download the complete installation of cygwin. Whereby saw, it is
going to give some 400Mb.
My main interest is to work with the mathematics library GMP.
In cygwin, the last version that I found was to 4.1.2-1, but in the site
of the library GMP, the last version is to 4.1.3.
> On Aug 26 22:48, Gary R. Van Sickle wrote:
> > Well, I just did my 2 minute due diligence and looked up the
> > difference between advisory and mandatory file locking. Did I read
> > right? Does advisory locking actually in no way prevent
> write access to the "locked"
> > file unless all th
On Fri, Aug 27, 2004 at 09:11:56PM +0300, Valery A. Frolov wrote:
>In short:
>First signal delivery on call of pthread_kill(tid, SIGUSR1) works fine
>but second one delivers signal with _delay_ and _twice_, and then my
>own daemon crash. This is on cygwin1.dll 1.5.10-3 and snapshot of
>2004-08-21.
To check the theory that Z drive is confusing Cygwin,
it is "foundable" using "ls" from "Cygwin bash shell" (via c: drive
reference):
$ ls /cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE
/cygdrive/c/cygwin/usr/sbin/PORTMAP.EXE
Executing it from "Cygwin bash shell"
$ /cygdrive/c/cygwin/usr/sbin/PORTMAP.EX
On Fri, 27 Aug 2004, landocalrissian wrote:
> Hello from Gregg C Levine
> I did what you suggested Igor. Now I'm getting:
> bash: command substitution: line 1: unexpected EOF while looking for
> matching `"
> '
> bash: command substitution: line 2: syntax error: unexpected end of file
>
> It also
> Secondly, the resultant DLL will be linkable from a VC++ program, but the
> C++ functions in it will not be accessible from code compiled with VC++.
Of course, the usual c++ name mangling incompatibilities.
Thanks for your help!
Oliver
--
Unsubscribe info: http://cygwin.com/ml/#unsubs
Hello from Gregg C Levine
I did what you suggested Igor. Now I'm getting:
bash: command substitution: line 1: unexpected EOF while looking for
matching `"
'
bash: command substitution: line 2: syntax error: unexpected end of file
It also says that:
/tmp/mc-Gregg: Can't open /tmp/mc-Gregg: No such
At 03:15 PM 8/27/2004, you wrote:
>I'm getting a setup.exe runtime error when trying to install from a local
>disk (after downloading from the internet) just after the MD5 checks.
>
>I thought it was about time I upgrade.
>
>My current cygwin1.dll version 1.5.5 (does setup use the dll?)
No.
Does
While we have their attention...
$ /bin/sh -c ". /etc/profile"
alias: not found
$ cat /etc/profile.d/mc.sh
alias mc='. /usr/share/mc/bin/mc-wrapper.sh'
Since our /bin/sh is ash, could this be a shell function (or
something else that is ash compatible) instead?
mc()
. /usr/share/mc/bin/mc-wrap
On Fri, 27 Aug 2004, Oliver wrote:
> Igor Pechtchanski cs.nyu.edu> writes:
>
> > The newer versions of gcc apparently allow you to link directly to a .dll
> > file. The .def and .a are needed for older versions of gcc, and possibly
> > for some other tools.
> >
> > [...]
> >
> > The reason you w
On Fri, 27 Aug 2004, landocalrissian wrote:
> Hello from Gregg C Levine
> Here's a funny thing that's been happening ever since I installed Cygwin
> here, and subscribed to this list:
> cat: /tmp/mc-Gregg: No such file or directory
> cat: C: No such file or directory
> cat: Levine/mc.pwd.1992: No
Thanks!
cygwin folks: sorry for the post to the wrong list... I wrote before I
read all the way down where it specifically mentions that setup questions
go to the cygwin-apps list.
--
Ken Shaffer
On Fri, 27 Aug 2004, David A. Cobb wrote:
> Date: Fri, 27 Aug 2004 16:25:49 -0400
> From: David A
Igor Pechtchanski cs.nyu.edu> writes:
> The newer versions of gcc apparently allow you to link directly to a .dll
> file. The .def and .a are needed for older versions of gcc, and possibly
> for some other tools.
>
> [...]
>
> The reason you want an 'extern "C"' for DLL functions in general is
At first, this stopped me entirely from initializing postgres; however,
today the initdb & createdb succeeded -- I don't know what changed. In
any case, references to the database directory during the initdb incur a
Bad File Descriptor complaint when trying to set permissions.
The partition wh
At 01:51 PM 8/27/2004, you wrote:
>Larry Hall wrote:
>
>>Specifically, we need to know the results of 'cygcheck -srv' (*attached*,
>>not inlined), the exact context in which this happens, and the input and output.
>
>My apologies. I think I covered the inputs and outputs in my original post, thoug
Shaffer, Kenneth wrote:
I'm getting a setup.exe runtime error when trying to install from a local
disk (after downloading from the internet) just after the MD5 checks.
I just reported a possibly similar situation; discussions of setup.exe
mostly take place on cygwin-apps list.
I'm taking the li
Hello from Gregg C Levine
Here's a funny thing that's been happening ever since I installed Cygwin
here, and subscribed to this list:
cat: /tmp/mc-Gregg: No such file or directory
cat: C: No such file or directory
cat: Levine/mc.pwd.1992: No such file or directory
As all of you can see, the progra
IDUAYCMMfor some people.
I don't understand and you can't make me.
Bruce
--
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/
Igor Pechtchanski cs.nyu.edu> writes:
> On Fri, 27 Aug 2004, Oliver wrote:
>
> > creating a .a file, a .def file, and a .dll file, yet I can
> > build a program that links to, e.g., mylib.dll, with only "-L. -lmylib",
> > *wihtout* having the .def or .a available. So where and when are the .a an
I'm getting a setup.exe runtime error when trying to install from a local
disk (after downloading from the internet) just after the MD5 checks.
I thought it was about time I upgrade.
My current cygwin1.dll version 1.5.5 (does setup use the dll?)
--
Ken Shaffer
- - - - - - - Appended by
> Whole trace files (strace7.log & straceB.log) are attached to this letter.
Heh... Forgot attach it.
WBR,
Valery
13:03:41 [main] yolopd 161 sigproc_init: process/signal handling enabled(1)
13:03:41 [main] yolopd 161 wait_for_sigthread: wait_sig_inited 0x54
13:03:41 [main] yolopd 161 subproc_ini
On Fri, 27 Aug 2004, Igor Pechtchanski wrote:
> On Fri, 27 Aug 2004, Oliver wrote:
>
> > Hi folks, I'm confused about the files that dllwrap
> > creates. On Unix (where I've been programming forever) all you
> > have to do is create a .so shared library. But dllwrap ends up
> > creating a .a file,
On Fri, 27 Aug 2004, Oliver wrote:
> Hi folks, I'm confused about the files that dllwrap
> creates. On Unix (where I've been programming forever) all you
> have to do is create a .so shared library. But dllwrap ends up
> creating a .a file, a .def file, and a .dll file, yet I can
> build a program
ok ok okseems my mistake all ok now.
always check types with IS_INTRESOURCE.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.co
Hello,
In short:
First signal delivery on call of pthread_kill(tid, SIGUSR1) works fine
but second one delivers signal with _delay_ and _twice_, and then my
own daemon crash. This is on cygwin1.dll 1.5.10-3 and snapshot of
2004-08-21. But on cygwin1.dll 1.5.7-1 all works _fine_ and _long_ time.
I
On Fri, 27 Aug 2004, Igor Pechtchanski wrote:
> [snip]
> Or you could try to get a SYSTEM-owned shell, and remove it from there.
> FWIW, I have a handy shortcut for that (see below).
Sorry, I forgot to include the promised shortcut. Here it is:
C:\cygwin\bin\bash.exe -c "at $(date +%H):$(($(dat
Larry Hall wrote:
Specifically, we need to know the results of 'cygcheck -srv' (*attached*,
not inlined), the exact context in which this happens, and the input and
output.
My apologies. I think I covered the inputs and outputs in my original
post, though. Here (attached) are the results of:
$
On Fri, 27 Aug 2004, Nicolas Roche wrote:
> Yung Leem wrote:
> > Hello to all cygwin experts,
> >
> > I am a newbie cygwin user that's having a problem compiling a java source.
> > I am running a makefile that's calling "javac -cp [some_dir]
> > /cygdrive/c/blah/myclass.java"
> > that's complainin
Might we be able to update the FAQ with this information?
On Aug 26, 2004, at 11:22 PM, Gernot Hillier wrote:
Hi!
Am Mittwoch, 25. August 2004 13:07 schrieb Gernot Hillier:
how to re-build Cygwin core package?
Just as reference for others - I now did it this way:
1. Install Cygwin 2004-06-24,
She said that this is off topic. Take it to a MSDN group or get Mingw.
--
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 Fri, 27 Aug 2004, Kamil ERMAN wrote:
> Hi;
> I try to upgrate
> opengl 1.4 version, because
> I want to run and compile mycode in windows
> How can I obtain related lib and dll for cygwin-gcc
> compiler.
Windows only supports OpenGL version 1.1. All newer functionality is
vendor specific (AT
Thank U much, girl...
what libs does the built prog use?
MS's or not?
Cycle from RT_'s makes the deal but I want native support ...
- Original Message -
Sent: Friday, August 27, 2004 9:09 PM
Subject: Re: Possible :) development lack...resource crawling --- Security
Update :)
> On A
On Aug 27 20:46, boxforsr wrote:
> does EnumResourceTypes enumerate standart types?
> think not...surely have to no?
This is not a Cygwin .. rela...ted... question.
Ask this ... on a Windows ...fo..r.u.m ... please
Co...rin... a
>
> - Original Mes
Nice work Dave *THUMBS UP*
People do teach me too much these days ... I checked, belive me sir...
So the problem is that EnumResourceTypes doesn't want to enumerate standart
types... RT_*
making array of them and calling EnumResourceNames for each of them works
fine
However EnumResourceTypes l
On Fri, 27 Aug 2004, Alder wrote:
> After removing a previous Cygwin installation from my system and
> reinstalling from the harddrive using Setup, running cygrunsrv from any
> account (administrator or user) produces a Windows dialog reporting that
> the DLL cannot be found in the path:
>
>
> -Original Message-
> From: boxforsr
> Sent: 27 August 2004 17:33
> To: Dave Korn
> Cc: Cygwin Mailing List
> Subject: Possible :) development lack...resource crawling
>
> Hello guys have u ever tried to make a resource enumeration under
> cygwin
Nope.
> Success stories want
does EnumResourceTypes enumerate standart types?
think not...surely have to no?
- Original Message -
Sent: Friday, August 27, 2004 8:33 PM
Subject: Possible :) development lack...resource crawling
> Hello guys have u ever tried to make a resource enumeration under
> cygwin
Hello guys have u ever tried to make a resource enumeration under
cygwin
Success stories wanted...die-hardly wanted ...
Strange ... Finding resources works just fine... but not enumerating
and I want enumeration ... yes , right enumeration I want ...wanna use
things like EnumResourceT
At 03:06 AM 8/27/2004, you wrote:
>After removing a previous Cygwin installation from my system and reinstalling from
>the harddrive using Setup, running cygrunsrv from any account (administrator or user)
>produces a Windows dialog reporting that the DLL cannot be found in the path:
>
>D:\cyg
At 01:31 AM 8/27/2004, you wrote:
>Yu-Cheng Chou wrote:
>
>>Hi, Larry:
>>I have two c-callable static libs which are created by vc, but the source codes are
>>not available.
>>I need these libs to create a shared library using gcc under cygwin.
>>Command line:
>>gcc -shared -o libmpi.dl mpi_chdl.o
> -Original Message-
> From: boxforsr
> Sent: 27 August 2004 16:49
> To: Dave Korn
> Cc: Cygwin Mailing List
> Subject: Re: Lack of development feature
>
> ehmm excuse me ms. I'm newbie really sorry won't do
> that again..
Heh, cool :)
> No listen ma shoutin' now...
>
Hi folks, I'm confused about the files that dllwrap
creates. On Unix (where I've been programming forever) all you
have to do is create a .so shared library. But dllwrap ends up
creating a .a file, a .def file, and a .dll file, yet I can
build a program that links to, e.g., mylib.dll, with only
bt tan wrote:
>
> How about gcc/g++ version 3.0.0 ? Is it as buggy as
> 2.95?
>
> I have lotsa buggy program which was made using 2.95
> it runs smoothly on 2.95 of gcc. But fails to run
> using 3.3 and 3.4 which I've tried. I would like to
> try on the version 2.95. Any idea how may I do that?
Wrong Name? I c.errhhggg ... no the name is just fine... no,really...
Thanks for prog lesson , but I really didn't mean that x-|
It has to be in winbase.h ...right?Right I have up to da date cygwin...
where is it ,U smarty boy?
If I'm to much - excuse ... but this is for interest
First, you have the name wrong.
Second, if it's not there, Define it yourself:
#define LOAD_IGNORE_CODE_AUTHZ_LEVEL 0x0010
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/doc
ehmm excuse me ms. I'm newbie really sorry won't do that again..
No listen ma shoutin' now...
__
LOAD_IGNORE_CODE_AUTHZ_LEVEL If this value is used, the system does
not perform automatic trust comparisons on
> -Original Message-
> From: cygwin-owner On Behalf Of boxforsr
> Sent: 27 August 2004 16:33
> To: Cygwin Mailing List
> Subject: Lack of development feature
BEFORE YOU DO ANYTHING ELSE READ THIS:
http://www.cygwin.com/acronyms/#PCYMTNQREAIYR
DO NOT QUOTE MY EMAIL ADDRESS IN
Where is "LOAD_IGNORE_AUTHZ_LEVEL" in winbase.h???
--
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, 26 Aug 2004, overbored wrote:
> Hi all, I have newbie questions on two subjects:
>
> 1. xinetd
>
> I can't remove the file /var/lock/subsys/xinetd, either via 'rm
> /var/lock/subsys/xinetd', the init.d/xinetd script, or Windows Explorer. The
> permissions on it say that it's writable by SY
Kumar Pandey schrieb:
If anyone with cygwin install of above combination
(available from yesterday) could run the tests
outlined below - I would very much appreciate it.
Please post your results.
Thanks
Kumar
Steps to install and test -
1) install plperl
createlang plperl template1
2) create test
Kumar,
On Fri, Aug 27, 2004 at 07:17:59AM -0700, Kumar Pandey wrote:
> If anyone with cygwin install of above combination
> (available from yesterday) could run the tests
> outlined below - I would very much appreciate it.
> Please post your results.
Unfortunately, I get exactly the same results
How about gcc/g++ version 3.0.0 ? Is it as buggy as
2.95?
I have lotsa buggy program which was made using 2.95
it runs smoothly on 2.95 of gcc. But fails to run
using 3.3 and 3.4 which I've tried. I would like to
try on the version 2.95. Any idea how may I do that?
Rgrds,
Tan.
--- Brian Dessent
well try that...
and to start it every session add it to win autorun
- Original Message -
From: "Povolotsky, Alexander" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: "'Hugh Sparks'" <[EMAIL PROTECTED]>; "'Robb, Sam'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
"'b
bt tan wrote:
>Any body have any idea how can I install an
> older version of gcc on the cygwin?
>
>I've tried download the tarball from ftp.gnu.org
> but dunno how to install it. Any ideas?
gcc 2.95 was removed from the Cygwin distribution because it was buggy
and no one was interes
Gerrit,
The problem goes away if I either
leave the -ffast-math flag out (and remove the flags that are implicitly set
by -fmath-math under the hood, i.e. -funsafe-math-optimizations
and -fno-trapping-math)
or leave the -mfpmath=sse flag out
or turn optimization off all-together (replace -On wi
Searching for PORTMAP.EXE finds it in
Z:\cygwin\usr\sbin
(Z: drive is remapping of my C: drive which itself is not visible on
Windows XP Pro)
>Service name is Cygwin Portmap ...
Do I need to start it myself manually ?
-Original Message-
From: Povolotsky, Alexander
Sent: Friday, August
Hi,
Any body have any idea how can I install an
older version of gcc on the cygwin?
I've tried download the tarball from ftp.gnu.org
but dunno how to install it. Any ideas?
Rgrds,
Tan.
___
Do you Yahoo!?
Win 1 of 4,000 free domain names
Hi;
I try to upgrate opengl 1.4 version, because
I want to run and compile mycode in windows
How can I obtain related lib and dll for cygwin-gcc
compiler.
Respectfully
Kamil ERMAN
___ALL-NEW Yahoo! Messe
Service name is Cygwin Portmap ...
Why don't u try to make connection via samba?
- Original Message -
From: "Povolotsky, Alexander" <[EMAIL PROTECTED]>
To: "'boxforsr'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "'Hugh Sparks'" <[EMAIL PROTECTED]>; "'Robb, Sam'"
<[EMAIL PROTECTED]>; <[
Still no portmap? that's impossible...
- Original Message -
From: "Povolotsky, Alexander" <[EMAIL PROTECTED]>
To: "'boxforsr'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "'Hugh Sparks'" <[EMAIL PROTECTED]>; "'Robb, Sam'"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sen
If anyone with cygwin install of above combination
(available from yesterday) could run the tests
outlined below - I would very much appreciate it.
Please post your results.
Thanks
Kumar
Steps to install and test -
1) install plperl
createlang plperl template1
2) create test table
CREATE TAB
Yes, I got this package downloaded/installed yesterday too.
cygcheck -cd
...
sunrpc 4.0-2
...
-Original Message-
From: boxforsr [mailto:[EMAIL PROTECTED]
Sent: Friday, August 27, 2004 9:47 AM
To: Povolotsky, Alexander
Cc: [EMAIL PROTECTED]
Subject: Re: cygwin nfs server
Po
Portmap is in another package... It is called SunRpc or smth
- Original Message -
From: "Povolotsky, Alexander" <[EMAIL PROTECTED]>
To: "'Hugh Sparks'" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "'Robb, Sam'" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PRO
Hello Hugh,
I have:
cygrunsrv.exe (two of these - you have three instances ...)
rpc.nfsd.exe
rpc.mountd.exe
I do not have PORTMAP.EXE !
>Try exporting some directories and see if you can mount them from your
Unix/Linux machine.
My Linux board is not ready yet (I am working now at h
Thanks for giving me a hint!
I figured it out: both macros have to be used INSIDE a "{}" code body in
the right order. So the use like a normal function fails.
Sorry for this redundant news entry :)
-Patrick
Corinna Vinschen wrote:
On Aug 27 02:30, Patrick Graebel wrote:
Hi!
The macros for pthre
Yung Leem wrote:
Hello to all cygwin experts,
I am a newbie cygwin user that's having a problem compiling a java source.
I am running a makefile that's calling "javac -cp [some_dir]
/cygdrive/c/blah/myclass.java"
that's complaining about not being able to find that file. Being familiar with unix
Take a look at this output, 'cos it ain't right
$ pwd
/mnt/devserver_e/temp
$ mount
c:\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type
system (binmode)
\\devserver\dev_e_drive on /mnt/devserver_e type system (binmode)
c:\cygwin\bin on /usr/bin type system (binmode)
c:\cygwin\li
On Aug 27 07:13, Bill Nugent wrote:
> Hi Corinna,
>
> Setting tar's -b size up resulted in a radical increase. Still not
> streaming but real close and workable. Reading in a 100GB tape with
> 500MB to 1,500MB files should take about three or four hours instead of
> three weeks! I'm going to
Hi Hugh,
Yes, I did run nfs-server-config prior to cygrunsrv commands
>It worked for me when I told it to install mountd, nfsd and portmap as
>Windows services NOT as inetd or xinetd services.
but I ran it without any arguments - I am not sure how did you run it per
above words of yours: "I tol
OK OKI'm lamer sorry gotta change standard win term settings
. BUT HOW DID IT GONE RED? I don't remember that I changed defaults
strange ...
- Original Message -
From: "boxforsr" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 27, 2004 3:48 PM
Subje
Hello ehhmmm excuse me ... I have a problem concernin' bash
implementation And the problem is: "My bash gone bloody" ... yes,
that's right everything that was white became red and everything that
was grey became cherry-alike .(I'm talking bout fonts)... That happened
without any
Hi Corinna,
Setting tar's -b size up resulted in a radical increase. Still not
streaming but real close and workable. Reading in a 100GB tape with
500MB to 1,500MB files should take about three or four hours instead of
three weeks! I'm going to keep experimenting to see if I can get it to
s
On Aug 27 02:30, Patrick Graebel wrote:
> Hi!
>
> The macros for pthread_cleanup_push/pop are corrupt, so that g++
> (version 3.3.3) fails on '}'. Also there seems to be a space too much
> between macro name and macro opening bracket.
$ cat > pt.cc <
void
hdl (void *arg)
{
}
int
main()
{
pt
On Aug 26 22:48, Gary R. Van Sickle wrote:
> Well, I just did my 2 minute due diligence and looked up the difference
> between advisory and mandatory file locking. Did I read right? Does
> advisory locking actually in no way prevent write access to the "locked"
> file unless all the interested pr
Corinna wrote:
If you distribute a Cygwin DLL binary, you must also provide the sources
of the DLL. It's not enough to point to the Cygwin web page. For further
details, see http://cygwin.com/licensing.html
And also as I understand the GPL, you should together along with the source
to the cygwin
Hello to all cygwin experts,
I am a newbie cygwin user that's having a problem compiling a java source.
I am running a makefile that's calling "javac -cp [some_dir]
/cygdrive/c/blah/myclass.java"
that's complaining about not being able to find that file. Being familiar with unix
development,
I
After removing a previous Cygwin installation from my system and
reinstalling from the harddrive using Setup, running cygrunsrv from any
account (administrator or user) produces a Windows dialog reporting that
the DLL cannot be found in the path:
D:\cygwin\usr\sbin;.;;.
I'm pretty sure
79 matches
Mail list logo