Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Oliver Geisen
Hello, is there a reason (i bet there is :-) why the /proc and /cygdrive directory isn't visible when ls -l / ? cd / mkdir proc cygdrive Sounds easy. But unfortunately it doesn't work for the /proc. The command executes but after that there is still no directory visible via LS. Mit

Re: access to event log of windows

2004-07-13 Thread Systemtechnik
Hello, is there a way to read/write from/to the event log of windows ? syslog and vsyslog are implemented in Cygwin. On NT they use the event log system. You're right. But i think with syslog i can only write to the log. What i also need is to read from it :-) In other words: i'd like to scan NT

RE: Wrapping long lines (Was Re: FAQ update suggestion for I'm having basic problems with find. Why?)

2004-07-13 Thread GARY VANSICKLE
At 08:47 PM 7/11/2004, you wrote: On Sat, Jul 10, 2004 at 09:54:05AM -0500, Eduardo Chappa wrote: That was CGF himself, he volunteered to not to volunteer. He brought this topic onto himself. This statement is disingenuous. For shame. Perhaps, perhaps not. I'm still waiting

Re: rsync very slow, but not a network issue

2004-07-13 Thread Alexis Gallagher
Hello all, Thanks for the help so far, on this issue with the mysterious non-network based rsync slowdown. To recap... Brian Dessent wrote: Reini Urban wrote: Alexis Gallagher wrote: When the file is alredy there, rsync reports a speedup of about 70. (When the file is not already there, the speed

Re: rsync very slow, but not a network issue

2004-07-13 Thread Steven Hartland
- Original Message - From: Alexis Gallagher In any event I checked Reini's theory using a 5 MB text file that consists only of x's and newlines. So unlike an MP3, this file is non-binary and extremely compressible. And what I observed was as follows: scp: 348800 bytes/sec

Re: rsync very slow, but not a network issue

2004-07-13 Thread Reini Urban
Brian Dessent schrieb: Reini Urban wrote: When the file is alredy there, rsync reports a speedup of about 70. (When the file is not already there, the speed up is 1, of course.) I am running rsync over ssh with pre-generated keys installed in my .ssh directories. This is a binary MP3. rsync (as

Re: rsync very slow, but not a network issue

2004-07-13 Thread Alexis Gallagher
Hi Steve, Steven Hartland wrote: Is this not because its showing you the network transfer rate i.e. spending all its time doing compression and therefore not having to do actual network transfers? How long did each test take? I just performed the test again, this time timing the transfers with a

Re: rsync very slow, but not a network issue

2004-07-13 Thread Thorsten Kampe
* Alexis Gallagher (2004-07-12 19:46 +0200) I am finding that rsync+ssh is giving extremely slow file transfers. But this slowdown is hitting not when it needs to send data over the network, but when it applies the rsync algorithm which is supposed to be faster than sending all the data

Re: rsync very slow, but not a network issue

2004-07-13 Thread Steven Hartland
Are you using --size-only? Depending on the processor the check of the file chunks can be slower. Steve / K - Original Message - From: Alexis Gallagher So it's taking much longer in real time when the file is already there, which is exactly the situation where rsync is supposed

Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Thorsten Kampe
* Oliver Geisen (2004-07-13 08:26 +0200) is there a reason (i bet there is :-) why the /proc and /cygdrive directory isn't visible when ls -l / ? cd / mkdir proc cygdrive Sounds easy. But unfortunately it doesn't work for the /proc. The command executes but after that there is still no

Re: rsync very slow, but not a network issue

2004-07-13 Thread Alexis Gallagher
Ok, Now this is progress. When I use '--size-only' then I do see a speedup. The 'transfer' is virtually instantaneous on the stopwatch, and 'rsync --stats' reports a speed of a mere 25 bytes/sec but with a reported speedup of 78125. I can see why this works, but I remain confused why I should

Re: FAQ update suggestion for I'm having basic problems with find. Why?

2004-07-13 Thread William Blunn
On 2004-07-08, Larry Hall wrote: At 10:02 AM 7/8/2004, you wrote: I have been using *ixy-type systems on and off for what must now be 16 years, including using find. I was using find today on an UDF/ISO format DVD-R, and was perplexed by it seemingly missing out large chunks of the

Re: rsync very slow, but not a network issue

2004-07-13 Thread Reini Urban
Thorsten Kampe schrieb: * Alexis Gallagher (2004-07-12 19:46 +0200) I am finding that rsync+ssh is giving extremely slow file transfers. But this slowdown is hitting not when it needs to send data over the network, but when it applies the rsync algorithm which is supposed to be faster than

Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Corinna Vinschen
On Jul 13 13:30, Thorsten Kampe wrote: * Oliver Geisen (2004-07-13 08:26 +0200) is there a reason (i bet there is :-) why the /proc and /cygdrive directory isn't visible when ls -l / ? cd / mkdir proc cygdrive Sounds easy. But unfortunately it doesn't work for the /proc. The

Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Thorsten Kampe
* Corinna Vinschen (2004-07-13 14:21 +0200) On Jul 13 13:30, Thorsten Kampe wrote: * Oliver Geisen (2004-07-13 08:26 +0200) is there a reason (i bet there is :-) why the /proc and /cygdrive directory isn't visible when ls -l / ? cd / mkdir proc cygdrive Sounds easy. But unfortunately it

Re: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread Corinna Vinschen
On Jul 13 14:24, Thorsten Kampe wrote: * Corinna Vinschen (2004-07-13 14:21 +0200) Just create a directory proc from Windows Explorer. From Cygwin's point of view the directory already exists, even though it's plain virtual. You misunderstood my intention: creating a real /proc has no

RE: access to event log of windows

2004-07-13 Thread Morche Matthias
Another Method is using psloglist from SysInternals psutils package. It's not cygwin, but native win32. ... I have doubts there's a portable way to scan syslog programmatically. If you simply want to access the NT event log, look at the libwin32-perl package (there may be other ways, too).

RE: Problem while copying .EXE files

2004-07-13 Thread Mike Lerwill
-Original Message- Sent: 12 July 2004 12:32 To: Cygwin List Subject: Re: Problem while copying .EXE files I'm sorry but I can't reproduce it. I'm getting a truncated but still normal file after calling this application. I also don't see anything strange in your strace output.

cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Reini Urban
cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs forever. Win2K (no win98 OS) Shouldn't HKEY_PERFOMANCE_DATA be disabled on NT systems, or does it work? This cat has pid 560: $ cat /proc/560/status Name: cat State: R (runnable) Tgid: 560 Pid:560 PPid: 1956 Uid:1000 1000 1000 1000

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Reini Urban wrote: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs forever. According to MSDN (http://msdn.microsoft.com/library/en-us/perfmon/base/the_hkey_performance_data_key.asp): ...although you use the registry to collect performance data, the data

symboilc link does not expand if followed by /..

2004-07-13 Thread Vinay Kumar
Hi all, I found a problem with symbolic link expansion in cygwin. Symbolic link does not expand properly if it is followed by /.. . To see it at your place please do the following. cd /tmp mkdir dir1 mkdir dir2 touch dir1/1.c cd dir2 ln -s ../dir1 symlink if we do ls symlink it gives 1.c as

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Igor Pechtchanski Sent: 13 July 2004 15:30 To: Reini Urban On Tue, 13 Jul 2004, Reini Urban wrote: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs forever. According to MSDN

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Corinna Vinschen
David, since that doesn't look too good, I tried it on NT4 SP6 as well as on XP SP1. I can't reproduce the below problems in either system. Does that only happen on W2K perhaps? Depending on the SP? Corinna On Jul 13 16:07, Dave Korn wrote: Heh. Check this: [EMAIL PROTECTED] ~ cd

dlopen under cygwin

2004-07-13 Thread Maarten Boekhold
Hi all, Is dlopen() friends supported under cygwin? If so, is the DLL that gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of cygwin DLL? Reason I ask it that (while trying to get 'plugins' to work under cygwin) I had a look at the gmodule source code of glib, and it seems

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 July 2004 16:20 David, since that doesn't look too good, I tried it on NT4 SP6 as well as on XP SP1. I can't reproduce the below problems in either system. Does that only happen on W2K perhaps?

is inet_pton() family implemented?

2004-07-13 Thread electa
-- 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: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 July 2004 16:20 David, since that doesn't look too good, I tried it on NT4 SP6 as well as on XP SP1. I can't reproduce the below problems in either system.

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Dave Korn
-Original Message- From: Igor Pechtchanski Sent: 13 July 2004 16:41 On Tue, 13 Jul 2004, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 July 2004 16:20 David, since that doesn't look too good, I tried it on

Re: is inet_pton() family implemented?

2004-07-13 Thread Gerrit P. Haase
electa wrote: No. -- =^..^= http://nyckelpiga.de/donate.html -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: dlopen under cygwin

2004-07-13 Thread Gerrit P. Haase
Maarten wrote: Hi all, Is dlopen() friends supported under cygwin? If so, is the DLL that gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of cygwin DLL? dlopen() works and one should use it. Reason I ask it that (while trying to get 'plugins' to work under cygwin)

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Dave Korn wrote: -Original Message- From: Igor Pechtchanski Sent: 13 July 2004 16:41 On Tue, 13 Jul 2004, Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Corinna Vinschen Sent: 13 July 2004 16:20 David,

gcc: How does gcc look for foo.dll in `gcc ... -lfoo'?

2004-07-13 Thread Alexey Lyubimov
I'm confused since the gcc documentation says that the only thing that `-lfoo' does, is that it allows gcc to look for `libfoo.a' while linking. But what about the shared libraries (DLLs)? It seems to me that gcc looks for `libfoo.dll', `cygfoo.dll', `foo.dll' and may be for all these plus `.a'

Re: Where is libxml2.dll?

2004-07-13 Thread Gerrit P. Haase
Richard wrote: I am running Windows 2003 server with on which I have installed cygwin within the last month. I found a terrific little utility (webdav client) at http://www.gohome.org/nd/ which I downloaded and compiled (with gcc) with cygwin. At the bash command prompt, it appears to

Re: gcc: How does gcc look for foo.dll in `gcc ... -lfoo'?

2004-07-13 Thread Gerrit P. Haase
Alexey wrote: I'm confused since the gcc documentation says that the only thing that `-lfoo' does, is that it allows gcc to look for `libfoo.a' while linking. But what about the shared libraries (DLLs)? It seems to me that gcc looks for `libfoo.dll', `cygfoo.dll', `foo.dll' and may be for all

Re: FAQ update suggestion for I'm having basic problems with find. Why?

2004-07-13 Thread Larry Hall
At 07:54 AM 7/13/2004, you wrote: On 2004-07-08, Larry Hall wrote: At 10:02 AM 7/8/2004, you wrote: snip My point is this: Whilst this is not an issue with Cygwin per se, the nature of Cygwin means that this issue will tend to arise commonly with Cygwin, and tend not to arise under

RE: need -mrtd to create Excel DLL?

2004-07-13 Thread Siegfried Heintze
Lester, It works! Thank you. Assuming these will be archived, maybe this can help someone else. Since I'm wondering if Excel was caching something, I decided to use C# and it works! Thanks, Siegfried Here is the example of calling cygwin C from C#: --begin here -- // Begin

Re: need -mrtd to create Excel DLL?

2004-07-13 Thread Lester Ingber
Siegfried: Hi. I did not use any __declspec keywords, etc. -- just vanilla C code which runs as well under gcc or g++ under Cygwin, FreeBSD, or SPARC/Solaris, etc. Creating DLLs is another matter -- I've just tested this using Cygwin/gcc under XP Pro. As I said, I cannot get this to work under

How to update official cygwin documentation for g77 and gcc? (was: RE: need -mrtd to create Excel DLL?)

2004-07-13 Thread Siegfried Heintze
Lester, Yeah, I did the same (with regard to __declspec keywords). Odd, Excell won't read the DLL but C# will! I was just using Excell because it was handy to test with. Good thing I really don't need excel. My real concern is calling g77 from C# (which works). I got C# to call gcc too under

Re: need -mrtd to create Excel DLL?

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Lester Ingber wrote: Siegfried: Hi. I did not use any __declspec keywords, etc. -- just vanilla C code which runs as well under gcc or g++ under Cygwin, FreeBSD, or SPARC/Solaris, etc. Creating DLLs is another matter -- I've just tested this using Cygwin/gcc under XP

FYI: cygwin1.dll build 0701 fixed a file-permission-over-SMB problem I had

2004-07-13 Thread John Lusk
Just a thanks, y'all! We have what I believe is an oldish Snap! server here that we export some network shares from. My 1.5.10-3 dll was failing (specifically, vim 6.3 and perl 5.8 couldn't write files on it, although bash had no problem [echo foo foo.txt]). The 0701 build seems to have solved

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Yitzchak Scott-Thoennes
On Tue, Jul 13, 2004 at 12:21:50PM -0400, Igor Pechtchanski wrote: bufalloc = 0; do { == bufalloc += 1000; I have a theory that the performance data may be added in chunks larger than 1000 bytes, so the fhandler just can't keep up with the amount of data, and

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Yitzchak Scott-Thoennes wrote: On Tue, Jul 13, 2004 at 12:21:50PM -0400, Igor Pechtchanski wrote: bufalloc = 0; do { == bufalloc += 1000; I have a theory that the performance data may be added in chunks larger than 1000 bytes, so the

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Yitzchak Scott-Thoennes
On Tue, Jul 13, 2004 at 06:20:19PM -0400, Igor Pechtchanski wrote: Perhaps bufalloc += max(bufalloc, 1000); Gack! I meant min() :) Sorry, but no. This will do nothing for the original problem. The idea was that at some point you need the rate of buffer size increase to overtake the rate

malloc debug?

2004-07-13 Thread Sam Steingold
Is any malloc/free debug library available for cygwin? (something like dmalloc, memdebug, mprof c c) Thanks. -- Sam Steingold (http://www.podval.org/~sds) running w2k http://www.camera.org http://www.iris.org.il http://www.memri.org/ http://www.mideasttruth.com/ http://www.honestreporting.com

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Yitzchak Scott-Thoennes wrote: On Tue, Jul 13, 2004 at 06:20:19PM -0400, Igor Pechtchanski wrote: Perhaps bufalloc += max(bufalloc, 1000); Gack! I meant min() :) Ah, yes, that'd work (i.e., converge faster). We might want to eventually explore something in between

Re: malloc debug?

2004-07-13 Thread Ken Dibble
I am unable to locate the package searching the cygwin packages (not that my being unable to find something means anything). I can tell you that dmalloc (on sourceforge) builds cleanly (requiring gcc and g++) and passes its self tests on my XP box. I am sure that someone better informed that I

Firewall issue

2004-07-13 Thread Michael Sullivan
I hope someone can help me. I'm using Cygwin on an old PC with 1.2gig hard drive and 24MB RAM (pathetic I know.) I'm using the PC as a holding area for backups so that I don't have to write the backups to CD every day. The network card in the PC is a Kingston Etherex card, and it's not very

Problems building Cygwin CVS HEAD

2004-07-13 Thread Igor Pechtchanski
Hi, I'm getting the following error building Cygwin CVS HEAD: c++ -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/cygwin -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup/w32api/lib -isystem /usr/src/cygwin-cvs/src/winsup/include -isystem

Re: Problems building Cygwin CVS HEAD

2004-07-13 Thread Igor Pechtchanski
Apologies to all, this got sent to the wrong list by mistake. Please ignore. Igor On Tue, 13 Jul 2004, Igor Pechtchanski wrote: Hi, I'm getting the following error building Cygwin CVS HEAD: c++ -L/usr/src/cygwin-cvs/build/i686-pc-cygwin/winsup

Re: Firewall issue

2004-07-13 Thread Michael Uman
Hello, I don't believe that Cygwin installs a firewall as default... Michael Uman On Tue, 2004-07-13 at 17:16, Michael Sullivan wrote: I hope someone can help me. I'm using Cygwin on an old PC with 1.2gig hard drive and 24MB RAM (pathetic I know.) I'm using the PC as a holding area for

sending email from Cygwin

2004-07-13 Thread luke . kendall
On 1 Feb, Brian Dessent wrote: If you're just after 'sendmail compatibility' then both ssmtp and exim provide symbolic links to /usr/sbin/sendmail. So any script or other type of app that wants to just send out email by invoking the sendmail command should work fine. I appear to

Re: Firewall issue

2004-07-13 Thread Larry Hall
At 08:16 PM 7/13/2004, you wrote: I hope someone can help me. I'm using Cygwin on an old PC with 1.2gig hard drive and 24MB RAM (pathetic I know.) I'm using the PC as a holding area for backups so that I don't have to write the backups to CD every day. The network card in the PC is a Kingston

Re: sending email from Cygwin

2004-07-13 Thread Robert R Schneck
[EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I appear to have both exim and ssmtp installed; but I see that /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if interesting. In fact, the ssmtp package does not create the sendmail symlink. As far as I can tell, no Cygwin package

Building shared mod_php on cygwin + undefined symbols and missing DSOs

2004-07-13 Thread Carlo Florendo y Flora
Hello, I'm trying to build the shared php libraries on cygwin but no success so far. Here's the configure invocation: ./configure --with-pgsql --with-apxs=/usr/sbin/apxs \ enable-cgi --enable-fastcgi I get this warning when running make: libtool: link: warning: undefined symbols not allowed

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Igor Pechtchanski wrote: On Tue, 13 Jul 2004, Yitzchak Scott-Thoennes wrote: On Tue, Jul 13, 2004 at 06:20:19PM -0400, Igor Pechtchanski wrote: Perhaps bufalloc += max(bufalloc, 1000); Gack! I meant min() :) Ah, yes, that'd work (i.e., converge faster). We

Re: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Yitzchak Scott-Thoennes
On Tue, Jul 13, 2004 at 10:23:51PM -0400, Igor Pechtchanski wrote: On Tue, 13 Jul 2004, Igor Pechtchanski wrote: On Tue, 13 Jul 2004, Yitzchak Scott-Thoennes wrote: On Tue, Jul 13, 2004 at 06:20:19PM -0400, Igor Pechtchanski wrote: Perhaps bufalloc += max(bufalloc, 1000);

Re: sending email from Cygwin

2004-07-13 Thread Larry Hall
At 10:16 PM 7/13/2004, you wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I appear to have both exim and ssmtp installed; but I see that /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if interesting. In fact, the ssmtp package does not create the sendmail symlink. As far

RE: cygwin: /proc and /cygdrive insvisible

2004-07-13 Thread GARY VANSICKLE
Mit freundlichen GrĂ¼ssen, ? With friendly GrĂ¼ssen. I knew that high school German would come in handy some day... ;-) -- Gary R. Van Sickle -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Undefined reference errors and libtool

2004-07-13 Thread Pereira, Ricardo Scachetti
Hello, Maybe someone from the list can help me out. I'm trying to build a project that contains a number of executables, static and shared libraries using cygwin/autotools, but I'm having trouble with libtool. At certain point during the build, the linker returns an undefined reference

RE: cat /proc/registry/HKEY_PERFOMANCE_DATA/@ hangs

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Igor Pechtchanski wrote: On Tue, 13 Jul 2004, Dave Korn wrote: [snip] I didn't get around to trying the actual cat instruction he quoted. I'll try it now: [EMAIL PROTECTED] ~ cat /proc/registry/HKEY_PERFOMANCE_DATA Segmentation fault (core dumped) [EMAIL

Re: dlopen under cygwin

2004-07-13 Thread Charles Wilson
Gerrit P. Haase wrote: Maarten wrote: Hi all, Is dlopen() friends supported under cygwin? If so, is the DLL that gets loaded using dlopen() a regular Win32 DLL, or a 'special' type of cygwin DLL? dlopen() works and one should use it. Reason I ask it that (while trying to get 'plugins' to

Re: gcc: How does gcc look for foo.dll in `gcc ... -lfoo'?

2004-07-13 Thread Charles Wilson
Gerrit P. Haase wrote: Alexey wrote: I'm confused since the gcc documentation says that the only thing that `-lfoo' does, is that it allows gcc to look for `libfoo.a' while linking. But what about the shared libraries (DLLs)? It seems to me that gcc looks for `libfoo.dll', `cygfoo.dll', `foo.dll'

Re: sending email from Cygwin

2004-07-13 Thread Robert R Schneck
Larry Hall [EMAIL PROTECTED] wrote: At 10:16 PM 7/13/2004, you wrote: [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I appear to have both exim and ssmtp installed; but I see that /usr/sbin/sendmail is a symlink to /usr/bin/ssmtp. Fair enough, if interesting. In fact, the ssmtp package does not

Re: gcc: How does gcc look for foo.dll in `gcc ... -lfoo'?

2004-07-13 Thread Alexey Lyubimov
Thank you, Gerrit! It is almost clear now (thanks to Charles Wilson too!). But there are two things left: 1) Why does the linker searches not only for libmfoo... libraries, but for mfoo.dll itself (without any lib or cyg prefix) also? 2) What are the pros cons of using import library and linking

Re: [RFC] Change to subversion package: Move /usr/bin/* - /usr/bin/subversion/* and add symlinks in /usr/bin

2004-07-13 Thread Bas van Gompel
Op Mon, 12 Jul 2004 11:32:30 +0100 schreef Max Bowsher in [EMAIL PROTECTED]: : Christopher Faylor wrote: [...] : The FHS dictates no subdirectories in /usr/bin and I think it's a good : rule. Program specific subdirectories belong in /usr/lib. : : ... : : Why didn't rpm just put its binaries

FROM IBRAHIM

2004-07-13 Thread MR IBRAHIM
THE DIRECTOR GENERAL FEDERAL MINSTRY OF FINANCE FEDERAL SECRETARIAT COMPLEX. ATT, I am ibrahim the Personal Assistant to the son of late Head of state Mohamed Abacha. I have in my possession the documents of US$10.5M (ten million, five hundred thousand united states dollars) which the late head

OPENGL ON CYGWIN

2004-07-13 Thread Loren Greenman
Hi, My name is Loren Greenman, and I am running Cygwin at home. When I log in remotely (secure shell) to the computers at where I work, I am unable to run application that require OpenGL. I have downloaded the OpenGL library, and am otherwise up to date on Cygwin. However, I still get an error

Re: OPENGL ON CYGWIN

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, Loren Greenman wrote: Hi, My name is Loren Greenman, and I am running Cygwin at home. When I log in remotely (secure shell) to the computers at where I work, I am unable to run application that require OpenGL. I have downloaded the OpenGL library, and am otherwise up

Re: OPENGL ON CYGWIN

2004-07-13 Thread Igor Pechtchanski
Loren, Considering the message that made it to the list just before yours (http://cygwin.com/ml/cygwin-xfree/2004-07/msg00074.html), the choice of ALL-CAPS for the subject was perhaps not the wisest... :-) More below. On Tue, 13 Jul 2004, Loren Greenman wrote: Hi, My name is Loren Greenman,

Re: X startup hangs

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, electa wrote: When i try to start X with command: $ startx (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: 0410 (0410) (--) Using preset keyboard for Italian (410), type 4 Rules = xorg Model = pc105 Layout = it Variant = (null)

Re: X startup hangs

2004-07-13 Thread electa
$ mount C:\Programmi\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type sys tem (binmode) C:\Programmi\cygwin\bin on /usr/bin type system (binmode) C:\Programmi\cygwin\lib on /usr/lib type system (binmode) C:\Programmi\cygwin on / type system (binmode) c: on /cygdrive/c type user

How to use ddd with XWindows?

2004-07-13 Thread Siegfried Heintze
I apologize if I had already posted this question. However, I did not see my own posting and I assume it never made it to the mailing list. I see from the posting below that you are using startx. H... I think that is the command I use on Linux. I tried it on Win2003 server running cygwin and

Re: X startup hangs

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, electa wrote: $ mount C:\Programmi\cygwin\usr\X11R6\lib\X11\fonts on /usr/X11R6/lib/X11/fonts type sys tem (binmode) C:\Programmi\cygwin\bin on /usr/bin type system (binmode) C:\Programmi\cygwin\lib on /usr/lib type system (binmode) C:\Programmi\cygwin on / type system

Re: How to use ddd with XWindows?

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, Siegfried Heintze wrote: I apologize if I had already posted this question. However, I did not see my own posting and I assume it never made it to the mailing list. I see from the posting below that you are using startx. H... I think that is the command I use on

Re: gaim 'BadWindow' crashes fixed

2004-07-13 Thread Jean-Claude Gervais
Danilo, If you have the uncompressed TIFFs handy, could you please send them to me? Or if there is an easier way to fix the problem, please, someone speak up. Thanks. On Tue, 2004-07-06 at 11:01, Danilo Turina wrote: I also think so. In fact when I used WindowMaker (now I go

Re: How to use ddd with XWindows?

2004-07-13 Thread Igor Pechtchanski
On Tue, 13 Jul 2004, Siegfried Heintze wrote: I apologize if I had already posted this question. However, I did not see my own posting and I assume it never made it to the mailing list. I see from the posting below that you are using startx. H... I think that is the command I use on

Re: X startup hangs

2004-07-13 Thread electa
still hangs... $ startx -- -kb -multiwindow -clipboard Welcome to the XWin X Server Vendor: The Cygwin/X Project Release: 6.7.0.0-10 Contact: [EMAIL PROTECTED] XWin was started with the following command line: /usr/X11R6/bin/X :0 -kb -multiwindow -clipboard _XSERVTransmkdir: Owner of

Re: X startup hangs

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, electa wrote: still hangs... $ startx -- -kb -multiwindow -clipboard (--) Setting autorepeat to delay=500, rate=31 (--) winConfigKeyboard - Layout: 0410 (0410) (--) Using preset keyboard for Italian (410), type 4 (++) XkbExtension disabled Could not init font

Re: X startup hangs

2004-07-13 Thread Alexander Gottwald
On Tue, 13 Jul 2004, electa wrote: xinit /usr/X11R6/lib/X11/xinit/xinitrc -- /usr/X11R6/bin/XWin -multiwindow -clipboard Can you provide me with an strace output of the above: strace -o xinit.strace xinit /usr/X11R6/lib/X11/xinit/xinitrc -- /usr/X11R6/bin/XWin -multiwindow -clipboard

Re: How to use ddd with XWindows?

2004-07-13 Thread Arturus Magi
Siegfried Heintze wrote: I apologize if I had already posted this question. However, I did not see my own posting and I assume it never made it to the mailing list. I see from the posting below that you are using startx. H... I think that is the command I use on Linux. I tried it on Win2003

src/winsup/mingw ChangeLog Makefile.in include ...

2004-07-13 Thread earnie
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-07-13 11:04:25 Modified files: winsup/mingw : ChangeLog Makefile.in winsup/mingw/include: _mingw.h Log message: * include/_mingw.h: Increment minor version for 3.4 release.

src/winsup/mingw ChangeLog include/limits.h

2004-07-13 Thread earnie
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-07-13 11:11:36 Modified files: winsup/mingw : ChangeLog winsup/mingw/include: limits.h Log message: * include/limits.h: Change to new file header preamble. Patches:

src/winsup/mingw ChangeLog Makefile.in

2004-07-13 Thread earnie
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-07-13 11:23:08 Modified files: winsup/mingw : ChangeLog Makefile.in Log message: * Makefile.in: Move use of --nostdinc++ as GCC3.4 refuses to use it for C modules. Patches:

src/winsup/mingw ChangeLog mingwex/Makefile.in ...

2004-07-13 Thread earnie
CVSROOT:/cvs/src Module name:src Changes by: [EMAIL PROTECTED] 2004-07-13 13:01:28 Modified files: winsup/mingw : ChangeLog winsup/mingw/mingwex: Makefile.in winsup/mingw/profile: Makefile.in Log message: * Makefile.in: Move use of