Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Peter A. Castro
On Thu, 8 Apr 2004, Christopher Faylor wrote: > On Thu, Apr 08, 2004 at 10:07:19PM +0200, Johan Holmberg wrote: > >A short description of my enironment: > > > >- the programs I'm building are C/C++ compilers > > > >- I use GCC in Cygwin to get a "second opinion" from another compiler > > than the

Re: reentrant functions

2004-04-08 Thread Christopher Faylor
On Fri, Apr 09, 2004 at 04:33:26AM +0200, Bas van Gompel wrote: >[You left very little context. I added some.] > >Op Thu, 8 Apr 2004 21:00:34 -0400 >schreef Christopher Faylor >in <[EMAIL PROTECTED]>: >Christopher Faylor: >>::We also do not want to export _r functions which are unique only to >>::

Re: reentrant functions

2004-04-08 Thread Bas van Gompel
[You left very little context. I added some.] Op Thu, 8 Apr 2004 21:00:34 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: Christopher Faylor: > :: We also do not want to export _r functions which are unique only to > :: newlib. For instance, I suspect that _mallopt_r is probably not >

Re: group name is ? when doing an ls on a directory

2004-04-08 Thread Larry Hall
Can't hurt but it's not clearly necessary from the information you provided. Larry At 12:48 PM 4/8/2004, you wrote: >Should I also run >mkpasswd -l -d >/etc/passwd > >Thanks for the help. > >> At 11:43 AM 4/8/2004, you wrote: >>>I have just done a new install of cygwin. >>>When I do an ls -al on

Re: reentrant functions

