Questions about converting apps to cygwin

2003-07-28 Thread Chris
e the bzip library. Is there one of these which is more "cygwinny"? :) Thank you for any help and advice! Chris -- 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: Questions about converting apps to cygwin

2003-07-28 Thread Chris
> Chris wrote: > > Hello! > > > > For experience (and because I want to use it) I am in the process of > > converting the "bsdiff" binary diffing application to windows from *BSD, > and > > thought I would come via cygwin, and then decide if I should

Re: No huge packets, please!

2003-07-28 Thread Chris
ch chance of getting it supported if I tried to write to code to do it? Chris -- 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/

Limit to size of pipe

2003-07-29 Thread chris
Hello! Further to an earlier message I sent, I now attach an example. This tries to send a message of a fixed sized down a pipe. Under windows I can't seem to send much more than 25k down in one go, although I can send more if I chop it up into sections. Under linux however I can send as large

Re: Limit to size of pipe

2003-07-29 Thread chris
David Rothenberger wrote: chris writes: > Hello! > > Further to an earlier message I sent, I now attach an example. This > tries to send a message of a fixed sized down a pipe. Under windows I > can't seem to send much more than 25k down in one go, although I can > se

RFC: Allowing cygwin setup to patch up old versions

2003-07-31 Thread chris
en "Someone is already working on that" or "Go away and stop bothering us") much appresiated! :) Chris -- 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: Allowing cygwin setup to patch up old versions

2003-07-31 Thread chris
Max Bowsher wrote: chris wrote: I tend (like I suspect many other people) to update my cygwin every couple of weeks. As cygwin by default keeps packages it downloads it would make sense to distribute patches to existing files. As a tiny example: emacs-21.2-11.tar.bzip2 : 8MB emacs-21.2-12

Re: Win2k and cygwin memory leak

2003-08-07 Thread chris
t? Hard to see how that's a cygwin problem. That may be partly true, but is also not helpful. If there is a memory leak in cygwin then tracking down exactly was is causing it would of course be a good idea, so it can be stopped. Chris -- Unsubscribe info: http://cygwin.com/ml/#uns

Named pipes problem

2002-10-09 Thread Chris
des the named pipe communication doesn't work. Has anyone seen this problem? Have I setup the environmet incorrectly (file system is FAT32)? Or is this a known bug? Any information on this problem would be a help. Regards, Chris Mulligan. -- Unsubscribe info: http://cygwin.com/ml/#u

Cannot use named pipes

2002-10-09 Thread Chris
des the named pipe communication doesn't work. Has anyone seen this problem? Have I setup the environmet incorrectly (file system is FAT32)? Or is this a known bug? Any information on this problem would be a help. Regards, Chris Mulligan. -- Unsubscribe info: http://cygwin.com/ml/#u

Re: Comparative Performance of C++ Compilers (including gcc cygming special)

2004-04-13 Thread chris
Alex Vinokur wrote: Comparative Performance of C++ Compilers C/C++ Performance Tests = While this is quite interesting, it seems to me you aren't really running these programs for lon

Re: Wishlist additions for setup.exe

2004-04-20 Thread chris
Robert Collins wrote: On Tue, 2004-04-20 at 22:11, Rodrigo Medina wrote: Hi all, Rodrigo Medina (myself) wrote: 2- When you are downloading into a temporal directory, SETUP downloads the packages even if they are already in the temporal directory but are still not installed. I have

Executable links?

2004-05-11 Thread chris
Just a couple of tiny questions / thoughts. A number of people (myself included) have been "caught" over the fact that cygwin shortcuts can obviously not be executed from a windows shell. There appears to me to be 4 ways of dealing with this 1) Ignore the problem, use a proper shell 2) On NTFS,

Re: portable install on usb flash drive?

2003-08-14 Thread chris
Dick Repasky wrote: I'd like to install cygwin on a usb flash drive so that I can plug the drive into any windows box and have cygwin available to me. The question is: will this work? My concern is not having registry keys in place on machines into which I plug in the flash drive. Will that be a

error in upx

