I am a novice at cygwin.
I edited a file "test.c" with notepad in windows.
Then I compiled it with gcc in cygwin by typing:
$ gcc test.c
However I got the following error message:
test.c: file not recognized:File format not recognized
collect2: ld return 1 exit status.
My OS is WinXp. Could any
hi all,
I am trying to build gcc 3.2 sources on cygwin- but i
cant get past errors like undefined reference to
_fputs_unlocked...
ive provided some screen dumps below ... guess it'll
be useful...please help...thanx.
Sen.
cygcheck -V
cygcheck version 1.43
System Checker
hi all,
I am trying to build gcc 3.2 sources on cygwin- but i
cant get past errors like undefined reference to
_fputs_unlocked...
ive provided some screen dumps below ... guess it'll
be useful...please help...thanx.
Sen.
cygcheck -V
cygcheck version 1.43
System Checker
I tried creating a file named " foo ", i.e., with two leading and
two trailing blanks using "touch". It turned out that "touch"
created the file, but without the two trailing blanks. It might
be that a file name with trailing blanks can't be created on an
NTFS file system, but "touch" shouldn't c
> >Not sure what an "hdf5" is, but in general it is not possible to do
> >sync-to-backing-storage from an arbitrary account in Windows. Not
> >even on
> >removable media, which of course is where you often need it most.
> >Microsoft's rationale behind this escapes me, but there it is.
> >Furthermo
On Wed, 2 Jun 2004 12:47:27 -0700, Chris Carlson wrote:
> Suggesting the reading of a book on shells wouldn't be quite
> useful either, since Cygwin does things just a little differently. A
> pointer to the Cygwin document might have helped. I'm still
> looking for it.
I thought I'd point out t
At 10:13 PM 6/3/2004, you wrote:
>Below is a fragment of output from sshd -d -d -d
>
>Can someone tell me why it doesn't like my publickey? I think I've done everything
>right, but no joy. I can login using the password just fine.
>Thanks.
>David
>
>debug1: userauth-request for user dcorbin serv
I've tried 20040603 Snapshot and got Segmentation fault (core dumped) when running
rxvt and fetchmail.
Regards,
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.htm
Below is a fragment of output from sshd -d -d -d
Can someone tell me why it doesn't like my publickey? I think I've done
everything right, but no joy. I can login using the password just fine.
Thanks.
David
debug1: userauth-request for user dcorbin service ssh-connection method
publickey
debug
I've read this thread, but the "create root" scripts did not work.
http://www.cygwin.com/ml/cygwin-apps/2003-11/msg00134.html
cygcheck_svr.txt attached. Does someone have an idea what step I might be
missing? Details below. Thanks kindly.
Problem:
Perl MCPAN -shell results in "Permission denied" m
Ian Strascina wrote:
>
> Anyone know the status on these...??? They still down for now???
Working on it... new packages soon.
Brian
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com
Anyone know the status on these...??? They still down for now???
- Ian
--
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/f
http://cygwin.com/snapshots/
Should fix the problem where cygwin created NUL devices on disk.
Should fix recently reported getsem problems.
*May* fix problem with MapViewOfFile error.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/
At 01:39 PM 6/3/2004, you wrote:
>On Thu, 3 Jun 2004, Chris Carlson wrote:
>
>> According to the documentation, the following should print on the
>> default printer:
>>
>> bash$ cat myfile.txt > PRN
>>
>> What I find is that a new file is created named "PRN".
>
>Known problem. There's a p
Chris Carlson wrote:
> Unfortunately, Linux seems to be leaning toward keeping things in info
> format. More up-to-date documentation can be found there, so I've
> learned how to use Emacs to peruse info manuals.
s/Linux/the GNU project/
On sane linux installations such as debian you at least g
Interesting reference (bash scripting guide). I want to take more time
to read it.
I found it took me a while (20 some-odd years ago) to completely
understand the man structure and format. I found some AT&T documents on
man and, after much reading, came to understand the sections, the
subsection
Okay, I was using a script that I'd written a few months ago that worked
at the time but doesn't anymore. I forgot we lost our Dc1irv server and
moved the printers to another Windows system.
Yes, the //Dc2irv/laser1 successfully references our Windows printer.
Thanks for the time. It made me
I've always had problems getting the correct number of backslashes. Try
quotes. For example, change sed to
sed -e 's/^.*$/"&"/'
to give
"path/file"
If that doesn't work, try doubling them
sed -e 's/^.*$/"&"/' -e "s/^.*$/'&'/"
to give
'"path/file"'
You migh
On Thu, 3 Jun 2004, Will Senn wrote:
> Hi,
>
> I am doing backups with tar on XP. I thought that I could touch a file
> when I did a full backup and then use find with newer to only back up
> files that are newer than the touched file:
>
> ~touch /cygdrive/i/backups/full_backup
> ~find /cy
Jacek Trzmiel wrote:
>
> Hi Pierre,
>
> > In fact that's normal. When cygwin starts under strace it only knows
> > the Windows current directory.
>
> Thanks for info.
>
> > Please try
> > cd /
> > strace -o trace.txt sh -c "cd /testmnt/cygwin/test; cvs something"
> > choosing a "something" that
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Hi,
I am doing backups with tar on XP. I thought that I could touch a file
when I did a full backup and then use find with newer to only back up
files that are newer than the touched file:
~touch /cygdrive/i/backups/full_backup
~find /cygdrive/d
At 01:32 PM 6/3/2004, you wrote:
>I have eventually identified the problem, the original
>app was written for the Pocket PC, which is only Unicode:
>
>int WINAPI WinMain(HINSTANCE inst,HINSTANCE prev,LPTSTR cmd,int show )
>
>notice that it uses an LPTSTR for the cmd parameter.
>
>When I defined UNI
> From: Igor Pechtchanski
> Sent: Thursday, June 03, 2004 7:39 PM
> On Thu, 3 Jun 2004, Chris Carlson wrote:
>
> > According to the documentation, the following should print on the
> > default printer:
> >
> > bash$ cat myfile.txt > PRN
> >
> > What I find is that a new file is created na
> From: Chris Carlson
> Sent: Thursday, June 03, 2004 6:29 PM
> I'm just suggesting that we show a little patience to people who may not
> be as well versed in Unix as you are. It is the impatient,
> condescending tone that gives new Linux users a bad taste for the OS. I
> want Linux to crush M
On Jun 3 14:59, Jerry D. Hedden wrote:
> The following test program:
>
> #include
> #include
>
> int
> main(int argc, char **argv)
> {
> int pid = fork();
> int id;
>
> if (pid == 0) {
> sleep(5);
> id = shmget(1, 100, IPC_CREAT | 0666);
> printf("child (%d
Pierre A. Humblet schrieb:
On Thu, Jun 03, 2004 at 09:08:47PM +0200, Reini Urban wrote:
Reini Urban schrieb:
(latest cygwin release 1.5.10-3 and fileutils-4.1-2)
rm printed no errmsg if _unlink failed with errno 32.
Pierre ping?
Should I patch it by myself? But I don't know where.
The syscall fails
Thanks for the quick response!
Chris Carlson
iStor Networks, Inc.
-Original Message-
From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 10:39 AM
To: Chris Carlson
Cc: [EMAIL PROTECTED]
Subject: Re: Printing under Cygwin on W2K
On Thu, 3 Jun 2004, Chris Carl
On Jun 3 14:18, Jerry D. Hedden wrote:
> shmget() is not able to 'find' an existing shared memory segment
> unless the 'flags' argument is set to '0'. This is a bug. If
> flags = 0666 (or at least compatible with the permissions set
> when the segment was created), it should still be able to fin
Could someone tell me what to do about the "Download Incomplete" message I
get after 99% of the Cygwin packages have been downloaded? I now have a
release directory with 375 MB of subdirectories, from "_update-info-dir"
to "ZZZRemovedPackages", each containing .tar.bz2 files, and I have a 280
KB se
On Thu, Jun 03, 2004 at 09:08:47PM +0200, Reini Urban wrote:
> Reini Urban schrieb:
> >(latest cygwin release 1.5.10-3 and fileutils-4.1-2)
> >rm printed no errmsg if _unlink failed with errno 32.
>
> Pierre ping?
>
> Should I patch it by myself? But I don't know where.
> The syscall fails, but i
On Thu, Jun 03, 2004 at 07:49:15PM +0200, Jacek Trzmiel wrote:
>
> Jacek Trzmiel wrote:
> > $ mkdir /testmnt/cygwin/test
> > $ cd /testmnt/cygwin/test
>
> 20040530 snapshot:
> Same command run as above, but preceded by strace:
> $ strace cvs -d /testmnt/cvsrep co prj
>
> Checkout does work like
Reini Urban schrieb:
(latest cygwin release 1.5.10-3 and fileutils-4.1-2)
rm printed no errmsg if _unlink failed with errno 32.
Pierre ping?
Should I patch it by myself? But I don't know where.
The syscall fails, but is not responsible for any errormessage to STDERR.
And rm gets a wrong status code
The following test program:
#include
#include
int
main(int argc, char **argv)
{
int pid = fork();
int id;
if (pid == 0) {
sleep(5);
id = shmget(1, 100, IPC_CREAT | 0666);
printf("child (%d): %d (%d)\n", getpid(), id, errno);
} else {
id = shmget(
I am very perplexed by this situation, and I wonder if I am alone. When compiling our sources (mixed environments supported) I am discovering that when run on cygwin (host WinXP env) the make script is failing to properly identify the OS. I have documented this here:
(in the following, REAL_OS is d
shmget() is not able to 'find' an existing shared memory segment
unless the 'flags' argument is set to '0'. This is a bug. If
flags = 0666 (or at least compatible with the permissions set
when the segment was created), it should still be able to find
and use the segment.
The test program:
#incl
Jacek Trzmiel wrote:
> $ mkdir /testmnt/cygwin/test
> $ cd /testmnt/cygwin/test
> $ cvs -d /testmnt/cvsrep co prj
> : No such file or directoryirectory /testmnt/cvsrep/prj
> cvs checkout: skipping directory prj
Some additional info:
cygwin 1.5.10-3:
$ cvs -d /testmnt/cvsrep co prj
Checkout does
On Thu, 3 Jun 2004, Chris Carlson wrote:
> According to the documentation, the following should print on the
> default printer:
>
> bash$ cat myfile.txt > PRN
>
> What I find is that a new file is created named "PRN".
Known problem. There's a patch pending for this -- once it's checked
I have eventually identified the problem, the original
app was written for the Pocket PC, which is only Unicode:
int WINAPI WinMain(HINSTANCE inst,HINSTANCE prev,LPTSTR cmd,int show )
notice that it uses an LPTSTR for the cmd parameter.
When I defined UNICODE for the desktop app, I copied this, how
At 12:45 PM 6/3/2004, you wrote:
>Hi Larry,
>
>
>>You don't need to cc me. I set my reply-to to the list because that's
>>where I like to read any replies.
>
>Sorry about that.
>
>>If you can send a simple, small example to the list, I'll see if I can
>>find some time to try to investigate your pr
According to the documentation, the following should print on the
default printer:
bash$ cat myfile.txt > PRN
What I find is that a new file is created named "PRN".
Also according to the documentation, cygwin understands the double-slash
form used in Windows. Thus the following should
Hi Larry,
You don't need to cc me. I set my reply-to to the list because that's
where I like to read any replies.
Sorry about that.
If you can send a simple, small example to the list, I'll see if I can
find some time to try to investigate your problem.
Thanks for the offer, I eventually created
On Thu, Jun 03, 2004 at 12:25:04PM -0400, Roth, Kevin P. wrote:
>I've found a willing (and presumably able) volunteer.
>
>James Hu has stepped up to the plate.
>
>Thanks all!
Ditto.
Please give a gold star to James Hu and a retroactive one to Kevin for
his years of curl service. It was the cygw
I think the point that I'm making is that you have a good understanding
of Unix/Linux (as I'd like to think I have). In my last 10 years (note,
I have been using Unix for almost 25 years), I've had to work with
people who need Linux for their job but have absolutely no knowledge of
anything Unixy.
I've found a willing (and presumably able) volunteer.
James Hu has stepped up to the plate.
Thanks all!
- Kevin
-Original Message-
From: James Hu [mailto:[EMAIL PROTECTED]
Sent: Thursday, June 03, 2004 4:33 AM
Subject: Re: Seeking new maintainer for cURL package
I volunteer.[sni
On Jun 1 07:50, Mark Schamberger wrote:
> I have the latest and greatest Cygwin packages installed on two different
> machines and noticed the following problem on both using CVS:
>
> CVS fails to create a read lock when trying to check out or update from a
> repository on the local network. If
I have cygserver running in the background (default options) on
a W2K box.
CYGWIN is set to 'server'.
The following test program:
#include
#include
int
main(int argc, char **argv)
{
int pid = fork();
int id;
if (pid == 0) {
sleep(5);
id = shmget(1, 100, 0666);
Dear [EMAIL PROTECTED],
You have a new account at iService Assistant, keyed to your current e-mail address,
[EMAIL PROTECTED] The account was created because iServiceAssistant received an
e-mail from this address or because you provided this e-mail address to a Customer
Service Representative
> Igor Pechtchanski writes:
> The one thing I see immediately in your strace output:
> 2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172)
> 3:App version: 1005.9, api: 0.112
> ^^
> 4:DLL version: 1005.10, api: 0.116
On Thu, 3 Jun 2004, Christopher Faylor wrote:
> On Thu, Jun 03, 2004 at 09:18:03AM -0400, Igor Pechtchanski wrote:
> >The one thing I see immediately in your strace output:
> >
> >2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172)
> >3:App version: 1005.9, api: 0.112
> >
On Thu, Jun 03, 2004 at 09:18:03AM -0400, Igor Pechtchanski wrote:
>The one thing I see immediately in your strace output:
>
>2:Program name: D:\opt\gnome1\bin\gnibbles.exe (1172)
>3:App version: 1005.9, api: 0.112
>^^
>4:DLL version: 1005.10, api:
On Wed, Jun 02, 2004 at 08:52:59PM +0100, Roger Leigh wrote:
>I've asked for assistance from the cygnome folks (as suggested here a
>week or so back), but not had any reply.
As with any free software project, you should keep pinging.
>I don't have the necessary Cygwin/Windows/threads knowledge to
I'm no longer interested in maintaining the cygwin build of the
cURL package; are there any volunteers interested in taking my place?
If you're not already a Cygwin app maintainer, the job basically
requires subscribing to the cygwin-apps mailing list, and
building/uploading new cURL releases as
> -Original Message-
> From: cygwin-owner On Behalf Of Brian Dessent
> Sent: 03 June 2004 02:10
> To: cygwin
> Subject: Re: reference of libntdll.a
>
> "news.gosonic.com" wrote:
>
> > Where can I find a complete reference of libntdll.a??
>
> http://www.microsoft.com/msdownload/platformsd
On Thu, 3 Jun 2004, Dr. Volker Zell wrote:
> > Igor Pechtchanski writes:
>
> > In my (outdated!) cvs checkout of winsup/cygwin, the error message you got
> > appears in shm.cc (fixup_shms_after_fork) and shared.cc (open_shared).
> > The first thing to find out is which one of them produced you
> Igor Pechtchanski writes:
> In my (outdated!) cvs checkout of winsup/cygwin, the error message you got
> appears in shm.cc (fixup_shms_after_fork) and shared.cc (open_shared).
> The first thing to find out is which one of them produced your message
> (the output of strace sho
On Jun 3 05:21, john george wrote:
> My concerns:
> 1)Are raw volumes which resides on a dynamic disk
> accessible through Cygwin.
No, not so far. The raw disk access is using the old naming scheme
\device\harddiskX\partitionY
which is backward compatible to NT4. I never experimented with dy
Hi,
I'm trying to open a raw volume which I created using
the microsot diskpart utility.This volume resides on
the second disk(Which is a dynamic disk)which is
attached to my system. I am able to access the first
disk (which is a basic disk) and it's partition using
open system call as follows:
ope
> Igor Pechtchanski writes:
> is part of cygserver functionality... I know you said that you don't have
> multiple Cygwin DLLs in your path, but if you renamed your old cygwin1.dll
> before replacing it with the snapshot one, it may be possible that you
> have multiple copies
Something has changed between releases 1.5.9-1 and 1.5.10-3 of cygwin1.dll
that breaks configtool, an eCos (the operating system) utility. I've hunted
the problem down to the TCL "glob" function which gives different results
when trying to match a pattern ending with a dot as shown below.
With c
On Thu, Jun 03, 2004 at 11:15:33AM +0200, Bart van der Werf (Bluelive) wrote:
> #include
>
> int main() {
>vector quux;
>return 0;
> }
>
> g++ test.cpp
> test.cpp: In function `int main()':
> test.cpp:4: error: `vector' undeclared (first use this function)
Your code is not using the std
#include
int main() {
vector quux;
return 0;
}
g++ test.cpp
test.cpp: In function `int main()':
test.cpp:4: error: `vector' undeclared (first use this function)
test.cpp:4: error: (Each undeclared identifier is reported only once for
each
function it appears in.)
test.cpp:4: error: synt
cgf wrote:
>On Wed, Jun 02, 2004 at 10:06:06AM +0200, Demmer, Thomas wrote:
>>Hi list,
[...]
>>
>>Program received signal SIGSEGV, Segmentation fault.
>>0x77e75a3f in KERNEL32!IsBadWritePtr () from
>>/c/WINDOWS/system32/kernel32.dll
>>
>>This does not happen when compiled with -mno-cygwin.
>
>Just
http://www.routrek.co.jp/en/product/varaterm/
> Message du 03/06/04 10:49
> De : "Vince Hoffman" <[EMAIL PROTECTED]>
> A : "Alain SABBAN" <[EMAIL PROTECTED]>
> Copie à : [EMAIL PROTECTED]
> Objet : Re: rxvt + screen
>
>
>
> On Thu, 3 Jun 2004, Alain SABBAN wrote:
>
> > Thanks for your help !
>
On Thu, 3 Jun 2004, Alain SABBAN wrote:
> Thanks for your help !
>
> 1/ The mentioned Web page is 6 months old at it is mentioning cygwin 1.5.7/8. I
> thought there might be a fix available.
> 2/ I sent a mail to this guy 2 weeks ago. He told me he thought this is a cygwin
> problem.
>
> Anyh
> Sent: 02 June 2004 18:43 From: Christopher Faylor
> On Wed, Jun 02, 2004 at 04:54:54PM +0100, Hughes, Bill wrote:
> >> From: Christopher Faylor
> >> On Wed, Jun 02, 2004 at 04:02:39PM +0100, Dave Korn wrote:
> >> >> -Original Message-
> >> >> From: Alastair Growcott
> [mailto:[EMAIL PRO
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Christopher Faylor <[EMAIL PROTECTED]> writes:
> On Wed, Jun 02, 2004 at 04:04:18PM +0200, bertrand marquis wrote:
>>i'm trying to build glib-2.2.3. I have downloaded the patch from
>>cygnome2.sourceforge.net.
>>[snip]
>>Does anyone has an idea becau
66 matches
Mail list logo