2004-04-08 Thread Christopher Faylor
On Fri, Apr 09, 2004 at 02:33:05AM +0200, Bas van Gompel wrote: >That's not what was asked... Aren't you glad I clarified? >Corinna said: >[...] >| Cygwin. Any volunteer to collect these non-exported newlib functions >| so that we can add all of them? > > >Ok, here goes again (this time assumi

Gold stars for an anonymous contributor

2004-04-08 Thread Christopher Faylor
You know how I always whine about how I can't debug 64 bit windows without a 64 bit system and have asked (not entirely seriously) for the contribution of a system? Well, I now have a brand new 64 bit windows system, contributed by an anonymous benefactor. Needless to say I was blown away by her

Re: reentrant functions

2004-04-08 Thread Bas van Gompel
Op Thu, 8 Apr 2004 16:02:23 -0400 schreef Christopher Faylor in <[EMAIL PROTECTED]>: : On Thu, Apr 08, 2004 at 09:30:47PM +0200, Bas van Gompel wrote: [...] : > $ grep -oR '_[^ ]\+_r *( *struct \+_reent' .|sed 's, *(.*,,'|sort|uniq [...] : > _remove_r and _stat64_r only occur in winsup/cygwin/sys

Re: broken built of cygwin compiled OpenGL/Mesa application

2004-04-08 Thread Theo Verelst
I just figured out with diff that there's probably just one line in error, which I commented out, and there some stuff removed. It compiled again, but I still wonder how it all is with glu.h ! Theo. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http

Re: Is "Patch" broken?

2004-04-08 Thread Larry Hall
At 05:20 PM 4/8/2004, you wrote: >...is my usage broken? > >I haven't used Patch in a while, but I've been trying to patch >DBD::Oracle1.15, and the seemingly innocuous patch is being totally >rejected: > >[EMAIL PROTECTED]:/c/temp/DBI/patched-DBDO1.15> patch -p0 -F 3 < pch.1 >patching file dbd-o

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Christopher Faylor
On Thu, Apr 08, 2004 at 10:07:19PM +0200, Johan Holmberg wrote: >A short description of my enironment: > >- the programs I'm building are C/C++ compilers > >- I use GCC in Cygwin to get a "second opinion" from another compiler > than the one we use normally (Visual C++). > >- I use Cons as my buil

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Ross Ridge
> Several replies mentioned the possibility of making several > intermediate libraries. I'm well aware of that possibility. But since > I'm not interested in the "library functionality" of libraries, any such > partitioning seems artificial. I always want a *full linking* where all > object files

Re: group name is ? when doing an ls on a directory

2004-04-08 Thread Anybody
Should I also run mkpasswd -l -d >/etc/passwd Thanks for the help. > At 11:43 AM 4/8/2004, you wrote: >>I have just done a new install of cygwin. >>When I do an ls -al on a directory, the group for all the files is listed >>as . > > > Rerun 'mkgroup -l -d >/etc/group'. If that doesn't he

Re: Uninstall packages/dependecies

2004-04-08 Thread Larry Hall
At 03:48 PM 4/8/2004, you wrote: >I'm curious if there is a way to force the setup.exe to disable >automatic dependecies and automatic package upgrade/selection. It >makes it quite inconvient when trying to uninstall many packages from >the system (whole categories), but when clicking on a few st

Is "Patch" broken?

2004-04-08 Thread Bruce Dobrin
...is my usage broken? I haven't used Patch in a while, but I've been trying to patch DBD::Oracle1.15, and the seemingly innocuous patch is being totally rejected: [EMAIL PROTECTED]:/c/temp/DBI/patched-DBDO1.15> patch -p0 -F 3 < pch.1 patching file dbd-oracle/trunk/Oracle.xs Hunk #1 FAILED at 1

Re: group name is ? when doing an ls on a directory

2004-04-08 Thread Larry Hall
At 11:43 AM 4/8/2004, you wrote: >I have just done a new install of cygwin. >When I do an ls -al on a directory, the group for all the files is listed >as . Rerun 'mkgroup -l -d >/etc/group'. If that doesn't help, read: >Problem reports: http://cygwin.com/problems.html -- Larr

Re: writing csh scripts with cygwin

2004-04-08 Thread Igor Pechtchanski
On Thu, 8 Apr 2004, Christopher Spears wrote: > I've been writing some csh scripts with cygwin and > encountering a lot of problems. I will admit that I > am just learning, but I copied the scripts directly > from the book! I checked out the FAQ, and I am > wondering if the reason why the script

Re: more csh

2004-04-08 Thread Vikram Shrowty
You are probably missing a newline at the end of the last line. On Thu, 8 Apr 2004 12:35:40 -0700 (PDT), "Christopher Spears" <[EMAIL PROTECTED]> said: > Eureka! #!/bin/tcsh does the trick! > > However, now that csh is reading the script: > > #!/bin/tcsh > > set d = `date` > echo "Today's date

group name is ? when doing an ls on a directory

2004-04-08 Thread Anybody
I have just done a new install of cygwin. When I do an ls -al on a directory, the group for all the files is listed as . -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Johan Holmberg
Christopher Faylor wrote: > On Thu, Apr 08, 2004 at 11:11:58AM -0700, Peter A. Castro wrote: >... > >The original post doesn't specify weither they are working inside > >of or outside of a Cygwin environment, but from some of the > >comments I kinda think it maybe outside of. Something like: > >

Re: reentrant functions

2004-04-08 Thread Christopher Faylor
On Thu, Apr 08, 2004 at 09:30:47PM +0200, Bas van Gompel wrote: >Op Wed, 7 Apr 2004 21:46:43 +0200 >schreef Corinna Vinschen >in <[EMAIL PROTECTED]> >in local.ml.cygwin: >: On Apr 6 23:43, Oleg Ostrozhansky wrote: >[...] >: > not thread-safe. But when as an example I try using _gets_r(), I'm >:

Re: rxvt line wrapping

2004-04-08 Thread quarto
Scott, Steven wrote: > Greetings, > > I'm having two related problems with how rxvt wraps long command > lines. Consider the small awk program (the first part is my prompt): > > ~/research/multilogit/data/eip-symptom[557] awk '{for(i=1; i<=3; > ++i) printf("%s ", $i)}' longfilename.txt >

Re: reentrant functions

2004-04-08 Thread Bas van Gompel
Op Thu, 8 Apr 2004 21:30:47 +0200 (MET DST) schreef ik in <[EMAIL PROTECTED]>: [...] : $ grep -oR '_[^ ]\+_r *( *struct \+_reent' .|sed 's, *(.*,,'|sort|uniq That should be: $ grep -hoR '_[^ ]\+_r *( *struct \+_reent' .|sed 's, *(.*,,'|sort|uniq [...] L8r, Buzz. -- ) | | ---/ ---/ Yes, t

Uninstall packages/dependecies

2004-04-08 Thread Anthony DeChiaro
I'm curious if there is a way to force the setup.exe to disable automatic dependecies and automatic package upgrade/selection. It makes it quite inconvient when trying to uninstall many packages from the system (whole categories), but when clicking on a few stray ones (to set to skip/uninstall) i

more csh

2004-04-08 Thread Christopher Spears
Eureka! #!/bin/tcsh does the trick! However, now that csh is reading the script: #!/bin/tcsh set d = `date` echo "Today's date: $d[2-3] $d[6]" echo "Current time: $d[4]" echo Number of users: `who | wc -l` echo Current disk storage: ` du -s ~` I have encountered another problem. Here is the r

Re: reentrant functions

2004-04-08 Thread Bas van Gompel
Op Wed, 7 Apr 2004 21:46:43 +0200 schreef Corinna Vinschen in <[EMAIL PROTECTED]> in local.ml.cygwin: : On Apr 6 23:43, Oleg Ostrozhansky wrote: [...] : > not thread-safe. But when as an example I try using _gets_r(), I'm : > getting a link error that this function does not exist: [...] : Many