2003-08-27 Thread chris
Hello! I decided to try to upx all the .exes and .dlls in the cygwin distribution to save space, and found the following problem. The error occurs with the "captoinfo.exe" I have (which I have uploaded to http://www.bubblescope.net/captoinfo.exe in case the version online changes, if anyone wa

Re: 1.5.3s: /dev/clipboard does not work for non-cygwin programs

2003-08-27 Thread chris
like | , > , etc. therefore I don't think this could ever be supported. Some applications I've found don't even seem to support the |, but you can still usually get around that by using echo `clipboard ` >/dev/clipboard. Chris -- Unsubscribe info: http://cygwin.com/ml/

Re: patch.exe missing from cygwin? [Newbie]

2003-08-27 Thread chris
WINDOWS 98 wrote: Hi. Just installed Cygwin, looking for patch.exe. It has diff.exe, but no patch! Any idea how I can get this utility? It doesn't necessarily have to be through Cygwin. Thanks for your help, - AAA If you go to the cygwin home page you'll find a link marked "find a pack

Re: DDD 3.3.5 success

2003-09-03 Thread chris
Christopher Faylor wrote: On Wed, Sep 03, 2003 at 10:34:24AM -0500, james wrote: The typical response to ddd problems is "Why not just use 'insight'?" that's kind of like saying, "why not just use windows?" i think it's fairly obvious that users would like to have the choice. Most o

Minor website fixup

2003-09-10 Thread chris
Hello :) Probably about time to update www.cygwin.com, particularily the main page to refer to the fact 1.5.x is out now? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

Re: gcc version 3.3.1 (cygming special)

2003-09-22 Thread chris
Corinna Vinschen wrote: On Mon, Sep 22, 2003 at 02:36:32PM +0300, Alex Vinokur wrote: -- Cygwin -- $ gcc foo.c -o foo1.exe $ gcc foo.c -mno-cygwin -o foo2.exe -- MinGW -- $ gcc foo.c -o foo3.exe 1. What is the difference between foo1.exe and foo2.exe? 2. Is there any difference

Re: g++-2 and fstream problem

2003-09-24 Thread chris
EMOTO Masahiko wrote: >Hi, > >I have a problem with compling the C++ codes. >The source code was compiled successfuly, but >the program causes Segmentation fault. > >Please show me how to solve the problem. > >By the way, this program can run normally if >it is compiled by g++ (3.2). > >

cygpath hangings

2003-10-14 Thread chris
I decided to try to put some investigation into the cygpath crashings that have been reported so much. Here are my findings.. I hope this helps! I'd be happy to try further debuggings, except I couldn't figure out how to attach a debugger to the program (because as previously noted the hang onl

Re: cygpath hangings

2003-10-14 Thread chris
Corinna Vinschen wrote: On Tue, Oct 14, 2003 at 12:44:57PM +0100, chris wrote: Also, This program seems to be both valid c++ and c code. If it is compiled in gcc, all is fine. In g++, it hangs. [...] If there is anything else anyone would like me to try (like taking a -E and picking out all

Re: cygpath hangings

2003-10-14 Thread chris
Chris, I suspect that this hang might be happening while loading the DLL. Could you try to link your program with something like below and see if it still hangs, and what it outputs? If it doesn't hang, try renaming SHGetPathFromIDList below to something else (e.g., foo) that calls the

Re: cygpath hangings

2003-10-14 Thread chris
Steve Fairbairn wrote: -Original Message- From: Cliff Hones Sent: 14 October 2003 15:03 Subject: Re: cygpath hangings Running cygcheck -vs (and/or some other such utility) from a hanging and non-hanging postinstall shell might come up with something. As in set up a script in /etc/p

/etc/hosts.allow & /etc/hosts.deny

2002-02-07 Thread Chris _
Are these files implemented and if so, what is the format? I had hosts.deny sort working but as soon as I put anything in hosts.allow any host can access the service. My hosts.deny was... --- #deny these hosts ALL: ALL --- My hosts.allow was... --- sshd: 192.168.1.100: ALLOW Nothing seems to

cygrunsrv.exe Processor Util 100% on Windows Server

2006-03-13 Thread Chris
nning many applications on the Win2K server. Any ideas? Any ideas on how to debug? Is there some "trace" mode we might turn on? Thanks, Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: cygrunsrv.exe Processor Util 100% on Windows Server

2006-03-13 Thread Chris
Hi Brett, if you might help me locate this posting, would greatly appreciate it; I'm not that familiar with forks, bash, and tcsh so I'm not totally clear on what to search on). Meanwhile I'll post to the guy just a few messages above with a similar problem and refer him this!

Re: bash and csrss using 100% of the CPU

2006-03-13 Thread Chris
Hi Kevin take a look at the post from myself (Chris) just below and the follow up from Brett, might be related... Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

uninstalling

2006-03-14 Thread Chris
How can I uninstall cygwin/x? I have looked through the cygwin/x website. Cygwin/x is not in the add/remove programs from control panel. __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com -- Uns

Auslaender bevorzugt

2005-05-15 Thread chris
Lese selbst: http://www.npd.de/npd_info/deutschland/2005/d0305-14.html Jetzt weiss man auch, wie es dazu kommt, dass Drogen, Waffen & Handy's in die Haende der Knacki's gelangen! -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.

RE: Rxvt manpage from rxvt 2.7.10-4

2004-06-17 Thread chris
LTAGSTART\. roffcmd // > s/\.YYODLTAGSTART\. roffcmd // > s/\.YODLTAGEND\.// > s/^\.YYODLTAGSTART\..*// > > Enjoy, > Igor Cheers, I'll check it when I get home later this afternoon.. Am now using my own mailserver, so names a-go-go ;-) Cheers, Chris (Yes, i&

Re: Minicom for Cygwin

2004-06-17 Thread chris
ods listening? :-) > I'd love to have it as a cygwin package.. I did manage to get it to compile myself, but I couldn't get it to start, as it refused to go past the stage where I had to be root to set up a config, which isn't really an option in cygwin.. On that note.. Ho