Re: writing csh scripts with cygwin

2004-04-08 Thread Brian Ford
On Thu, 8 Apr 2004, Christopher Spears wrote: > I've been writing some csh scripts with cygwin and > encountering a lot of problems. I will admit that I > am just learning, but I copied the scripts directly > from the book! I checked out the FAQ, and I am > wondering if the reason why the script

Re: writing csh scripts with cygwin

2004-04-08 Thread Larry Hall
At 03:02 PM 4/8/2004, you wrote: >I've been writing some csh scripts with cygwin and >encountering a lot of problems. I will admit that I >am just learning, but I copied the scripts directly >from the book! I checked out the FAQ, and I am >wondering if the reason why the scripts are not >working

Re: writing csh scripts with cygwin

2004-04-08 Thread friedman_hill ernest j
I think Christopher Spears wrote: > #csh that gives system status > > set d = `date` > echo "Today's date: $d[2-3] $d[6]" > echo "Current time: $d[4]" > echo Number of users: `who | wc -l` > echo Current disk storage: ` du -s .` > You need to include a #!/bin/tcsh line at the top of the scri

writing csh scripts with cygwin

2004-04-08 Thread Christopher Spears
I've been writing some csh scripts with cygwin and encountering a lot of problems. I will admit that I am just learning, but I copied the scripts directly from the book! I checked out the FAQ, and I am wondering if the reason why the scripts are not working are that they are being interpreted by

RE: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Buchbinder, Barry (NIH/NIAID)
This behavior is documented: http://sources.redhat.com/cygwin/cygwin-ug-net/using-specialnames.html#AEN89 9 As for escaping @, experimenting with c:\cygwin\bin\echo will probably give an answer. -Original Message- From: Dave Korn [mailto:[EMAIL PROTECTED] Sent: Thursday, April 08, 2004 1

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Christopher Faylor
On Thu, Apr 08, 2004 at 11:11:58AM -0700, Peter A. Castro wrote: >On Thu, 8 Apr 2004, Christopher Faylor wrote: >>On Thu, Apr 08, 2004 at 10:00:56AM -0700, Peter A. Castro wrote: >>>The @filename syntax is used by MS's linker (Visual C++/Studio). To my >>>knowledge gcc's linker doesn't support th

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Christopher Faylor
On Thu, Apr 08, 2004 at 06:45:01PM +0100, Dave Korn wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of Christopher Faylor >> Sent: 08 April 2004 18:21 > >> On Thu, Apr 08, 2004 at 10:00:56AM -0700, Peter A. Castro wrote: >> >The @filename syntax is used by MS's linker (Visual

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Peter A. Castro
On Thu, 8 Apr 2004, Christopher Faylor wrote: > On Thu, Apr 08, 2004 at 10:00:56AM -0700, Peter A. Castro wrote: > >The @filename syntax is used by MS's linker (Visual C++/Studio). To my > >knowledge gcc's linker doesn't support this syntax. > > The cygwin DLL supports it (implemented over my gag

RE: cygpcre-0.dll not found message

2004-04-08 Thread Larry Hall
At 01:35 PM 4/8/2004, you wrote: >> -Original Message- >> From: cygwin-owner On Behalf Of James Adams >> Sent: Monday, April 05, 2004 11:55 AM >> >> >> Thanks for the info Larry, I'll give it a try pronto. >> >> >> -James >> >> >> -Original Message- >> From: Larry Hall [mailto

Re: I miss files and openssl doesnt want to install

2004-04-08 Thread Brian Ford
This is not related to Cygwin/X. As such, I have redirected futher discussion to the main Cygwin mailing list. Please consult http://cygwin.com/lists.html before posting again. Also, please consult http://cygwin.com/problems.html for the required way to submit a useful problem report. Finally,

RE: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Christopher Faylor > Sent: 08 April 2004 18:21 > On Thu, Apr 08, 2004 at 10:00:56AM -0700, Peter A. Castro wrote: > >The @filename syntax is used by MS's linker (Visual > C++/Studio). To my > >knowledge gcc's linker doesn't support t

RE: cygpcre-0.dll not found message

2004-04-08 Thread Ross Boulet
> -Original Message- > From: cygwin-owner On Behalf Of James Adams > Sent: Monday, April 05, 2004 11:55 AM > > > Thanks for the info Larry, I'll give it a try pronto. > > > -James > > > -Original Message- > From: Larry Hall [mailto:[EMAIL PROTECTED] > Sent: Monday, April 05,

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Christopher Faylor
On Thu, Apr 08, 2004 at 10:00:56AM -0700, Peter A. Castro wrote: >The @filename syntax is used by MS's linker (Visual C++/Studio). To my >knowledge gcc's linker doesn't support this syntax. The cygwin DLL supports it (implemented over my gagged and thrashing body) but only at a non-cygwin-shell c

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Peter A. Castro
On Thu, 8 Apr 2004, Johan Holmberg wrote: > Hi ! > > I tried to compile/link an application consisting of several hundred > C/C++ files. This gives quite a long command line when it is time > to link the application. A smarter, more traditional, approach would be to change your makefile to archiv

Re: Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Larry Hall
At 11:50 AM 4/8/2004, you wrote: >Hi ! > >I tried to compile/link an application consisting of several hundred >C/C++ files. This gives quite a long command line when it is time >to link the application. > >Windows seem to have a limit of 32k for the length of the command >line as given to to the

RE: "Cygwin Package List" search does not work

2004-04-08 Thread Ken Thompson
Make sure your browser has cookies enabled for the site and it should work > -Original Message- > Of Dennis G. Wicks > Sent: Thursday, April 08, 2004 11:28 AM > Subject: "Cygwin Package List" search does not work > > > The "Search Package List:" function on the "Cygwin Package > List"

Gcc/ld and long command lines (> 32k)

2004-04-08 Thread Johan Holmberg
Hi ! I tried to compile/link an application consisting of several hundred C/C++ files. This gives quite a long command line when it is time to link the application. Windows seem to have a limit of 32k for the length of the command line as given to to the system call 'CreateProcess'. I guess this

Re: What package contains "cygpcre.dll"?

2004-04-08 Thread Larry Hall
At 11:31 AM 4/8/2004, you wrote: >When I was installing/upgrading cygwin I got many messages >that it could not find "cygpcre.dll" and that I should >reinstall the package. > >The problem is that the package search function doesn't >work. As I mentioned in your previous inquiry, WFM. >So, does

Re: "Cygwin Package List" search does not work

2004-04-08 Thread Larry Hall
At 11:27 AM 4/8/2004, you wrote: >The "Search Package List:" function on the "Cygwin Package >List" (http://www.cygwin.com/packages/) does not work. It >returns "HTTP 404 - File not found" when it attempts to >access > > "http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygp"; Just tried it fro

What package contains "cygpcre.dll"?

2004-04-08 Thread Dennis G. Wicks
When I was installing/upgrading cygwin I got many messages that it could not find "cygpcre.dll" and that I should reinstall the package. The problem is that the package search function doesn't work. So, does anyone know what package I need to install/reinstall to get this module? TNX, Dennis --

"Cygwin Package List" search does not work

2004-04-08 Thread Dennis G. Wicks
The "Search Package List:" function on the "Cygwin Package List" (http://www.cygwin.com/packages/) does not work. It returns "HTTP 404 - File not found" when it attempts to access "http://cygwin.com/cgi-bin2/package-grep.cgi?grep=cygp"; -- Unsubscribe info: http://cygwin.com/ml/#unsubsc

broken built of cygwin compiled OpenGL/Mesa application

2004-04-08 Thread Theo Verelst
Readers, Maybe I'm facing a known problem, but I at a glance saw no posts or README's about this subject of OpenGL includes suddenly generating errors after a relatively recent cygwin upgrade. Did the bindings or the include file names change, or should I add some new switch #define ? Below's th

Info

2004-04-08 Thread AutoEmail
this is for your information.. you can email [EMAIL PROTECTED] for any questions you have after viewing the site http://Mugrubi.net -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com

seeking for advice

2004-04-08 Thread SilvioWolf
What you search for is probably a IDE which not really comes with cygwin.. If you really want to go the hard "GNU way" of developing sofware with the autotools and ideally xemacs/emacs(or even vim?:-) you may install cygwin and have a look at some nice tutorial i found: http://www.st-andrews.ac.

Re: [ANNOUNCEMENT] Updated: zsh-4.2.0-2

2004-04-08 Thread zzapper
On Wed, 7 Apr 2004 11:20:41 -0400 (EDT), wrote: >An updated version of zsh (zsh-4.2.0-2) has been released and should be >at a mirror near you real soon. > >- Fix for running scripts from text-mode mounted filesystems. Previously > if you ran a script from a text-mode mount, and it had DOS CR

Leafnode-1.9.52.rel available

2004-04-08 Thread A. Alper Atici
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello, Leafnode is a store-and-forward NNTP proxy suitable for small sites: http://leafnode.sourceforge.net/ I've made a Cygwin package of leafnode-1.9.52.rel available at the following URI: http://web.ttnet.net.tr/alperatici/leafnode-1.9.52.cyg.ta