RE: Cygwin.dll crash, alloca and custom stack

2005-08-13 Thread Chris
From: Jason FU wrote: No, it doesn't 'work fine' under Linux. In fact it doesn't work at all, on any platform. My apologies for sending something that doesn't work under Linux, but I had something similar working, but I wanted to cut it down for the sake of the mailing list, and I didn't hav

RE: Cygwin.dll crash, alloca and custom stack

2005-08-13 Thread Chris
Anyway, this similar code does work under Linux, or at least it appears to: It's a long walk from "at least appears to work" to "does work". Are you saying it doesn't work, or are you just generally in a grumpy mood? While I don't claim to be an uber-expert in assembler, I know I didn't "j

Probleme for permissions windows / NTFS

2010-02-21 Thread chris
I had installed cwrsync on any computer but I have a same problem. Cygwin (1.7) create a permission with a bad permission under Windows Vista and NFS support. I have a share icon when I create a file. I don't have a problem with cygwin (1.5) besause I set a anvironnement variable CYGWIN=nosecnt

File permissions on samba network share

2010-03-25 Thread Chris
2-15 14:16 amssetup If I mount this network drive using the "noacl" option, it looks like this: $ ls -l amssetup -rw-r--r-- 1 chris None 1014 2009-12-15 14:16 amssetup This lets the script execute, but I am a little bit worried about the other permissions, "-rw-r--r--" instead

Re: File permissions on samba network share

2010-03-25 Thread Chris
asswd file would > need YA special case for the pw_gecos field. Ick. > > Corinna > Sorry I forgot to mention that the permissions on the Linux machine running the Samba server are more similar to the ones when I mount the network drive without the "noacl" option in Cygwin.

Cygwin & MingW: Ressources of sh.exe arent freed after running

2008-06-15 Thread Chris
I just tumpled over a problem with MingW and Cygwin. I tried to compile a new version of gcc and got an error that was saying me that no more processes can be started. So I looked into the taskmanager and saw that I had too high PIDs (>260.000) and that my RAM was full and also the pagefile.

Re: 1.5.24 -2 cygwin python 2.5.1 problem,

2008-07-13 Thread Chris
Jason Tishler tishler.net> writes: ... > Unfortunately, Cygwin Python SQLite support does not build OOTB: ... > File "./setup.py", line 97, in build_extensions > self.detect_modules() > File "./setup.py", line 795, in detect_modules > sqlite_libdir = [os.path.abspath(os.path.dirname(sq

ZSH "Address Space Needed By" problem

2013-09-03 Thread Chris
Hey folks, I fired up Cygwin this morning to find that my ZSH is having a problem starting. I'm getting the following error message anytime I try to start it: ZSH initiated. Syncing profile with zorro...done 0 [main] zsh 5960 child_info_fork::abort: address space needed by 'rlimits.dll' (0x

Re: ZSH "Address Space Needed By" problem

2013-09-03 Thread Chris
Sure enough, updating my installation to the most recent version seems to have fixed it. Thank you for the help. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://

python-gdal is broken by libproj9 4.9.3-1 update

2016-11-07 Thread Chris
Hello, in python-gdal 2.1.1-1 _gdal.dll still uses cygproj-9.dll, but it was replaced with cygproj-12.dll in libproj9 4.9.3-1 so the import fails.   I was able to get a working system by downgrading libproj9 to 4.9.2-1 and libgeotiff2 to 1.4.1-1. -- Problem reports: http://cygwin.com/probl

RE: Cannot fork: Resource temporarily unavailable

2003-03-23 Thread Chris January
ng it. Try closing all running programs and then compiling again. Remember that on Windows 98 not all processes show up in task manager so you will need some other kind of process explorer to close them or remove them from the RunServices registry key. Please report back and tell us if this solves the

RE: procps and top output

2003-03-26 Thread Chris January
but I never had time to investigate exactly why this is so. It might be because VM size also includes DLLs and file mappings. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: tar and gzip

2003-03-27 Thread Chris January
isfying the language of section (3b), allow them to print the text to > save a hardcopy version. Then require them to check a box that they have > read the notice and agree to it. If they ever request a copy of > the source > code, you could either send out a CD for a fee or provide them wit

RE: Mozilla 1.3 built on cygwin?

2003-03-28 Thread Chris January
> On Thu, Mar 27, 2003 at 11:58:50PM +0100, Ralf Habacker wrote: > >I can't prove a fact, that forking is the most anonying problem > and there were > >some initial work from some people (I remember Chris Faylor, > Chris January and > >other) to identify the proble

RE: Mozilla 1.3 built on cygwin?

2003-03-29 Thread Chris January
> On Sat, Mar 29, 2003 at 12:04:01AM -0000, Chris January wrote: > >> On Thu, Mar 27, 2003 at 11:58:50PM +0100, Ralf Habacker wrote: > >>>I can't prove a fact, that forking is the most anonying problem and > >>>there were some initial work from some pe

RE: RPM-4.1 port to cygwin available

2003-03-29 Thread Chris January
setup.exe against librpm, etc etc. > Of course, this requires that someone really really smart figure out > the best way to create a "native" port of librpm -- that can still > figure out where /var/cache/rpm and /etc and suchlike are really > located... This goes back to that oth

RE: Mozilla 1.3 built on cygwin?

2003-04-05 Thread Chris January
578701996/downloads/ntdll.zip. You can find most of the API that's documented in Nebbet's book at http://undocumented.ntinternals.net/. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Weird top bug?

2003-06-06 Thread Chris January
#x27;t seem to me that my specific script should have > anything to do with > how top is behaving, but I supose it is possible. Seems more like top is > having trouble because the parent process of my script is no longer valid. > Maybe the parent process is gone, but top uses a windows

RE: win32api_NtQuerySystemInformation compiling problem

2003-06-06 Thread Chris January
> Hi, I've just try to use native w32api function NtQuerySystemInformation, > but linker fail with following. Is this something trivial I am missing? You forgot -lntdll Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

RE: Weird top bug?

2003-06-07 Thread Chris January
ng to > enumerate > processes, and the open shell still has an entry in that list? I can't reproduce this. Can you try something like strace top >somefile 2>&1? Then take the steps you outlined above to get top to lock up and send me the last few thousand lines of the file? (

Executable hang when using a cygwin telnet session

2003-06-10 Thread Chris Lidgate
'm missing something fundemental. Does anyone know why this program would behave like this and know if there are any workarounds ?? -- Chris --- Chris Lidgates private email| This email address is | lidgaca AT lycos DOT com | ___

can Cygwin packages be installed from inside the Cygwin shell?

2003-07-02 Thread Chris Stromsoe
ole access? (Really from the shell, not using VNC, or some other remote controlling application.) -Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

RE: mmap() and gcc precompiled headers

2003-07-03 Thread Chris January
r > or worse than using the more complex approach. Just out of curiosity would a patch to support mmap on 4k boundaries be useful/accepted? Chris -- 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: Read access to all keys in /proc/registry

2003-07-10 Thread Chris January
provide the usual Linux group commands e.g. > usermod, newgrp). Otherwise, how can I modify the permissions for > read access to > others so that the find command goes down the SOFTWARE directory? 1. Can you access the key using ls? 2. Can you access the key in regedit? 3. Are you running as

1.5.0 - gettimeofday() out of sync with Windows time

2003-07-17 Thread Chris Church
I'm using version 1.5.0 of the cygwin1.dll on Windows 2000 Professional. I've also seen the problem described below on earlier versions of cygwin (1.3.22). I've found that the gettimeofday() and ftime() functions do not always return the correct system time as reported by Windows. The time()

RE: problem with history

2003-07-22 Thread Chris January
g exit rather than clicking the Close button. Chris -- 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: Skipping the /proc filesystem

2003-07-23 Thread Chris January
> Randall R Schulz wrote: > > At 18:15 2003-07-22, David A. Cobb wrote: > >>I would wish to tell find not to get involved with the /proc filesystem > >>at all. Can that easily be done? > > > > Very easily: > > % find / -path '/proc' -prune -o -print > > Would it make sense to identify the inodes un

RE: Skipping the /proc filesystem

2003-07-24 Thread Chris January
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf > Of Randall R Schulz > At 13:59 2003-07-23, Chris January wrote: > > > Randall R Schulz wrote: > > > > At 18:15 2003-07-22, David A. Cobb wrote: > > > >>I would wish to tell find not to get in

RE: So now you're a BigShot now? (clarification re. "MinGW Glib")

2002-09-29 Thread Chris January
our arrogant language complex elsewhere. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: General Question - support for Windows DDKs, specifically SPTI

2002-10-05 Thread Chris January
> I guess, but I'm interested in understanding the "larger intent" > in these kind of areas. You can use Win32 API calls in Cygwin targetted code, yes. However by adding the functionality to the Cygwin DLL as well, everyone else gets to benefit from it too. AFAIK

[ANNOUNCEMENT] FW: [ANNOUNCE] New package: procps-010801

2002-10-08 Thread Chris January
ystem doesn't support them), so cannot be used as a complete replacement for Cygwin's existing ps implementation. * prockill forgets what it's supposed to do if you rename it to kill. Enjoy Chris *** CYGWIN INSTALL *** To update your installation, click on the "In

RE: Cygnus 32 beta 19 under Win 95

2002-10-09 Thread Chris January
> Subject: Cygnus 32 beta 19 under Win 95 ^^^ you should probably try beta 20b. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: h

RE: "==" operand not found

2002-10-23 Thread Chris January
e isn't > guaranteed to exist (the whole #! thing, lacking PATH searching, is a > portability problem). perhaps a little offtopic, but you can use /usr/bin/env to search for a program using the current path, e.g.: #!/usr/bin/env perl means you don't need to know where perl is insta

RE: cygwinl.dll

2002-10-21 Thread Chris January
" pleaded the goat. "I'm only the smallest Billy Goat Gruff. I'm much too tiny for you to eat, and I wouldn't taste very good. Why don't you wait for my brother, the second Billy Goat Gruff? He's much bigger than me and would be much more tasty." Chris

RE: Copy-on-write fork

2002-10-21 Thread Chris January
r, then feel free to do some tests. A website with some nice pretty graphs, and source code would be great. I can send you some code for starters, I'm sure Chris Faylor has some around too. It may well be that both of us were simply not doing the right tests. My tests were based on timin

RE: no dice yet on .net server?

2002-10-24 Thread Chris January
x27;ve hit an incompatibility? > > I have cygwin running just fine on my Windows 2000 machines. It also works fine on .NET Server-ish (Windows XP SP1 switched to server mode with NTSwitch), which is a shame because I was going to try to debug it. I will try it on RC1 next week sometime and have

CYGWIN Installer should setup a root environment variable

2002-11-05 Thread Chris Walters
led as a normal user? I can't modify it myself, so how does the installer do it? -- Chris Walters +---+ | ,-_|\ Chris Walters

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Chris Walters
Igor Pechtchanski wrote: `cygpath -w /` Thanks. > On Wed, 6 Nov 2002, Chris Walters wrote: NT Question: How does cygwin update the System registry (for environment variables) if it is installed as a normal user? I can't modify it myself, so how does the installer do it? It doesn

Re: CYGWIN Installer should setup a root environment variable

2002-11-06 Thread Chris Walters
Igor Pechtchanski wrote: On Wed, 6 Nov 2002, Chris Walters wrote: I have experienced many times situations which I would like to refer to CYGWIN's root directory from a bat script. The most generic solution would be to utilise an environment variable such as CYGROOT or (as in startxwi

RE: no dice yet on .net server?

2002-11-09 Thread Chris January
as going > to try to debug it. I will try it on RC1 next week sometime and > have a look-see. Finally got round to trying Cygwin on .NET Enterprise Server RC1 and it works fine. Anyone who was having problems, are you still seeing these and can you give me any more details? Chris -- Unsubscribe i

RE: [list] Re: Trouble compiling e100 driver

2002-11-12 Thread Chris January
> Max, > Attached is the output of the of the cygcheck. > Thanks! Looks like you are using a very old copy of Cygwin! Chris > > [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > > Max, > > > > Thank you for your reply. > > In general, it'

/bin/shutdown on ME

2002-11-13 Thread Chris Polley
after a while that shutdown isn't responding, and gives the Wait/End Task/Cancel dialog. :-( Is this a known limitation of cygwin on ME, or should I delve further? Attached is my "cygcheck -s -v -r" (which BTW the FAQ#SEC29 still directs to be pasted into the message.) Thanks, Chris

Help With PostgreSQL On Cygwin

2002-11-16 Thread Chris Schneider
run PostgreSQL without a bash shell or not. In general, I am just hoping someone can help me get the db storage area initialized so I can create the actual database. Thanks in advance for any assistance. Chris Schneider

Installing PostgreSQL on Windows using Cygwin

2002-11-17 Thread Chris Schneider
--Run 'postmaster -D /data' (also use the -i option if you plan to connect from another client) --Then create the database and all the other typical PostgreSQL stuff. Hope this helps. Chris Sch

mno_cygwin gcc 3.2

2002-11-19 Thread Chris Twiner
for a dll compiled with : g++ -shared -mno_cygwin -o X.dll x.cpp Is this behaviour incorrect or is it planned that all cygwin gcc compiled apps will be forced to link with cygwin1.dll? Thanks, Chris _ Add photos to your e-mail

RE: mno_cygwin gcc 3.2

2002-11-19 Thread Chris Twiner
as it been unfixed in this release or do I have some env badly configured, TIA Chris _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/ibuy/campaign.asp?cid=3963 -- Unsubscribe info: http://cyg

Re: mno_cygwin gcc 3.2

2002-11-19 Thread Chris Twiner
Chris Twiner <[EMAIL PROTECTED]> wrote: >> The correct option is -mno-cygwin and it works fine for me (at least >> for "hello world" app). >> > Thanks Pavel, > > Do you not get a : > > ld: cannot open dllcrt2.o Do you have the gcc-mingw package in

Re: mno_cygwin gcc 3.2

2002-11-19 Thread Chris Twiner
sing -L/lib/mingw to it directly still places it after the dllcrt2.o so the linker never finds it). What does your's show? TIA Chris _ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.com/clinic/i

Re: mno_cygwin gcc 3.2

2002-11-20 Thread Chris Twiner
-lgcc -lmoldname -lmingwex -lm svcrt /usr/lib/gcc-lib/i686-pc-mingw32/3.2/crtend.o Using gcc-3.2-3. this is vastly different then the machine's I have. I have attached an untouched spec file fresh from setup.exe. Are there any differences with yours?

Re: mno_cygwin gcc 3.2

2002-11-20 Thread Chris Twiner
eem to change. I'll try on another machine. Chris _ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bu

Re: mno_cygwin gcc 3.2

2002-11-20 Thread Chris Twiner
$ cygcheck -c gcc will show you the version installed. got the right version on this computer and the spec file is still broken, it just adds dllcrt2.o not the path as yours does. Chris _ Add photos to your e-mail with MSN 8

Re: mno_cygwin gcc 3.2

2002-11-20 Thread Chris Twiner
ty_v0 so I added a : extern "C" {long __gxx_personality_v0;} And that seems to keep everything happy. Not pretty but it works. In answer to the mingw stuff I added the paths to $LIBRARY_PATH and then it caused pthread issues which I couldn't seem to resolve hence the -nostd

Re: mno_cygwin gcc 3.2

2002-11-20 Thread Chris Twiner
such must not use cygwin1.dll (which by default is not in the path). Chris _ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail -- Unsubscribe info: http://cygwin.com/ml

Re: bash isn't running my .bashrc!

2002-11-28 Thread Chris Game
ching for and reading and understanding docs is way too much for occasional users. -- === Chris Game === -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com

RE: [list] Re: Cygwin official logo ?

2002-11-29 Thread Chris January
> I think the linux pengu should stay with them. I do like the idea for a > koala. Is anyone a good drawer? I'm working on a koala design right now - let's me avoid proper work... :-) Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporti

Re: Cygwin official logo ?

2002-11-29 Thread Chris January
anyone's interested in it I can rework it for the setup program or whatever. I doubt it will be of much use though. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: [list] Re: cygwin official logo ?

2002-11-29 Thread Chris January
it. Linus likes penguins. I like otters. > > If there is going to be an animal mascot for cygwin it should be an > otter. > > cgf I made a koala logo (http://www.doc.ic.ac.uk/~ccj00/twiki/bin/view/Cygwin/CygwinKoala). I could avoid more work knocking up an otter logo, but I rea

problem with chroot causing Cygwin to get confused about the root directory

2002-12-01 Thread Chris January
I'm having a problem with chroot - see the following strace: CYGWIN_NT-5.1 AVOCADO 1.3.17(0.67/3/2) 2002-11-27 18:54 i686 unknown 63 60329 [main] linexec 2652 normalize_posix_path: src . 61 60390 [main] linexec 2652 cwdstuff::get: posix /home/chris/line/rootfs 55 60445

Re: bash isn't running my .bashrc!

2002-12-01 Thread Chris Game
the FAQ) That would be a great suggestion Larry, if I were in a position to know what the docs should say! -- ======= Chris Game === -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug repo

RE: problem with chroot causing Cygwin to get confused about the root directory

2002-12-01 Thread Chris January
t;/") is called at time 64000. The result of conv_to_posix_path > at time 2652 should be '/', but is instead /cygdrive/c/... > I'll look at the Cygwin source, but has anyone else any ideas as I suspect > it may take me some time to track this down. In the same vain, chroot . in

Question about Cygwin license

2002-12-01 Thread Chris January
Can standard GPL v2 code be included in Cygwin? What if I look at how that code does something and then write my own implementation? What if the two implementations are very similar? What if I tell someone else on the mailing list how to do it? Chris -- Unsubscribe info: http://cygwin.com

RE: [list] RE: problem with chroot causing Cygwin to get confused about the root directory

2002-12-01 Thread Chris January
x27;m playing with Line). when I run chroot ., Cygwin tries to run /bin/sh, but for some reason thinks it's a script. Scripts are run with /bin/sh, so off Cygwin goes to look for /bin/sh...ad nauseum. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: problem with chroot causing Cygwin to get confused about the root directory

2002-12-01 Thread Chris January
in path.ccc (mount_info::conv_to_posix_path), the problem goes away: if (cygheap->root.exists () && !cygheap->root.posix_ok (mi.posix_path)) continue; can anyone justify their inclusion? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

pthread_mutex_trylock does not lock

2002-12-03 Thread Chris Knight
pthread_mutex_init(&accessMutex, NULL); printf ("Try lock(%d)\n", pthread_mutex_trylock(&accessMutex)); printf ("Lock(%d)\n", pthread_mutex_lock(&accessMutex)); printf ("We should never get here!"); } /* -----

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-12-04 Thread Chris Game
s your system > afterall :) Ah! Thanks for useful hints - now how do I get out of this 'None' group that I'm apparently in, and into 'Users' or even 'Administrators'? -- === Chris Game ==

RE: [list] Re: query

2002-12-15 Thread Chris January
No but if you have the source you can build the application > with Cygwin's gcc or g++. That will run on W2K. You can use Line. E-mail me for some working sources and binaries. You'll need a Linux distro too. Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug

RE: tcsh not useable out of the box

2002-12-18 Thread Chris January
ot; But on a standard Cygwin install, /usr/bin == /bin ? Chris -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

  1   2   3   4   5   6   7   8   9   10   >