Re: Gerrit: plans for Gnome 2.6

2004-08-24 Thread Gerrit P. Haase
Yaakov schrieb:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Gerrit P. Haase wrote:
 |
 | libbonobo includes no documentation in the version I used, I need to
 | figure out if it is the wrong tarball.  Besides that it is ready to
 | go.

 I don't think a lack of API docs is a showstopper.


Me too, since the build seems to be broken in the source directory (or
probably my setup is broken).

 | I have also built gconf, gnome-mime-data, gnome-vfs, libgnome,
 | libglade, libgnomecanvas, gail and libgtkhtml and finally was able to
 | build and run GIMP above these.

 Sounds pretty good.  You were able to get GConf working properly?  I
 know some patches are needed, but even CyGnome2 was having problems with
 this.

Well, I have errors in the testsuite for gnome-vfs, don't know if GConf
is the reason for that.

 | But there are failing tests for gnome-vfs.  I need some help to track
 | down the reason and fix the gnome-vfs errors.

 How about getting everything until gnome-vfs up; it'll make it easier
 for others to work with you on this.

Well, the first are are interesting because they are the next on the
installation order listing. The latter two (gail is needed for
libgtkhtml) are needed for the GIMP helpbroser, but GIMP builds without
it as well. 

installation order listing:
http://www.gnome.org/start/2.6/notes/rninstallation.html

I'm missing shared-mime-info in my repository, do you eventually have
that handy / ready for upload?


I have intltool already uploaded, but not moved to pub/cygwin/release
yet.


Gerrit
-- 
=^..^=



Can upset handle more than one prev: tag?

2004-08-24 Thread Gerrit P. Haase
Hello,

I want to keep two prvious perl version available, now I need to know:
is more than one tag for 'prev:' or 'test:' in setup.hint files
supported and handled correct by upset?  At least setup.exe seems to
have no problems with more than one [prev] tag in setup.ini.


Gerrit
-- 
=^..^=



Re: setup: another repetitive streak / ATTN: esound uploader

2004-08-24 Thread Max Bowsher
fergus(a)bonhard.uklinux.net wrote:
Sorry, I seem to be the nagging pedant yet again pointing out a minor
inconsequential glitch in the current setup.ini.
Not at all, bug reports are valuable.
However many times the user
says Yes, the .src file for libesound0-0.2.35-1 is repeatedly offered.
Nothing wrong with that, the same happens for setup and gcc-testsuite. 
But,
the installation for libesound0 fails with that well kmown item Can't open
(null) for reading: No such file. Please could this be looked at?
Interestingly, I don't get an error, but I did observe weird behaviour.
The problem was caused by a broken upload of the new esound version. The 
subpackages were missing - in there place, there were foo-src.tar.bz2 files 
(which shouldn't have existed anyway, the subpackages are external-sourced 
to the main esound package), which contained the text of a 404 page.

I've transferred correct copies from cygwin-ports.sourceforge.net. Things 
should be back to normal once the setup.ini cronjob re-runs, and the mirrors 
re-sync.

ATTN: Whoever uploaded this: I think you may have a broken script (or a 
momentary lapse of concentration)

Max.


Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Christopher Faylor
On Tue, Aug 24, 2004 at 03:36:33PM +0200, Gerrit P. Haase wrote:
I want to keep two prvious perl version available, now I need to know:
is more than one tag for 'prev:' or 'test:' in setup.hint files
supported and handled correct by upset?  At least setup.exe seems to
have no problems with more than one [prev] tag in setup.ini.

I'm surprised that setup.exe has no problems with more than one prev
but upset only maintains one level, so any setup.hint - setup.ini
translation will eat extra prev's.

Why do you think you need multiple previous versions?

cgf


Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Gerrit P. Haase
Christopher schrieb:

 On Tue, Aug 24, 2004 at 03:36:33PM +0200, Gerrit P. Haase wrote:
I want to keep two prvious perl version available, now I need to know:
is more than one tag for 'prev:' or 'test:' in setup.hint files
supported and handled correct by upset?  At least setup.exe seems to
have no problems with more than one [prev] tag in setup.ini.

 I'm surprised that setup.exe has no problems with more than one prev
 but upset only maintains one level, so any setup.hint - setup.ini
 translation will eat extra prev's.

 Why do you think you need multiple previous versions?

I stillkeep perl-5.6.1 at the mirrors for people who don't believe that
the new perl-5.8 is ok.  Now I have updated to 5.8.5 and removed 5.8.2
but got complaints because the postgres perl extension is linked against
5.8.2 DLL.  I need to rethink the package naming if it is not possible
to get mroe than one prev tag into setup.ini (automatically, as
mentioned it works well with setup.exe).


Gerrit
-- 
=^..^=



Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Reini Urban
Gerrit P. Haase schrieb:
I stillkeep perl-5.6.1 at the mirrors for people who don't believe that
the new perl-5.8 is ok.  Now I have updated to 5.8.5 and removed 5.8.2
but got complaints because the postgres perl extension is linked against
5.8.2 DLL.  
Shouldn't we then provide a cygperl5_8.dll symlinked to cygperl5_8_5.dll 
also (in linux fashion), and apps should link against cygperl5_8.dll 
resp. a more generic libperl.dll.a then?
otherwise you'll have to recompile all dependent apps.

BTW:
cygperl-5.8.5.dll filenames would also be okay, as long as the linker 
and dlopen gets the basename+extension passed.
Without the .dll extension it will not be found.

I need to rethink the package naming if it is not possible
to get mroe than one prev tag into setup.ini (automatically, as
mentioned it works well with setup.exe).
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/


Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Igor Pechtchanski
On Tue, 24 Aug 2004, Gerrit P. Haase wrote:

 Christopher schrieb:
 
  On Tue, Aug 24, 2004 at 03:36:33PM +0200, Gerrit P. Haase wrote:
 I want to keep two prvious perl version available, now I need to know:
 is more than one tag for 'prev:' or 'test:' in setup.hint files
 supported and handled correct by upset?  At least setup.exe seems to
 have no problems with more than one [prev] tag in setup.ini.
 
  I'm surprised that setup.exe has no problems with more than one prev
  but upset only maintains one level, so any setup.hint - setup.ini
  translation will eat extra prev's.
 
  Why do you think you need multiple previous versions?
 
 I stillkeep perl-5.6.1 at the mirrors for people who don't believe that
 the new perl-5.8 is ok.  Now I have updated to 5.8.5 and removed 5.8.2
 but got complaints because the postgres perl extension is linked against
 5.8.2 DLL.  I need to rethink the package naming if it is not possible
 to get mroe than one prev tag into setup.ini (automatically, as
 mentioned it works well with setup.exe).
 
 Gerrit

Is there any reason why we can't have a perl561 or perl_5_6_1 package?  
It can definitely co-exist with perl-5.8.*, the library is already 
versioned, and the executables can have the 561, 5.6.1, or _5_6_1 
suffix...
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing.  -- Dr. Jubal Harshaw


Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Max Bowsher
Reini Urban wrote:
Shouldn't we then provide a cygperl5_8.dll symlinked to cygperl5_8_5.dll
also (in linux fashion), and apps should link against cygperl5_8.dll
resp. a more generic libperl.dll.a then?
otherwise you'll have to recompile all dependent apps.
You are forgetting something. The Windows runtime linker (understandably) 
doesn't understand Cygwin symlinks. From what I've heard, perl tries to stay 
ABI-compatible throughout x.y.*, so the DLL should be named cygperl5_8.dll

Max.


Status of logrotate?

2004-08-24 Thread John Hardin
Is anybody working on porting logrotate?

--
John Hardin  KA7OHZ   [EMAIL PROTECTED]
Internal Systems Administratorvoice: (425) 672-1304
Apropos Retail Management Systems, Inc. fax: (425) 672-0192
---
 If you smash a computer to bits with a mallet, that appears to count
 as encryption in the state of Nevada.
   - CRYPTO-GRAM 12/2001
---



Re: Can upset handle more than one prev: tag?

2004-08-24 Thread Christopher Faylor
On Tue, Aug 24, 2004 at 03:58:14PM -0400, Igor Pechtchanski wrote:
On Tue, 24 Aug 2004, Gerrit P. Haase wrote:

 Christopher schrieb:
 
  On Tue, Aug 24, [EMAIL PROTECTED]:36:33PM +0200, Gerrit P. Haase wrote:
 I want to keep two prvious perl version available, now I need to know:
 is more than one tag for 'prev:' or 'test:' in setup.hint files
 supported and handled correct by upset?  At least setup.exe seems to
 have no problems with more than one [prev] tag in setup.ini.
 
  I'm surprised that setup.exe has no problems with more than one prev
  but upset only maintains one level, so any setup.hint - setup.ini
  translation will eat extra prev's.
 
  Why do you think you need multiple previous versions?
 
 I stillkeep [EMAIL PROTECTED] mirrors for people who don't believe that
 the new perl-5.8 is ok.  Now I have updated to 5.8.5 and removed 5.8.2
 but got complaints because the postgres perl extension is linked against
 5.8.2 DLL.  I need to rethink the package naming if it is not possible
 to get mroe than one prev tag into setup.ini (automatically, as
 mentioned it works well with setup.exe).

Is there any reason why we can't have a perl561 or perl_5_6_1 package?  
It can definitely co-exist with perl-5.8.*, the library is already 
versioned, and the executables can have the 561, 5.6.1, or _5_6_1 
suffix...

Yes, if we *really* need to do this, that would be the way to go.

I think we should resist doing this very strongly however.  I don't believe
that any other distribution is using 5.6.1 so I don't see why Cygwin needs
to do so.

If there are problems with perl 5.8.x, shouldn't we be fixing the
problems?

cgf


Re: Newbie seeking help.

2004-08-24 Thread Michel Bardiaux
bt tan wrote:
Hi, 

Good day. I am a newbie for cygwinX application. I
was wondering is this the right place to post question
of uncertainty about cygwinX application?
 If no, I would like to address my apologize here.
 If yes, I would like to ask the following
question. I'm currently trying to compile OTCL1.8 and
TK 8.4.5 using cygwin, but somehow rather the message
I have indicating that the X11 library couldn't be
found. Suprisingly I've installed the X windows
components and my Xwindows seems to be running ok.
Here's the details when I was running the make install
for TK 8.4.5 :
Steps taken to compile tk8.4.5 

./configure
What is the output of 'configure' regarding X11 ?
make install
Error displayed:
gcc -pipe  tkAppInit.o \
	-L/home/Administrator/ns/tk8.3.2/unix -ltk8.3 \
	-L/home/Administrator/ns/tcl8.3.2/unix -ltcl8.3 
-lX11   -lc  -o wish

/usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/../../../../i686-pc-cygwin/bin/ld:
cannot find -lX11
collect2: ld returned 1 exit status
--
Michel Bardiaux
Peaktime Belgium S.A.  Bd. du Souverain, 191  B-1160 Bruxelles
Tel : +32 2 790.29.41


CYGWIN branch merge

2004-08-24 Thread Alexander Gottwald
Hi,

After the Xorg X11R6.8 release I'm planning to update the CYGWIN branch
with the X11R6.8 code. The latest changes from CYGWIN are already in 
HEAD.

The CYGWIN branch will be the base for releases. Only bugfixes and small 
features will get in between releases. After every Xorg release the CYGWIN
branch will be updated to that release again.

Development should be done on HEAD. 

Large changes (like working on the GDI engine) should be done in branches
forked from HEAD. After the feature is complete it will get merged back to 
HEAD.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


fonts and symbolic links

2004-08-24 Thread Boaz Harrosh
As I am trying to pack a minimum X installation 
(see:http://cygwin.com/ml/cygwin-xfree/2004-07/msg00207.html)

I have played around with using windows fonts and only supplying the 
smallest possible fonts in download.
I have done the following:
1) run mkfontdir -  in the /cygdrive/c/windows/font/ directory
2) run ttmkfdir.exe  font.dir - I found ttmkfdir.exe in an old 
cygwin/xfree (not x.org) installation. It is very useful still. I 
suggest someone updates it to the new x.org package or should I have 
used something else?

[Q] if I run ln -s /cygdrive/c/windows/font/ 
/usr/X11r6/lib/X11/fonts/TTF - On load, XWin.log will still complain 
about /usr/X11r6/lib/X11/fonts/TTF been not loadable.
But if I deep copy  cp /cygdrive/c/windows/font/* 
/usr/X11r6/lib/X11/fonts/TTF/ - than it is OK. Why would XWin not follow 
the symbolic link prepared by cygwin1.dll? This is Important as it is a 
big Resource and I don't want to duplicate windows font directory.


Re: Why doesn't run XWin show a window?

2004-08-24 Thread Alexander Gottwald
On Sun, 8 Aug 2004, Weeble wrote:

 The subject line says most of it really. When I run XWin no window 
 appears even though the X appears in the tray. I've seen this on every 
 machine I've tried it on.
 
 XWin alone will show the window as well as the console that opens with 
 it.  Passing a parameter like  run XWin -nodecoration does have the 
 expected effect of showing the XWin window but hiding the console. But 
 why isn't the main window displayed if the parameter is missing when the 
 command is used with run ?

We had reports of this before. Unfortunately the only difference between
XWin and XWin -nodecoration is one flag in window creation which must cause
the problem. But the different behaviour is not documented in any of
Microsoft Windows API documentation and we know of no other solution than 
running with -nodecoration instead.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Help! TOO MANYlocalhost:loopback connections, slow performance.

2004-08-24 Thread Alexander Gottwald
On Tue, 10 Aug 2004, goodwill wrote:

 Hi, I am using Xwin to access my linux machine KDE over a SSH tunnel.
 I ran into a interesting problem.
 Xwin seems to open HUGE amounts of localhost:loopback on many consecutive 
 ports (seem liek the whole tempt port range and more) and I mean like hundreds of
 these loopback connections.
 
 They actually look very strange.
 there are hundreds of these connections doing this
 localhost:4818 connecting to localhost:4819
 localhost:4819 connecting to localhost:4820
 localhost:4820 connecting to localhost:4821
  and so on.
 basically its like they are playing call the next port game.
 
 So my firewall (Agnitium Outpost Pro 2.1.xxx starts to lag my Windows comp.
 Its configured to allow xwin thru, in fact everything necessary is in the
 trusted zone, so it connects and works (lagging though). When I stop the
 firewall everything is ok.
 
 After perusing the cygwin/x mailing lists, I could not find much to help me, 
 short of comments, to remove the firewall.
 Since it is not an option (no way should anyone be running windows with out a 
 firewall even if they are behind a router already like I am).
 
 Why in the world dow xwin need to open so MANY loopback connections 
 in such a way.  
 Is there anyway to fix this?

It is the way the unix system call select is implemented in cygwin. But some
personal firewalls change the semantics how network connections are handled and
the old and unused connection dont get closed. 

There is nothing we can do about it. You could try a different firewall (except
ZoneAlarm 5 which is also known to cause problems) and check if the problem is 
not present.  

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: XWin and xauth

2004-08-24 Thread Alexander Gottwald
On Tue, 10 Aug 2004, Rayman, Louis wrote:

 I'm having the weirdest time getting XWin to grant my solaris/linux login
 display rights.
 
 first, my host PC translates its own name differently than the unix machines
 do, so I get something like this:
 cygin$ xauth list
 nyfitw957952.leh.lbcorp.lehman.com:0  MIT-MAGIC-COOKIE-1
 081b3d50145b5525317315327a715f62
 
 but:
 
 solaris$ xauth list
 nyfitw957952.lehman.com:0  MIT-MAGIC-COOKIE-1
 081b3d50145b5525317315327a715f62
 solaris$ echo $DISPLAY
 nyfitw957952.lehman.com:0
 solaris$ xterm
 Xlib: connection to nyfitw957952.lehman.com:0.0 refused by server
 Xlib: Invalid MIT-MAGIC-COOKIE-1 key
 xterm Xt error: Can't open display: nyfitw957952.lehman.com:0
 
 
 then, if by some  miracle I get past that, after a certain amount of time,
 the connection stop working, even if I already have an xterm running, I
 can't start another!!?!
 
 what's a poor boy to do?

Please check
http://wiki.freedesktop.org/bin/view/Main/CygwinXTroubleShooting#Cygwin_X_reports_AUDIT_client_1_

the symptoms are a bit different but the main problem is the same (wrong name 
translation)

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: [Fwd: Cygwin-X+15.4 display]

2004-08-24 Thread Alexander Gottwald
On Thu, 12 Aug 2004, Flavio Elias wrote:

 Hello,
 
 I've tried running Cygwin-Xfree on my Toshiba M35 laptop (15.4 
 display), and cannot get it to work. After the startx command, there is 
 some output (attached), and then the shell freezes. Any thoughts about 
 what might be going on?

You're using ZoneAlarm 5, right? Get rid of it it breaks the cygwin network
layer.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: installing 6.7.99.1-2

2004-08-24 Thread Alexander Gottwald
On Fri, 13 Aug 2004, Jack Tanner wrote:

 I'd like to install and test the 6.7.99.1-2 pre-releases ago recently 
 announced.
 
 I run setup, find a mirror that has the 6.7.99.1-2 files, and then click 
 in the New column for xorg-x11-base until it gets to 6.7.99.1-2.
 
 I want to upgrade xorg-x11-bin at the same, so I try to pick 6.7.99.1-2 
 in for that package as well, but when I do that, xorg-x11-base reverts 
 to Keep!
 
 It seems like the dependencies among packages are funny. xorg-x11-lndir 
 also resets some of my selections.

You can click on the Exp button above the list. this will automaticly select
all test packages.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Testing CygWin XFree86 with multiple monitors

2004-08-24 Thread Alexander Gottwald
On Mon, 16 Aug 2004, Øyvind Harboe wrote:

 I'm using CygWin XFree86 with a dual monitor setup and a single monitor
 setup. In my experience there are, not surprisingly, more problems with
 the dual monitor setup. 
 
 This made me think a bit about how multi-monitor CygWin XFree86 could
 get more testing.
 
 Is there any interest amongst CygWin XFree86 testers/develoeprs in a
 virtual device driver that will do the following?
 
 - allow adding of any number of virtual video cards. E.g. test CygWin
 XFree86 with 10 video cards? No problem! :-)
 - the video cards are visible indirectly by using e.g. the
 Accessibility-Magnifier
 - resolution is currently fixed at ~4000x2000x32bit, but it could be
 made configurable
 - the virtual device driver works by allocating a RAM buffer where all
 rendering takes place. Windows does all the rendering and it seems to be
 feature complete. OpenGL works, though I wouldn't hold my breath for
 DirectX apps.
 
 The source code is currently collecting dust, and I'm sure I could
 convince the owner to contribute it to the open source community if
 there is enough interest.

It sounds promising. Unfortunatly I don't have the possibility to test
such a setup but I'll see if I can get access to one.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


RE: setenv DISPLAY

2004-08-24 Thread Alexander Gottwald
On Tue, 17 Aug 2004, Thomas Chadwick wrote:

 So you're saying you're doing the setenv DISPLAY via the SSH terminal 
 session between steps 2 and 3?
 
 I so, then you're completely circumventing the security provided by SSH 
 (unless you're doing it intentionally, e.g. you're on a trusted network, 
 or the encyption/decryption of the SSH tunnel is slowing things down too 
 much).
 
 What you should be doing is using the X-Forwarding mechanism of SSH.  
 Basically, it should go something like this:
 
 1) Launch the Cygwin X-Server, Xwin.
 2) From a local xterm, run ssh -X remote_host
better use ssh -Y remote_host. (See FAQ for details)

 3) Once you're logged in, echo back the value of DISPLAY on the remote 
 host.  It should look something like :8, or possibly remote_host:8.
 4) At this point, running xterm  should open a client window on the local 
 X-Server.  You do not need to, and should not, manually set the DISPLAY 
 variable on the remote host when using ssh.
 
 I suspect that if you change your login script at the remote host such that 
 it leaves DISPLAY alone, things will start working again.

bye
ago 

-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: quotes keys doesn't work anymore

2004-08-24 Thread Alexander Gottwald
On Thu, 19 Aug 2004, Bas Toonk wrote:

 Hi all,
 
 I upgraded all the cygwin packages to the latest version.
 Now when I start xwin with blackbox as windows manager and open a xterm everything 
 works fine.
 
 But when I open an rxvt window and open an bash shell the quotes (',) aren't 
 working any more.
 It comes with (arg: 4) instead of a quote.
 
 Also when I'am using xterm and open a ssh connection with X11 forwarding to a 
 solaris system and open a xterm on the solaris system the quotes (',) aren't 
 working any more in that xterm and I also get (arg: 4) instead of a quote.

please report what xev shows if you press the keys.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: problems with zone alarm/XP SP2?

2004-08-24 Thread Alexander Gottwald
On Thu, 19 Aug 2004, Lester Ingber wrote:

 I just installed Zone Labs zone alarm, and an having problems that
 suggest similar problems may arise under Cygwin with the coming XP SP2?
 
 (--) winConfigKeyboard - Layout: 0409 (0409) 
 (--) Using preset keyboard for English (USA) (409), type 4
 Rules = xorg Model = pc105 Layout = us Variant = (null) Options = (null)
 8 bottom cut - top -8

This is a know problem with ZoneAlarm 5. You can even disable it. The problem
is still there. Switch back to an older verstion of ZoneAlarm or use an other
firewall.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: Proposal: Cyrillic fonts for XWin (Attn: xorg-x11* maintainer)

2004-08-24 Thread Alexander Gottwald
On Mon, 23 Aug 2004, Igor Pechtchanski wrote:

 Hi, Alexander,
 
 The Cyrillic fonts currently distributed on Cygwin are those from the 
 X.org project (or, rather, Cronyx).  They are missing some encodings 
 (particularly, CP-1251), and that makes them harder to use with Windows.  
 There is an alternative set of fonts, that from the CYR-RFX project, that 
 seems to work quite well with X and has multiple encodings.  Would you 
 consider distributing those fonts as the xorg-x11-fcyr package, instead of 
 the Cronyx fonts?  If you aren't immediately against the idea, I can work 
 on the packaging.

Go on. 

Can the fonts coexist with those from xorg? Then I'd suggest using a
name different from xorg-x11-* to distinguish it from those derived from 
xorg cvs.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: vanishing cursor

2004-08-24 Thread Alexander Gottwald
On Mon, 23 Aug 2004, Eric S. Johansson wrote:

 every so often, something triggers a bug in Xwin which makes the cursor 
 vanish but only over an Xwin window.  Only way to get back is to restart 
 the X server (and windows).
 
 another odd bug is that I noticed emacs tends to bleed through and pop 
 up either ToolTips messages or menus even though a another (X or MS) 
 window fully covers emacs.
 
 thanks for any help that's available

Which version of xwin you are using? This is a bug which should be solved
for some time now.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: [PATCH] Add support for back/forward (thumb) mouse buttons to XWin

2004-08-24 Thread Alexander Gottwald
On Sun, 15 Aug 2004, Chris B wrote:

 Hi,
 
 This patch adds support for thumb mouse buttons to XWin/cygwin.
 
 It's quite rough at the edges, probably. It works on XP but cannot test it on 
 other windows versions. It will probably do no harm on Win98 as it won't send 
 the messages, anyway.
 
 I also had to add the definition of the messages 
 to /usr/include/w32api/winuser.h. This is quite ugly but the WM_XBUTTON.. 
 messages only appeared from Millennium/2000 on, and I suppose winuser.h is 
 meant as a least common denominator amongst windows versions.
 I assume you will find the proper way to do it.

I'll take a look at the code when i'm home tonight

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: System process eating up 70% when starting XWin

2004-08-24 Thread Alexander Gottwald
On Thu, 12 Aug 2004, Der Herr Pooh wrote:

 I have a strange problem since I upgraded to the current version of xfree
 (6.7-12 ??). When I start XWin the system process (not system idle
 process!!) eats up up to 70% of me CPU slowing down the whole machine. This
 stops immediately when XWin is shut down. I'm using an Omnibook 6000
 (800MHz) with 512 MB RAM and an ATI Rage Mobilty.  Any idea what I can do or
 how I can downgrad to an older version ?? 

from which version did you upgrade? 6.7-11 to 6.7-12 introduced nothing which 
could cause this.

Does it also happen without the -clipboard parameter

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: xwin -multiwindow bug [ver 1.5.10(0.116/4/2)?]

2004-08-24 Thread Alexander Gottwald
On Wed, 11 Aug 2004, Ariel Millennium Thornton wrote:

 Hello.  I think I have found a bug in Cygwin/X.
 
 When running xwin.exe with the -multiwindow switch (to use winxp's gdi
 as X's wm), the X-managed regions of the screen do some rather strange
 things.
 
 When the root window is shown, all of the X windows behave as they
 should, with the root window having the proper dimensions and offset
 from the upper-left corner of the screen.  However, when the root window
 is hidden, X refuses to draw any regions of any window it thinks are
 outside the bounds of the root window, drawing white blocks instead.
 
 The bug is that when the root window is hidden, X thinks that the offset
 of the root window is (0,0), flush with the upper-left corner of the
 screen, regardless of what the desktop bounds (the extent of maximized
 windows) really are.
 
 This behavior doesn't manifest itself on factory-installed Windows XP
 systems, but it does manifest when the system is customized, especially
 if the taskbar is moved to other edges of the screen, or when another
 shell (such as LiteStep) is used in lieu of the default Internet
 Explorer/Windows Explorer shell.

I've not used LiteStep before. XWin queries the system about the screen size 
and the size and location of the task bar. 

You can check the logfile /tmp/XWin.log and it should print a line with 
the visual size (maybe you have to specify -logverbose  3 or higher to see 
this line). you can specify the size itself with the -screen
parameter (eg -screen 0 800x600) 

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: fonts and symbolic links

2004-08-24 Thread Boaz Harrosh
Boaz Harrosh wrote:
As I am trying to pack a minimum X installation 
(see:http://cygwin.com/ml/cygwin-xfree/2004-07/msg00207.html)

I have played around with using windows fonts and only supplying the 
smallest possible fonts in download.
I have done the following:
1) run mkfontdir -  in the /cygdrive/c/windows/font/ directory
2) run ttmkfdir.exe  font.dir - I found ttmkfdir.exe in an old 
cygwin/xfree (not x.org) installation. It is very useful still. I 
suggest someone updates it to the new x.org package or should I have 
used something else?

[Q] if I run ln -s /cygdrive/c/windows/font/ 
/usr/X11r6/lib/X11/fonts/TTF - On load, XWin.log will still complain 
about /usr/X11r6/lib/X11/fonts/TTF been not loadable.
But if I deep copy  cp /cygdrive/c/windows/font/* 
/usr/X11r6/lib/X11/fonts/TTF/ - than it is OK. Why would XWin not 
follow the symbolic link prepared by cygwin1.dll? This is Important as 
it is a big Resource and I don't want to duplicate windows font 
directory.

I managed to work around the symbolic links problem with mounting 
c:\windows\fonts on /usr/X11r6/lib/X11/fonts/TTF/ so I have my Install 
do that and it works. Even though its name is TTF it will actually 
include all the windows fonts 95% of which are usable by XWin. Good Job 
X.org for supporting all these windows font formats.

2 Issues remain.
1- The original one why links don't work. 2 - what's with ttmkfdir.exe 
can/should it be included in cygwin/X?
( It was included in cygwin/XFree. Since the move to X.org it is no 
longer there)

If any one wants to know:
Additional to the preparation of the windows fonts to be used by 
cygwin/X one needs the following files:
1) in /usr/X11r6/lib/X11/fonts/misc/
   6x12.pcf.gz
   cursor.pcf.gz
   fonts.alias
   fonts.dir
(see 2 attached text files)
2) The original contents of  fonts/encodings/ (0.5Mg)
3) Original contents of  /fonts/util (0.2Meg)
3) All other fonts/ dirs can be removed. X11r6/bin can be trimmed down 
to 1/2 a dozen files.

And thats it Nothing else need changed. The original X11r6/ installation 
was 24Mg now it is down to 3.5Mg including extras.

And I am sorry to say that now (using the windows fonts) it looks much 
(^2) better.

Free Life
Boaz

fixed-misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso10646-1
2
6x12.pcf.gz -misc-fixed-medium-r-semicondensed--12-110-75-75-c-60-iso10646-1
cursor.pcf.gz cursor


Re: Newbie seeking help.

2004-08-24 Thread Michel Bardiaux
bt tan wrote:
--- bt tan [EMAIL PROTECTED] wrote:

Dear Mike,
Here's the output of ./configure
[snip]
checking for X... (cached) no
checking for X11 header files... checking for X11
libraries... checking for XCreateWindow in
-lXwindow... (cached) no
couldn't find any!  Using -lX11.
checking for main in -lXbsd... (cached) no
It is indicating it couldn't locate the X11
libraries, althought the path I've specified within
the windows environment path to includes the
following directory
/usr/X11R6/bin/usr/X11R6/lib/usr/X11R6/X11/lib/usr/X11R6/X11/bin
IIRC configure does *not* use the path to locate X (reason: finding the 
X libraries does not indicate where the X headers are!). Run 
'./configure --help' and it is very likely there is some argument to 
tell where the X stuff is.

Using the path to locate libraries is a Windowism. I suspect cygwin does 
*not* do that at all, even for a dlopen (but IANAG)

HaND,
--
Michel Bardiaux
Peaktime Belgium S.A.  Bd. du Souverain, 191  B-1160 Bruxelles
Tel : +32 2 790.29.41


Re: vanishing cursor

2004-08-24 Thread Eric S. Johansson
Alexander Gottwald wrote:
Which version of xwin you are using? This is a bug which should be solved
for some time now.
the vanishing cursor problem has been consistent up through my latest 
upgrade (i.e. yesterday) I'm not sure which version is but it's xorg based.

I must say it's gotten bad enough that I've gone back to using just 
plain old putty.  I can't afford to keep killing of the X server every 
half-hour or so and try to reconstruct the context I was working in.  It 
wouldn't be so bad if I had a tool to save everything and then restore 
what I was doing but I'm not sure that's available.

---eric
--
Speech recognition in use.  It makes mistakes, I correct most


Re: vanishing cursor

2004-08-24 Thread Alexander Gottwald
On Tue, 24 Aug 2004, Eric S. Johansson wrote:

 Alexander Gottwald wrote:
 
  Which version of xwin you are using? This is a bug which should be solved
  for some time now.
 
 the vanishing cursor problem has been consistent up through my latest 
 upgrade (i.e. yesterday) I'm not sure which version is but it's xorg based.

please check /tmp/XWin.log. It contains the version string in the first lines.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: startx hangs on WinXP, xinit doesn't

2004-08-24 Thread Dr.D.J.Picton
 Hello, pv.

 On Mon, 16 Aug 2004 22:29:04 -0700 (PDT) p v wrote:

 [snip]

  The only difference in the execution of the two is the
  environment so I experimented and finally I commented
  this portion of startx script -
  
  if [ x$XAUTHORITY = x ]; then
  XAUTHORITY=$HOME/.Xauthority
  export XAUTHORITY
  fi
  
  Once I commented that out I get X to start correctly
  and the output is the same as it is with xinit on its
  own. It's been long time since I worked with X - any
  ideas why XAUTHORITY set makes startx to hang ?
  thanks


 Was that really copied verbatim?  If so, then there's the problem.

 For a _test_ of equality, there should be two equal signs, not one.  

Not true - the syntax is correct, but the action (set XAUTHORITY to a default
value if it isn't already set to a non-null string) is inappropriate.   The 
Cygwin X server gets upset if XAUTHORITY doesn't point to a valid authority file
containing correct data.  



Re: vanishing cursor

2004-08-24 Thread Eric S. Johansson
Alexander Gottwald wrote:
On Tue, 24 Aug 2004, Eric S. Johansson wrote:

Alexander Gottwald wrote:

Which version of xwin you are using? This is a bug which should be solved
for some time now.
the vanishing cursor problem has been consistent up through my latest 
upgrade (i.e. yesterday) I'm not sure which version is but it's xorg based.

please check /tmp/XWin.log. It contains the version string in the first lines.
Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.7.0.0-12
what do you need next?
--- eric
--
Speech recognition in use.  It makes mistakes, I correct most


Re: vanishing cursor

2004-08-24 Thread Alexander Gottwald
On Tue, 24 Aug 2004, Eric S. Johansson wrote:

 Welcome to the XWin X Server
 Vendor: The Cygwin/X Project
 Release: 6.7.0.0-12

This is the newest. I guess you don't know how to reproduce the vanishing cursor.
Are you working with MS Terminalservices client? 

BTW: you can enable the software cursor with the -swcursor option. This does not
resolve the bug but it lets you work properly.

bye
ago
-- 
 [EMAIL PROTECTED] 
 http://www.gotti.org   ICQ: 126018723


Re: vanishing cursor

2004-08-24 Thread Eric S. Johansson
Alexander Gottwald wrote:
On Tue, 24 Aug 2004, Eric S. Johansson wrote:

Welcome to the XWin X Server
Vendor: The Cygwin/X Project
Release: 6.7.0.0-12

This is the newest. I guess you don't know how to reproduce the vanishing cursor.
the whole experience of having the cursor vanish and then restarting has 
been so painful I must admit I haven't tried real hard to reproduce.  I 
will try to be brave and figure out what I can.

Are you working with MS Terminalservices client? 
no.  I am not.
BTW: you can enable the software cursor with the -swcursor option. This does not
resolve the bug but it lets you work properly.
thanks.  I will try that as well.I'm also try to sniff out some 
performance problems.  I see a huge delay sometime in redraws.  It's all 
100 Mb ethernet across a firewall but I also sometimes see the problems 
on local machines (i.e. same network segment).  And no, I'm not getting 
any significant errors (5-10 per GB of traffic)

thanks again for the help.  I will try to reproduce the problem for you 
(ouch :-).

---eric
--
Speech recognition in use.  It makes mistakes, I correct most


Re: fonts and symbolic links

2004-08-24 Thread Igor Pechtchanski
On Tue, 24 Aug 2004, Boaz Harrosh wrote:

 As I am trying to pack a minimum X installation
 (see:http://cygwin.com/ml/cygwin-xfree/2004-07/msg00207.html)
 
 I have played around with using windows fonts and only supplying the smallest
 possible fonts in download.
 I have done the following:
 1) run mkfontdir -  in the /cygdrive/c/windows/font/ directory
 2) run ttmkfdir.exe  font.dir - I found ttmkfdir.exe in an old cygwin/xfree
  
Shouldn't this be fonts.dir (note the s)?

 (not x.org) installation. It is very useful still. I suggest someone updates
 it to the new x.org package or should I have used something else?

Do you Google: http://google.com/search?q=ttmkfdir+cygwin?  The matches 
show that ttmkfdir is not part of the Cygwin/X distribution, so you 
must've downloaded it separately.  FWIW, I'm going to do some work with 
fonts soon, and might consider making ttmkfdir into a Cygwin package, 
installable via setup.exe.

 [Q] if I run ln -s /cygdrive/c/windows/font/ /usr/X11r6/lib/X11/fonts/TTF -
  ^
Should this be Fonts (note the s)?  Also, Cygwin is sometimes 
configured to be case-sensitive, and it's always better to use the correct 
filename case.  That would make it (by default) something like 
/cygdrive/c/WINDOWS/Fonts.  I'd also suggest removing the trailing slash 
(/) from the ln command, just in case.

 On load, XWin.log will still complain about /usr/X11r6/lib/X11/fonts/TTF been
 not loadable.
 But if I deep copy  cp /cygdrive/c/windows/font/*
 /usr/X11r6/lib/X11/fonts/TTF/ - than it is OK. Why would XWin not follow the
 symbolic link prepared by cygwin1.dll? This is Important as it is a big
 Resource and I don't want to duplicate windows font directory.

I don't know how much help it is, but I found that a directory of symlinks 
(instead of a symlink to a directory) works with XWin.  So, try something 
like

ln -s /cygdrive/c/WINDOWS/Fonts/* /usr/X11R6/lib/X11/fonts/TTF

and see if it helps.
And, as you've already noticed, mount will also work.
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing.  -- Dr. Jubal Harshaw


Viaje Gratis a Buenos Aires

2004-08-24 Thread Viaje a Buenos Aires
Participe y Viaje Gratis a Buenos Aires.
Inscríbase en este sensacional concurso y disfrute
de los atractivos turísticos de una de 
la Reina del Plata.
Sólo le tomará un minuto.
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Complete sus datos antes del 15 de Noviembre de 2004
y participe de Viaje Gratis a Buenos Aires. Ingrese en:
www.viajeabuenosaires.com/concurso/
y disfrute
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - 
Quiere ver más de Buenos Aires?. Este es el momento.
Invita www.viajeabuenosaires.com 
 
Mucha Suerte


src/winsup/mingw crt1.c ChangeLog

2004-08-24 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 08:49:35

Modified files:
winsup/mingw   : crt1.c ChangeLog 

Log message:
* crt1.c: (__mingw_CRTStartup): Change return to void.  Add
noreturn attribute. Align stack to 16 bytes before passing args
to main.
(mainCRTStartup): Change return to void.
(WinMainCRTStartup): Likewise.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/crt1.c.diff?cvsroot=srcr1=1.8r2=1.9
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.231r2=1.232



src/winsup/mingw ChangeLog mingwex/mingw-align ...

2004-08-24 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 08:55:42

Modified files:
winsup/mingw   : ChangeLog 
Added files:
winsup/mingw/mingwex: mingw-aligned-malloc.c 
  tst-aligned-malloc.c 

Log message:
2004-08-24  Steven G. Johnson  [EMAIL PROTECTED]

* mingwex/mingw-aligned-malloc.c: New file.
* mingwex/tst-aligned-malloc.c: New file.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.232r2=1.233
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/mingw-aligned-malloc.c.diff?cvsroot=srcr1=NONEr2=1.1
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/tst-aligned-malloc.c.diff?cvsroot=srcr1=NONEr2=1.1



src/winsup/mingw ChangeLog include/malloc.h mi ...

2004-08-24 Thread dannysmith
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 09:02:45

Modified files:
winsup/mingw   : ChangeLog 
winsup/mingw/include: malloc.h 
winsup/mingw/mingwex: Makefile.in 

Log message:
* include/malloc.h (__mingw_aligned_offset_malloc,
__mingw_aligned_offset_realloc, __mingw_aligned_malloc,
__mingw_aligned_realloc, __mingw_aligned_free): Add
prototypes.
* mingwex/Makefile.in (DISTFILES): Add mingw-aligned-malloc.c,
tst-aligned-malloc.c.
(REPLACE_OBJS): Add mingw-aligned-malloc.o.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/ChangeLog.diff?cvsroot=srcr1=1.233r2=1.234
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/include/malloc.h.diff?cvsroot=srcr1=1.9r2=1.10
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/mingw/mingwex/Makefile.in.diff?cvsroot=srcr1=1.18r2=1.19



src/winsup/testsuite ChangeLog winsup.api/ltp/ ...

2004-08-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 09:34:04

Modified files:
winsup/testsuite: ChangeLog 
winsup/testsuite/winsup.api/ltp: symlink01.c 

Log message:
* winsup.api/ltp/symlink01.c (do_link): Print inode numbers using %llu
format specifier.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/testsuite/ChangeLog.diff?cvsroot=srcr1=1.80r2=1.81
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/testsuite/winsup.api/ltp/symlink01.c.diff?cvsroot=srcr1=1.5r2=1.6



src/winsup/testsuite ChangeLog winsup.api/mmap ...

2004-08-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 09:58:17

Modified files:
winsup/testsuite: ChangeLog 
winsup/testsuite/winsup.api: mmaptest01.c 

Log message:
* winsup.api/mmaptest01.c (main): Accomodate 9x memory usage.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/testsuite/ChangeLog.diff?cvsroot=srcr1=1.81r2=1.82
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/testsuite/winsup.api/mmaptest01.c.diff?cvsroot=srcr1=1.6r2=1.7



src/winsup/cygserver ChangeLog bsd_mutex.cc

2004-08-24 Thread corinna
CVSROOT:/cvs/src
Module name:src
Changes by: [EMAIL PROTECTED]   2004-08-24 22:04:18

Modified files:
winsup/cygserver: ChangeLog bsd_mutex.cc 

Log message:
* bsd_mutex.cc (_msleep): Release process object while waiting.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/ChangeLog.diff?cvsroot=srcr1=1.31r2=1.32
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/winsup/cygserver/bsd_mutex.cc.diff?cvsroot=srcr1=1.6r2=1.7



RE: grep: $ in PATTERN doesn't seem to work properly

2004-08-24 Thread Hannu E K Nevalainen
You (Shankar Unni) wrote:
 Hannu E K Nevalainen wrote:
 
 I would appreciate if this DOS-text-ism could be removed.
 Would applying the above patch have hard to handle side effects?
 I guess some important scripts could be affected :-7 ...
 
 Umm, exactly what fix (change in behavior) did you have in mind?

 To actually integrate the patch that Pierre mentioned.
Pierre, do you have it 'hanging around' still?

/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems--72--

** mailing list preference; please keep replies on list **

-- printf(LocalTime: UTC+%02d\n,(DST)? 2:1); --
--END OF MESSAGE--

--
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/



[ANNOUNCEMENT] update: gsl-1.5

2004-08-24 Thread Teun Burgers
Version 1.5 of the GSL (GNU Scientific Library), released at 05-07-2004
is now available as a binary package. This replaces the current
1.4 version.

The homepage for the GSL is http://www.fsf.org/software/gsl/

For the announcement of gsl version 1.5 see:

http://sources.redhat.com/ml/gsl-announce/2004/msg0.html

Teun Burgers

To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

*** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at the above URL.



--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Gerrit P. Haase
Kumar wrote:

 Hi
  I'm trying to install plperl in Postgres 7.4.3-1 that
 comes with cygwin on XP Home edition.

 as per cygcheck - plperl install is failing as it
 can't find perl5.8.2 dll. 

 cygwin installer only allows me to install either 
 perl 5.6.1-2 or perl perl-5.8.5.3

 How do I intall perl-5.8.2 so that plperl language can
 be installed.

To get it running, get the source of plperl, extract it, run:
perl Makefile.PL
make
make test
make install
in the plperl source directory.  In case of problems please contact the
author or the person who provides the binary package.

I don't know if postgres for Cygwin will be maintained in future, if so,
maybe the postgres maintainer includes plperl (or updates the postgres
package if plperl is already included there).

As third option, I'll upload the perl-5.8.2 package again, though this
may last some hours until it arrives at your mirror.

Gerrit
-- 
=^..^= 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:   http://cygwin.com/faq/



Re: gtk2-x11: Functions whose name started with '_'

2004-08-24 Thread Gerrit P. Haase
Yaakov wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Gerrit P. Haase wrote:
 | Not too bad.  Ported including building the libs with libtool?

 Yes.  Trying to get a complete autoreconf was too difficult, as
 configure.in would have to be entirely rewritten.  Instead I left the
 autotools as-is, manually added the -no-undefined flag, and patched in a
 new version of libtool after running configure.

 I'll try to ITP glib-1.2 and gtk+-1.2 sometime this week.

Great, I hope that someone will provide dillo then;)


 | However, I have GIMP running here.  So if they can build gimp without
 | using private symbols, why isn't it possible for others to do so?
 | Which applications are affected?  I want to try to build them without
 | using the private symbols.

 I don't know WHY some programs use the private symbols, but apparently
 there are some that do.  Hansom Young (CyGnome projects) mentioned
 gnome-commander and d4x.  There could very well be others as well.

 I personally have seen this with wxGTK2, but I backported some CVS
 patches and now it builds; I'll have to test both wxGTK and wxGTK2 with
 these changes to see if I didn't break anything; I'll keep you posted.

Thanks.

Gerrit
-- 
=^..^= 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:   http://cygwin.com/faq/



[OT] Ok, who uses Bouygues Telecom (boutguestelcom.fr) and has a virus?

2004-08-24 Thread Dave Korn

 (212.157.126.98, that's who)

  Someone on this list (judging by the fact it's used Gerrit's and Corinna's
addresses in forged From: lines and it's sending itself to me) has a virus
infection (I-Worm/Mydoom.O).

  Whoever you are, you're in France and you subscribe via a reseller of mci
worldcom / uu.net called Bouygues Telecom, and your IP address is
currently 212.157.126.98: here's the received line 

Received: from cygwin.com ([212.157.126.98]) by NUTMEG.CAM.ARTIMI.COM with
Microsoft SMTPSVC(6.0.3790.0);

inetnum:  212.157.126.96 - 212.157.126.127
netname:  BOUYGUES-TELECOM-NET1
descr:Bouygues Telecom
country:  FR
admin-c:  CM1046-RIPE
tech-c:   JB371-RIPE
status:   ASSIGNED PA
remarks:  abuse SPLAT fr.uu.net
mnt-by:   IWAY-NOC
changed:  frederic.martzel SPLAT mciworldcom.fr 20020716
source:   RIPE

cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: Very slow SCSI tape drive with cygwin/Win2kPro

2004-08-24 Thread Corinna Vinschen
On Aug 23 18:40, Bill Nugent wrote:
  mt -f /dev/nst0 setblk 8192
  tar -tf /dev/nst0 -b 32

tar --help, especially the -b option.

 Block size does not seem to be a factor.  I've tried 8k, 16k and 32k 
 (over 32k doesn't work for some reason).

Did you have a look into the `mt status 3' output below?

Other than that, you will notice that Cygwin is always slower than
native techniques since there's a whole layer of POSIX functionality
on top of the Win32 stuff.

 $ mt -f /dev/st0 status 3
 drive type   :   01 (Unknown type of tape device)
 tape capacity: 102629376 KB  remaining:  8861696 KB
 current file :0 active partition :0
 current block:0 cur logical block:0
 General status bits on (4503):
  BOT WR_PROT ONLINE IM_REP_EN HW_COMP
 min block size   :2 max block size   :32768
  ^^^

Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: OLOCA

2004-08-24 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Thuy-Linh Chu
 Sent: 23 August 2004 22:46
 To: 'cygwin'
 Subject: OLOCA
 
 
 I would like to suggest a couple more:
 
 PLMKIYHAQ - Please Let Me Know If You Have Any Questions
 PLMKIYHAP - Please Let Me Know If You Have Any Problems
 PLMKIYHAQ/P - Please Let Me Know If You Have Any Questions/Problems
 
 PLMKIYHAQ.
 

  Y?


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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/



nfsd and mountd startup problem - workaround

2004-08-24 Thread Egil Hjelmeland
Like previously reported on this list; I have also problems with the
rpc.mountd.exe and  rpc.nfsd.exe from Cygwin.

The error messages are

  mountd[2896] 07/11/104 10:49 rpcmisc.c 92 : unable to register (mountd, 1,
udp).
  Cannot register service: RPC: Unable to send; errno = Cannot assign
requested address

and

  nfsd[2184] 08/23/104 10:59 rpcmisc.c 92 : unable to register (nfsd, 2,
udp).
  Cannot register service: RPC: Unable to send; errno = Cannot assign
requested address

The problem started after installing some VPN client SW from Sentinel.

The workaround is quite simple, (but required quite some time of
head-scratching):
- - -
Disable the virtual network adaptor for the VPN connection ( I am running
Win XP):

Control panel / Administrative Tools/ Computer Management:
 Enter Systemtoools / Device manager.

   View - Show Hidden devices

Open Network Adaptors

  Select SSH Virtual Network Adaptor (sshvnic) and disable it.

Then start nfsd and mountd
- - -
When nfsd and mountd is running, it is possible to reenable the sshvnic
driver, and reconnct the VPN connection.
- - -

It seems to me that nfsd/mountd tries to bind to all enabled network
interfaces. If one of them fail, it throws in the towel. Whether this
behaviour is due to nfsd/mountd it self, or cygwin libraries, or Windows, I
can not tell. Apparently, the Sentinel SW does not register its driver
properly in the registry, so the virtual network adaptor always appear as
disconnected when running ipconfig. The same nfsd/mountd problem occurs when
a physical network connection is physically disconnected.

I hope this information will help others with similar problems.

Best regards
Egil Hjelmeland




--
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/



setup: another repetitive streak

2004-08-24 Thread fergus
Sorry, I seem to be the nagging pedant yet again pointing out a minor
inconsequential glitch in the current setup.ini. However many times the user
says Yes, the .src file for libesound0-0.2.35-1 is repeatedly offered.
Nothing wrong with that, the same happens for setup and gcc-testsuite. But,
the installation for libesound0 fails with that well kmown item Can't open
(null) for reading: No such file. Please could this be looked at?
Thanks,
Fergus


--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Jason Tishler
On Tue, Aug 24, 2004 at 10:56:18AM +0200, Gerrit P. Haase wrote:
 I don't know if postgres for Cygwin will be maintained in future,

I'm still maintaining Cygwin PostgreSQL...

 if so, maybe the postgres maintainer includes plperl (or updates the
 postgres package if plperl is already included there).

I will build against the latest Cygwin Perl when I release 7.4.5:

http://www.postgresql.org/news/219.html

Sorry, no ETA.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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/



g++ Debugger for Win32?

2004-08-24 Thread da
Does anyone know of a good g++ debugger for Win32?   I've tried using Eclipse 
and CDT but those tools are tremendously troublesome and buggy.  I tried using 
a tool called VIDE - which looks very good, but the debugging is barely a step 
above using GDB from the command line.  Finally, there's this Insight thing 
that comes with Cygwin, but it's not very robust.

I would be willing to $PAY$ for a good, intuitive integrated IDE/debugger that 
actually worked well with g++ - it doesn't have to be free.  

Any and all leads welcome.  Thanks in advance.

-- Dave



--
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: setup: another repetitive streak / ATTN: esound uploader

2004-08-24 Thread Max Bowsher
fergus(a)bonhard.uklinux.net wrote:
Sorry, I seem to be the nagging pedant yet again pointing out a minor
inconsequential glitch in the current setup.ini.
Not at all, bug reports are valuable.
However many times the user
says Yes, the .src file for libesound0-0.2.35-1 is repeatedly offered.
Nothing wrong with that, the same happens for setup and gcc-testsuite. 
But,
the installation for libesound0 fails with that well kmown item Can't open
(null) for reading: No such file. Please could this be looked at?
Interestingly, I don't get an error, but I did observe weird behaviour.
The problem was caused by a broken upload of the new esound version. The 
subpackages were missing - in there place, there were foo-src.tar.bz2 files 
(which shouldn't have existed anyway, the subpackages are external-sourced 
to the main esound package), which contained the text of a 404 page.

I've transferred correct copies from cygwin-ports.sourceforge.net. Things 
should be back to normal once the setup.ini cronjob re-runs, and the mirrors 
re-sync.

ATTN: Whoever uploaded this: I think you may have a broken script (or a 
momentary lapse of concentration)

Max.
--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Reini Urban
Jason Tishler schrieb:
On Tue, Aug 24, 2004 at 10:56:18AM +0200, Gerrit P. Haase wrote:
I don't know if postgres for Cygwin will be maintained in future,
I'm still maintaining Cygwin PostgreSQL...
BTW: Thanks for the additional cygserver SEMMNS paragraph.
Can you write a short paragraph about the supported charsets also then, 
please? Previous versions only supported LATIN1, and I haven't tested 
utf-8 yet.

now that mingw port is almost stable, I hope that the cygwin version 
will at least be feature complete.

I will build against the latest Cygwin Perl when I release 7.4.5:
http://www.postgresql.org/news/219.html
A test 8.0-beta1 would also be fine :)
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
--
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: nfsd and mountd startup problem - workaround

2004-08-24 Thread Robb, Sam
Egil,

  Thanks very much for the report, the diagnosis, and particularly
the steps to reproduce.  I'll see if this can be corrected (or at
least documented) in the next nfs-server release.

-Samrobb


-Original Message-
From:   Egil Hjelmeland [mailto:[EMAIL PROTECTED]
Sent:   Tue 8/24/2004 7:44 AM
To: [EMAIL PROTECTED]
Cc: 
Subject:nfsd and mountd startup problem - workaround

Like previously reported on this list; I have also problems with the
rpc.mountd.exe and  rpc.nfsd.exe from Cygwin.

The error messages are

  mountd[2896] 07/11/104 10:49 rpcmisc.c 92 : unable to register (mountd, 1,
udp).
  Cannot register service: RPC: Unable to send; errno = Cannot assign
requested address

and

  nfsd[2184] 08/23/104 10:59 rpcmisc.c 92 : unable to register (nfsd, 2,
udp).
  Cannot register service: RPC: Unable to send; errno = Cannot assign
requested address

The problem started after installing some VPN client SW from Sentinel.

The workaround is quite simple, (but required quite some time of
head-scratching):
- - -
Disable the virtual network adaptor for the VPN connection ( I am running
Win XP):

Control panel / Administrative Tools/ Computer Management:
 Enter Systemtoools / Device manager.

   View - Show Hidden devices

Open Network Adaptors

  Select SSH Virtual Network Adaptor (sshvnic) and disable it.

Then start nfsd and mountd
- - -
When nfsd and mountd is running, it is possible to reenable the sshvnic
driver, and reconnct the VPN connection.
- - -

It seems to me that nfsd/mountd tries to bind to all enabled network
interfaces. If one of them fail, it throws in the towel. Whether this
behaviour is due to nfsd/mountd it self, or cygwin libraries, or Windows, I
can not tell. Apparently, the Sentinel SW does not register its driver
properly in the registry, so the virtual network adaptor always appear as
disconnected when running ipconfig. The same nfsd/mountd problem occurs when
a physical network connection is physically disconnected.

I hope this information will help others with similar problems.

Best regards
Egil Hjelmeland




--
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/





--
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: Very slow SCSI tape drive with cygwin/Win2kPro

2004-08-24 Thread Corinna Vinschen
On Aug 24 12:04, Corinna Vinschen wrote:
 On Aug 23 18:40, Bill Nugent wrote:
   mt -f /dev/nst0 setblk 8192
   tar -tf /dev/nst0 -b 32
 
 tar --help, especially the -b option.

Uhm... sorry, scratch that.

  Block size does not seem to be a factor.  I've tried 8k, 16k and 32k 
  (over 32k doesn't work for some reason).

I've just tried reading and writing on a Tandberg SLR7 which has a max.
speed of 6 MB/s, using 5K blocks on tape.  My testcase was a directory
of 645 MB, full of source code (lots of small files).

Using 10K blocks (-b20) for tar, I got roughly 850 KB/s on write and
1.25 MB/s on read. 

Using 1000K blocks (-b2000), I got 1.4MB/s on write and nearly the full
6 MB/s on read.


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Kumar Pandey
--- Gerrit P. Haase [EMAIL PROTECTED] wrote:

 
 As third option, I'll upload the perl-5.8.2 package
 again, though this
 may last some hours until it arrives at your mirror.
 
 Gerrit

Thanks  Gerrit
I'm just gettign my feet wet with postgres and cygwin
so I'll wait for your third option.
Does this mean that I should be able to select
perl-5.8.2  via the cygwin installer once it gets to
the mirror.
If the server where you'll load 5.8.2 is listed in the
installer then I should be able to select it and not
wait for replication on the mirror site?
If so can you list the server name?

Thanks 
Kumar






__
Do you Yahoo!?
Yahoo! Mail Address AutoComplete - You start. We finish.
http://promotions.yahoo.com/new_mail 

--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Jason Tishler
Reini,

On Tue, Aug 24, 2004 at 04:11:55PM +0200, Reini Urban wrote:
 Jason Tishler schrieb:
 On Tue, Aug 24, 2004 at 10:56:18AM +0200, Gerrit P. Haase wrote:
 I don't know if postgres for Cygwin will be maintained in future,
 
 I'm still maintaining Cygwin PostgreSQL...
 
 BTW: Thanks for the additional cygserver SEMMNS paragraph.

You are quite welcome.

 Can you write a short paragraph about the supported charsets also
 then, please? Previous versions only supported LATIN1, and I haven't
 tested utf-8 yet.

Sorry, I'm not qualified to do the above.  Would you be willing?

 now that mingw port is almost stable, I hope that the cygwin version
 will at least be feature complete.

Unfortunately, I don't believe the former necessarily implies that
latter... :,(

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Gerrit P. Haase
Kumar schrieb:

 --- Gerrit P. Haase [EMAIL PROTECTED] wrote:

 
 As third option, I'll upload the perl-5.8.2 package
 again, though this
 may last some hours until it arrives at your mirror.
 
 Gerrit

 Thanks  Gerrit
 I'm just gettign my feet wet with postgres and cygwin
 so I'll wait for your third option.
 Does this mean that I should be able to select
 perl-5.8.2  via the cygwin installer once it gets to
 the mirror.
 If the server where you'll load 5.8.2 is listed in the
 installer then I should be able to select it and not
 wait for replication on the mirror site?
 If so can you list the server name?

Since perl-5.8.2 for Cygwin was released in 2003 the chances are good
that every user of Cygwin has it in the local repository, it isn't
offered by Setup, but old packages are not deleted automatically, have
you looked in your local repository?  If you find the tarballthere, just
extract it from the Cygwin root (not the recommended way, but currently
the only way to install more than one perl at the same time).


If this fails you can try to find a mirror where it is still available
(a mirror which was not updated at least the last few weeks), then you
may try to find it at 
ftp://mirrors.rcn.net/pub/sourceware/cygwin/release/perl
where I'm currently uploading.


Gerrit
-- 
=^..^=


--
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: MinGW-CE anyone?

2004-08-24 Thread Christopher Faylor
On Tue, Aug 24, 2004 at 01:43:58PM +0800, Enzo Michelangeli wrote:
Is there any package (gcc back-end) able to cross-compile, on a
Cygwin-based host, C programs for PocketPC 2003 (with ARM CPU), in a way
that does not require a non-MS support dll? In other words, something
similar to the MinGW mode enabled by -mno-cygwin, but generating PocketPC
executables instead of Win32.

There is no official cygwin package, no.  You can verify that for yourself
by checking out http://cygwin.com/packages/ .

For MinGW packages you should check out the MinGW pages at http://mingw.org/.

Also a google search for pocketpc gcc should prove instructive.

--
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: g++ Debugger for Win32?

2004-08-24 Thread Christopher Faylor
On Tue, Aug 24, 2004 at 01:18:31PM +, da wrote:
Does anyone know of a good g++ debugger for Win32?   I've tried using Eclipse 
and CDT but those tools are tremendously troublesome and buggy.  I tried using 
a tool called VIDE - which looks very good, but the debugging is barely a step 
above using GDB from the command line.  Finally, there's this Insight thing 
that comes with Cygwin, but it's not very robust.

I would be willing to $PAY$ for a good, intuitive integrated IDE/debugger that 
actually worked well with g++ - it doesn't have to be free.  

Any and all leads welcome.  Thanks in advance.

I'm not aware of any cygwin-based intuitive, integrated IDEs that you have to
$PAY$ for.  And, if it isn't cygwin-based, it's not really on-topic here.

--
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/



Crypting

2004-08-24 Thread Andrew DeFaria
How exactly can you use crypt to encrypt a file? I have no man page for 
crypt and crypt --help takes --help as the key or the string to encrypt! 
I search the web briefly and found 
http://www.rahul.net/cgi-bin/userbin/man?topic=cryptsection=1 and tried

$ crypt mypass  /etc/services  encrypted_file
$ crypt mypass  encrypted_file
3/K.dT3j6m.vs
--
Madness takes its toll. Please have exact change.
--
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: Crypting

2004-08-24 Thread Max Bowsher
Andrew DeFaria wrote:
How exactly can you use crypt to encrypt a file?
You can't.
/usr/share/doc/Cygwin/crypt.README
Max.
--
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: g++ Debugger for Win32?

2004-08-24 Thread da
Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes:
 
 I'm not aware of any cygwin-based intuitive, integrated IDEs that you have to
 $PAY$ for.  And, if it isn't cygwin-based, it's not really on-topic here.
 
 

Point taken.  

Somebody else quietly mentioned DDD, which seems to get OK reviews.  

Unfortunately, I haven't been able to get it to run on my Cygwin installation 
(it generates a fault and exits).   I'm re-installing all the latest X11 stuff, 
to see if that will help.

In the mean-time, does anyone know if there are any special tricks to getting 
DDD to run?  It sounds like I need to run X (startxwin.bat) and then I should 
simply be able to run ddd against my executable.  Is that accurate?

-- Dave






--
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: g++ Debugger for Win32?

2004-08-24 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Christopher Faylor
 Sent: 24 August 2004 16:32

 On Tue, Aug 24, 2004 at 01:18:31PM +, da wrote:
 Does anyone know of a good g++ debugger for Win32?   I've 
 tried using Eclipse 
 and CDT but those tools are tremendously troublesome and 
 buggy.  I tried using 
 a tool called VIDE - which looks very good, but the 
 debugging is barely a step 
 above using GDB from the command line.  Finally, there's 
 this Insight thing 
 that comes with Cygwin, but it's not very robust.
 
 I would be willing to $PAY$ for a good, intuitive integrated 
 IDE/debugger that 
 actually worked well with g++ - it doesn't have to be free.  
 
 Any and all leads welcome.  Thanks in advance.
 
 I'm not aware of any cygwin-based intuitive, integrated IDEs 
 that you have to
 $PAY$ for.  And, if it isn't cygwin-based, it's not really 
 on-topic here.


  So to get back on-topic, I'd suggest that Dave tries compiling a more
up-to-date gdb/insight version and sees if it works any better with his
G++-compiled objects than the OOTB cygwin version.  The cygwin version says
GNU gdb 2003-09-20-cvs (cygwin-special), which is around the timeframe
when gdb6 was first released.  The gdb NEWS file contains several changes
related to Cygwin, Dwarf2 debugging info and C++ since that time that
suggest it might be worthwhile trying it out.



cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: Crypting

2004-08-24 Thread Andrew DeFaria
Max Bowsher wrote:
Andrew DeFaria wrote:
How exactly can you use crypt to encrypt a file?
You can't.
/usr/share/doc/Cygwin/crypt.README
Sorry, didn't think there was a readme for just little 'ole crypt. I 
should have looked.

Anyways, this is strange because I recall using crypt in this fashion 
before - on Cygwin! Did this change?

Sans crypt(1), how can one encrypt a file...?
(Good thing I don't need to decrypt that old file or I'd be stuck!)
--
Some people are like Slinkies . . not really good for anything, but you 
still can't help but smile when you see one tumble down the stairs.

--
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: Crypting

2004-08-24 Thread Corinna Vinschen
On Aug 24 09:11, Andrew DeFaria wrote:
 Max Bowsher wrote:
 You can't.
 
 /usr/share/doc/Cygwin/crypt.README
 
 Sorry, didn't think there was a readme for just little 'ole crypt. I 
 should have looked.
 
 Anyways, this is strange because I recall using crypt in this fashion 
 before - on Cygwin! Did this change?

The original code has brought into the Cygwin net distro at some point
in 2001.  Except for the Makefile, nothing else has changed since then.

 Sans crypt(1), how can one encrypt a file...?

E.g. `openssl enc -des -in filename -out filename.out

See `man openssl'


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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: MinGW-CE anyone?

2004-08-24 Thread Enzo Michelangeli
- Original Message - 
From: Christopher Faylor [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Tuesday, August 24, 2004 11:30 PM
Subject: Re: MinGW-CE anyone?

 On Tue, Aug 24, 2004 at 01:43:58PM +0800, Enzo Michelangeli wrote:
 Is there any package (gcc back-end) able to cross-compile, on a
 Cygwin-based host, C programs for PocketPC 2003 (with ARM CPU), in a
 way that does not require a non-MS support dll? In other words,
 something similar to the MinGW mode enabled by -mno-cygwin, but
 generating PocketPC executables instead of Win32.

 There is no official cygwin package, no.  You can verify that for
 yourself by checking out http://cygwin.com/packages/ .

 For MinGW packages you should check out the MinGW pages at
 http://mingw.org/.

It seems that on the mingw-users list someone else asked my same question,
but with no better luck:
http://sourceforge.net/mailarchive/message.php?msg_id=7374371

 Also a google search for pocketpc gcc should prove instructive.

I tried, but I've only found packages (mostly derived from Voxware's
GNUWINCE) based on a support DLL's that supplies a POSIX layer, like the
one at http://mamaich.kasone.com/fr_pocket.htm . The main problem for my
application is that such DLL (newlib) is GPL'd, automatically GPL'ing any
program linked to it.

Thanks anyway.

Enzo



--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Jason Tishler
On Tue, Aug 24, 2004 at 05:20:46PM +0200, Gerrit P. Haase wrote:
 Since perl-5.8.2 for Cygwin was released in 2003 the chances are good
 that every user of Cygwin has it in the local repository, it isn't
 offered by Setup, but old packages are not deleted automatically, have
 you looked in your local repository?  If you find the tarballthere,
 just extract it from the Cygwin root (not the recommended way, but
 currently the only way to install more than one perl at the same
 time).

You can also use Cygwin's setup.exe in the Install from Local
Directory mode and point it at the directory that contains the
perl-5.8.2 tarball too.

Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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/



[ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Gerrit P. Haase
I've made a release candidate of gcc 3.4 available for download.

NEWS

Too many changes to list here in detaili.  Please see the official docs
at http://gcc.gnu.org/gcc-3.4 and
http://gcc.gnu.org/gcc-3.4/changes.html


Driver packages available for Cygwin:
  Ada  gcc-ada   /  gcc-mingw-ada
  Cgcc-core  /  gcc-mingw-core
  C++  gcc-g++   /  gcc-mingw-g++
  Fortran  gcc-g77   /  gcc-mingw-g77
  Java gcc-java  /  gcc-mingw-java
  ObjC gcc-objc  /  gcc-mingw-objc


To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup, fill in all of the options, and make
appropriate choices on the Select Packages screen.  You'll need to
select the Devel category to see gcc and friends.

If you have questions or comments, please send them to the Cygwin
mailing list, http://cygwin.com/list.html.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the List-Unsubscribe:  tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.



Gerrit P. Haase
-- 
=^..^=



--
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: g++ Debugger for Win32?

2004-08-24 Thread Larry Hall
At 11:59 AM 8/24/2004, you wrote:
Christopher Faylor cgf-no-personal-reply-please at cygwin.com writes:
 
 I'm not aware of any cygwin-based intuitive, integrated IDEs that you have to
 $PAY$ for.  And, if it isn't cygwin-based, it's not really on-topic here.
 
 

Point taken.  

Somebody else quietly mentioned DDD, which seems to get OK reviews.  

Unfortunately, I haven't been able to get it to run on my Cygwin installation 
(it generates a fault and exits).   I'm re-installing all the latest X11 stuff, 
to see if that will help.

In the mean-time, does anyone know if there are any special tricks to getting 
DDD to run?  It sounds like I need to run X (startxwin.bat) and then I should 
simply be able to run ddd against my executable.  Is that accurate?


Yep.  If you have problems getting it started, you'll want to follow-up on
the cygwin-xfree list.


--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Kumar Pandey
I unzipped perl-5.8.2-1.tar.bz2  from
http://gatekeeper.research.compaq.com/pub/cygwin/release/perl/
under c:\cygwin however the problem persists.

Here's the cygcheck stack

$ cygcheck /usr/lib/postgresql/plperl.dll
C:/cygwin/lib/postgresql/plperl.dll
  C:\cygwin\bin\postgres.exe
C:\cygwin\bin\cygcrypt-0.dll
  C:\cygwin\bin\cygwin1.dll
C:\WINDOWS\System32\ADVAPI32.DLL
  C:\WINDOWS\System32\ntdll.dll
  C:\WINDOWS\System32\KERNEL32.dll
  C:\WINDOWS\System32\RPCRT4.dll
C:\cygwin\bin\cygcrypto-0.9.7.dll
C:\cygwin\bin\cygssl-0.9.7.dll
Error: could not find cygperl5_8_2.dll

Thanks
Kumar


--- Gerrit P. Haase [EMAIL PROTECTED] wrote:

 Kumar schrieb:
 
  --- Gerrit P. Haase [EMAIL PROTECTED]
 wrote:
 
  
  As third option, I'll upload the perl-5.8.2
 package
  again, though this
  may last some hours until it arrives at your
 mirror.
  
  Gerrit
 
  Thanks  Gerrit
  I'm just gettign my feet wet with postgres and
 cygwin
  so I'll wait for your third option.
  Does this mean that I should be able to select
  perl-5.8.2  via the cygwin installer once it gets
 to
  the mirror.
  If the server where you'll load 5.8.2 is listed in
 the
  installer then I should be able to select it and
 not
  wait for replication on the mirror site?
  If so can you list the server name?
 
 Since perl-5.8.2 for Cygwin was released in 2003 the
 chances are good
 that every user of Cygwin has it in the local
 repository, it isn't
 offered by Setup, but old packages are not deleted
 automatically, have
 you looked in your local repository?  If you find
 the tarballthere, just
 extract it from the Cygwin root (not the recommended
 way, but currently
 the only way to install more than one perl at the
 same time).
 
 
 If this fails you can try to find a mirror where it
 is still available
 (a mirror which was not updated at least the last
 few weeks), then you
 may try to find it at 

ftp://mirrors.rcn.net/pub/sourceware/cygwin/release/perl
 where I'm currently uploading.
 
 
 Gerrit
 -- 
 =^..^=
 
 




__
Do you Yahoo!?
Yahoo! Mail is new and improved - Check it out!
http://promotions.yahoo.com/new_mail

--
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: g++ Debugger for Win32?

2004-08-24 Thread da
Larry Hall lh-no-personal-replies-please at cygwin.com writes:
 
 In the mean-time, does anyone know if there are any special tricks to 
getting 
 DDD to run?  It sounds like I need to run X (startxwin.bat) and then I 
should 
 simply be able to run ddd against my executable.  Is that accurate?
 
 Yep.  If you have problems getting it started, you'll want to follow-up on
 the cygwin-xfree list.
 

Well...

The re-installation of the Cygwin tools (to make sure X11 was installed) seems 
to have left me in a worse state that I was in.  I got a whole bunch of errors 
regarding not being able to find a particular DLL during the installation, and 
also a whole bunch of dialogs telling me that it couldn't install null or 
something to that effect.  

After the installation, I don't have ddd on my system at all (it was there 
before), and if I attempt to run startxwin.bat, I get a dialog that says I 
can't find Xwin anywhere - I even searched the path.  

This, after waiting an hour for the installation to complete.  Oye Ve.  Back to 
the drawing board...

-- Dave



--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Gerrit P. Haase
Kumar schrieb:

 I unzipped perl-5.8.2-1.tar.bz2  from
 http://gatekeeper.research.compaq.com/pub/cygwin/release/perl/
 under c:\cygwin however the problem persists.

 Here's the cygcheck stack

 $ cygcheck /usr/lib/postgresql/plperl.dll
 C:/cygwin/lib/postgresql/plperl.dll
   C:\cygwin\bin\postgres.exe
 C:\cygwin\bin\cygcrypt-0.dll
   C:\cygwin\bin\cygwin1.dll
 C:\WINDOWS\System32\ADVAPI32.DLL
   C:\WINDOWS\System32\ntdll.dll
   C:\WINDOWS\System32\KERNEL32.dll
   C:\WINDOWS\System32\RPCRT4.dll
 C:\cygwin\bin\cygcrypto-0.9.7.dll
 C:\cygwin\bin\cygssl-0.9.7.dll
 Error: could not find cygperl5_8_2.dll

You must use Cygwin tools to extract, Unzipping with any Windows tools
fails because these tools doesn't know about Cygwin mounts.
To extract it manually, fire up a Cygwin shell and 'cd /', then run
`tar xjf /path/to/package.tar.bz2`

You may also move the files with explorer from X:\cygwin\usr\bin to
x:\cygwin\bin, but that is not recommended since there are also problems
with Unix/Windows lineending when using Windows tools.


Gerrit
-- 
=^..^=


--
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: Release candidate: gcc-3.4.1-1

2004-08-24 Thread Gerrit P. Haase
Jim schrieb:

 Tag Gerrit,

 How is a release candidate different from an actual release?  Will
 it replace my 3.3.3 installation or will it co-exist?

It will replace(remove) the existing installation when installed via
setup.exe.  The difference is that it is tagged as 'test' and you need
to switch to the 'experimental' view in setup.exe to get it offered from
setup.exe, the first in setup.ini is the current version, then follows
the usual [prev] tag and additional there is now the [test] tag:

version: 3.3.3-3
install: release/gcc/gcc-3.3.3-3.tar.bz2 46 c616cffee0f344c37fd4e045a7a87054
source: release/gcc/gcc-3.3.3-3-src.tar.bz2 46 c616cffee0f344c37fd4e045a7a87054
[prev]
version: 3.3.1-3
install: release/gcc/gcc-3.3.1-3.tar.bz2 3093869 4efc123aa901ec25683952214ac74dec
source: release/gcc/gcc-core/gcc-core-3.3.1-3-src.tar.bz2 10790513 
c13cbe4ca2054167e0bf33c7b61da2b5
[test]
version: 3.4.1-1
install: release/gcc/gcc-3.4.1-1.tar.bz2 46 c616cffee0f344c37fd4e045a7a87054
source: release/gcc/gcc-3.4.1-1-src.tar.bz2 46 c616cffee0f344c37fd4e045a7a87054


You may also extract it manually from the Cygwin root (with `tar xjf
/path/package.tar.bz2`), then you'll have both versions.  Then you may
call the versioned executables instead of gcc.exe.  However,
installations via setup.exe are recommended and manual installations are
not recommended and also not supported!


Gerrit
-- 
=^..^=


--
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: Crypting

2004-08-24 Thread Andrew DeFaria
Corinna Vinschen wrote:
On Aug 24 09:11, Andrew DeFaria wrote:
Max Bowsher wrote:
You can't.
/usr/share/doc/Cygwin/crypt.README
Sorry, didn't think there was a readme for just little 'ole crypt. I
should have looked.
Anyways, this is strange because I recall using crypt in this fashion
before - on Cygwin! Did this change?

The original code has brought into the Cygwin net distro at some point
in 2001. Except for the Makefile, nothing else has changed since then.
Sans crypt(1), how can one encrypt a file...?

E.g. `openssl enc -des -in filename -out filename.out
See `man openssl'
Corinna
Thanks. However how do I then decrypt the file? I don't see a decrypt 
command and am lost in the cryptological alphabet soup!

--
If it's true that we are here to help others, then what exactly are the 
others here for?

--
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: Crypting

2004-08-24 Thread Dave Korn
 -Original Message-
 From: cygwin-owner On Behalf Of Andrew DeFaria
 Sent: 24 August 2004 19:12

 Corinna Vinschen wrote:
 
  On Aug 24 09:11, Andrew DeFaria wrote:

  Sans crypt(1), how can one encrypt a file...?
 
 
  E.g. `openssl enc -des -in filename -out filename.out
 
  See `man openssl'
 
  Corinna
 
 Thanks. However how do I then decrypt the file? I don't see a decrypt 
 command and am lost in the cryptological alphabet soup!


  Replace 'enc' with 'dec' ?


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: Crypting

2004-08-24 Thread Dave Korn
 -Original Message-
 From: Dave Korn [mailto:[EMAIL PROTECTED] 
 Sent: 24 August 2004 19:13
 To: '[EMAIL PROTECTED]'
 Subject: RE: Crypting
 
  -Original Message-
  From: cygwin-owner On Behalf Of Andrew DeFaria
  Sent: 24 August 2004 19:12
 
  Corinna Vinschen wrote:
  
   On Aug 24 09:11, Andrew DeFaria wrote:
 
   Sans crypt(1), how can one encrypt a file...?
  
  
   E.g. `openssl enc -des -in filename -out filename.out
  
   See `man openssl'
  
   Corinna
  
  Thanks. However how do I then decrypt the file? I don't see 
 a decrypt 
  command and am lost in the cryptological alphabet soup!
 
 
   Replace 'enc' with 'dec' ?


  Nope.  Add either -e or -d.  enc stays the same.


cheers, 
  DaveK
-- 
Can't think of a witty .sigline today


--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Reini Urban
Jason Tishler schrieb:
Reini,
On Tue, Aug 24, 2004 at 04:11:55PM +0200, Reini Urban wrote:
Jason Tishler schrieb:
On Tue, Aug 24, 2004 at 10:56:18AM +0200, Gerrit P. Haase wrote:
I don't know if postgres for Cygwin will be maintained in future,
I'm still maintaining Cygwin PostgreSQL...


Can you write a short paragraph about the supported charsets also
then, please? Previous versions only supported LATIN1, and I haven't
tested utf-8 yet.
Sorry, I'm not qualified to do the above.  Would you be willing?
Ok. I'll test it with various japanese and chinese charset's then.
They need it at most, and my apps must support it. :)
now that mingw port is almost stable, I hope that the cygwin version
will at least be feature complete.
Unfortunately, I don't believe the former necessarily implies that
latter... :,(
Okay, I'm doing it by my own now and will post the patches to pgsql-bugs 
also.

At first postgresql-8.0.0beta1 has some problem with src/port/dirmode.c
and it needs new configure switches.
The cygwin version is almost feature complete now, just no tcl.
./configure --with-template=cygwin --disable-thread-safety --enable-nls 
--enable-integer-datetimes --enable-multibyte --with-python --with-perl 
--with-java --with-CXX --with-openssl --without-tcl --prefix=$Prefix 
--sysconfdir=/etc --datadir=/usr/share --mandir=/usr/share/man 
--with-docdir=$Prefix/share/doc/$pkg-$version

-7.4.5-1 changes later.
--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/
--
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: sed and dos format

2004-08-24 Thread Hannu E K Nevalainen
Brian Dessent wrote:
 Hannu E K Nevalainen wrote:

 You wrote:
 james pentland wrote:

 sed has the unfortunate property that it reduces dos
 format line endings to unix format line endings.

 Use a text mode mount.

 Using a sledgahammer for a nail?
  Better to use unix2dos A.K.A. u2d.

 I disagree.  He said he was doing this with many files.  It's far
 easier to just mount the directory once as textmode and not have to
 change anything than it is to edit all his scripts to run u2d
 afterward, and have to remember to do that to all future scripts.

 One mount command versus potentially dozens of current and future
 script updates is hardly a sledgehammer for a nail.  Plus textmode
 mounts will keep his files with DOS line endings no matter what
 processing he does, whereas u2d requires that he remember to run
 that command any time he changes a file with a cygwin program.  I
 don't see how you can advocate manually having to do that every time
 when there's a feature built in to Cygwin to handle this very thing
 and handle it more efficiently.

 Brian

james pentland also wrote:
 this makes sed unusable or undesirable for a large
 number of files i might want to edit.

I don't take this as an implication of 'bulk' edits. So your many files
falls on this. Also; using sed implies automatic changes.

What your refer to as beeing easy; to use a text mount has its pitfalls, and
that is why I'm writing this.

Using u2d is by far easier than using sed ;-). And as it is sed we're
talking about, the automatic nature of the thing indicates that he is
using a script - adding u2d at an apropriate point isn't hard.

Text mounts means that you have the potential danger of CRLF vs LF
confusion - at a point where you've forgotten that you have mounted in text
mode.

 To summarize somewhat on my text mode mount concerns;
1) Not always easy to remember which mount is text mode which is not.
   Do you check this out every time? - I don't.
2) The main danger is inadvertent(sp?) text conversion;
   This causes MUCH confusion/malfuction - problems which often lead
   to extensive bug hunting. My experience is that the *last* you
   think of is CRLF vs LF problems in this situation.
3) In addition some(many?) cygwin/gnu tools has problems as soon as
   there is a text mount involved... (in addition to taking stdin as
   implication of text mode requirement as it seems)
This situation is slowly getting better though.
3a) How many percent of cygwin users know exactly which tools to not
use on text mounts?
3b) Yet another question is whether they (3a) do(can) keep an updated
list of these - as patches are applied?

 IMO; to be safe: stay away from text mode mounts and you *won't* have to
remember nor worry as much.
 I'd say that it is easier to remember that you're working on a DOS file
(say a .bat) than to remember which of all mounts are in text mode.

Now you come and say things like handle it more efficiently; If I'm on a
futile bug hunt for hours before I can finish the job, then the efficiency
comes to a grand halt.

Also with my way (above) in mind you'll quite easily see that the
unreliability (wrt line endings) of a utility like sed as discussed here,
and 'cat stdin' in a recent thread, will be a very big nuisance.

 In this situation it really is simple to add u2d or d2u as the last
command in a pipe. I'd call that efficient painkilling.


To sum it up;
 Its a free world, I can lay no obligation on you to do it my way.

 But you've got to give me the credit that I've got a point in my concerns.


/Hannu E K Nevalainen, B.Sc. EE Microcomputer systems--72--

** mailing list preference; please keep replies on list **

-- printf(LocalTime: UTC+%02d\n,(DST)? 2:1); --
--END OF MESSAGE--


--
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: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Brian Ford
On Tue, 24 Aug 2004, Gerrit P. Haase wrote:

 I've made a release candidate of gcc 3.4 available for download.

 NEWS
 
 Too many changes to list here in detaili.  Please see the official docs
 at http://gcc.gnu.org/gcc-3.4 and
 http://gcc.gnu.org/gcc-3.4/changes.html

Should I assume this means my DWARF2 patches are not yet included :-(.
Just curious if there is any more effective way of bribing, oops..., I
meant pleading with you ;-).

* http://sources.redhat.com/ml/cygwin/2004-06/msg00583.html

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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: g++ Debugger for Win32?

2004-08-24 Thread Brian Ford
On Tue, 24 Aug 2004, Dave Korn wrote:

   So to get back on-topic, I'd suggest that Dave tries compiling a more
 up-to-date gdb/insight version and sees if it works any better with his
 G++-compiled objects than the OOTB cygwin version.  The cygwin version says
 GNU gdb 2003-09-20-cvs (cygwin-special), which is around the timeframe
 when gdb6 was first released.  The gdb NEWS file contains several changes
 related to Cygwin, Dwarf2 debugging info and C++ since that time that
 suggest it might be worthwhile trying it out.

Unfortunately, to produce Dwarf2 debugging info from g++ for gdb to read,
you need a newer than Cygwin released gcc as well :-(.  Well get there
sooner or later...

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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: Postgres 7.4.3-1, plperl and perl-5.8.2

2004-08-24 Thread Jason Tishler
Reini,

On Tue, Aug 24, 2004 at 08:34:28PM +0200, Reini Urban wrote:
 Jason Tishler schrieb:
 On Tue, Aug 24, 2004 at 04:11:55PM +0200, Reini Urban wrote:
 Can you write a short paragraph about the supported charsets also
 then, please? Previous versions only supported LATIN1, and I haven't
 tested utf-8 yet.
 
 Sorry, I'm not qualified to do the above.  Would you be willing?
 
 Ok. I'll test it with various japanese and chinese charset's then.
 They need it at most, and my apps must support it. :)

Thanks.

 now that mingw port is almost stable, I hope that the cygwin version
 will at least be feature complete.
 
 Unfortunately, I don't believe the former necessarily implies that
 latter... :,(
 
 Okay, I'm doing it by my own now and will post the patches to
 pgsql-bugs also.

Ditto.

 At first postgresql-8.0.0beta1 has some problem with src/port/dirmode.c
 and it needs new configure switches.
 The cygwin version is almost feature complete now, just no tcl.
 
 ./configure --with-template=cygwin --disable-thread-safety --enable-nls 
 --enable-integer-datetimes --enable-multibyte --with-python --with-perl 
 --with-java --with-CXX --with-openssl --without-tcl --prefix=$Prefix 
 --sysconfdir=/etc --datadir=/usr/share --mandir=/usr/share/man 
 --with-docdir=$Prefix/share/doc/$pkg-$version

Is --with-template=cygwin required?  It wasn't before.

Does --with-tcl no longer build cleanly?

Any help building Cygwin PostgreSQL 8.0 is appreciated.

Thanks,
Jason

-- 
PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers
Fingerprint: 7A73 1405 7F2B E669 C19D  8784 1AFD E4CC ECF4 8EF6

--
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/



[OT] Re: MinGW-CE anyone?

2004-08-24 Thread Brian Ford
On Wed, 25 Aug 2004, Enzo Michelangeli wrote:

 The main problem for my application is that such DLL (newlib) is GPL'd,
 automatically GPL'ing any program linked to it.

That's not entirely accurate.  From the newlib README:

The newlib and libgloss subdirectories are a collection of software from
several sources, each with their own copyright.  See the file
COPYING.NEWLIB for details.

Please consult http://sources.redhat.com/newlib or newlib at sources dot
redhat dot com for more details.

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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: FW: comport problem

2004-08-24 Thread Brian Ford
On Mon, 23 Aug 2004, Terry Dabbs wrote:

 I've used a version of cygwin from June of 2003. I've loaded a new
 version, and apparently gcc is now gcc-2.

No, gcc-2 was a package of the old gcc-2.95.x compiler.  It was pulled
from the distribution because of bugs.  gcc is currently version 3.3.3.

 The problem is that I can't open the comport with the program that
 previous worked well under the old cygwin/gcc. I noted references in my
 search for the solution about gcc-2 or cygwin not accepting the name
 com1, com2 etc.  I' love some direction here.

This is not a gcc problem at all.  Cygwin will let you open COM1, COM2,
etc., but it will treat them as regular files.

If you are trying to use POSIX functionality (termios, etc.) with that
file descriptor, please use the corresponding POSIX device name listed
here instead:

http://cygwin.com/cygwin-ug-net/using-specialnames.html#AEN825

to open the port.  Doing so should eliminate your problem.

HTH

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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: OLOCA

2004-08-24 Thread Igor Pechtchanski
On Tue, 24 Aug 2004, Dave Korn wrote:

  -Original Message-
  From: cygwin-owner On Behalf Of Thuy-Linh Chu
  Sent: 23 August 2004 22:46
  To: 'cygwin'
  Subject: OLOCA
  
  
  I would like to suggest a couple more:
  
  PLMKIYHAQ - Please Let Me Know If You Have Any Questions
  PLMKIYHAP - Please Let Me Know If You Have Any Problems
  PLMKIYHAQ/P - Please Let Me Know If You Have Any Questions/Problems
  
  PLMKIYHAQ.
 
   Y?
   DaveK

LOL.  I think this about sums it up.

Seriously, though -- if an acronym is used often (or if I like it -- being 
the OLOCA maintainer has to have some quirks), I put it in the OLOCA.  So, 
the best way to get something into the OLOCA is use it. :-D
Igor
-- 
http://cs.nyu.edu/~pechtcha/
  |\  _,,,---,,_[EMAIL PROTECTED]
ZZZzz /,`.-'`'-.  ;-;;,_[EMAIL PROTECTED]
 |,4-  ) )-,_. ,\ (  `'-'   Igor Pechtchanski, Ph.D.
'---''(_/--'  `-'\_) fL a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

Happiness lies in being privileged to work hard for long hours in doing
whatever you think is worth doing.  -- Dr. Jubal Harshaw

--
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: FW: comport problem

2004-08-24 Thread Terry Dabbs

Brian,

You are correct. I used gcc-2 because that is what downloaded by default. Previously, 
I just used com2, and it was acceptable, and worked fine. I read the code in the 
some of the other emails in the forum and noted that it was in the form /dev/com2. I 
changed to format, and it now works great.

Thanks,

Terry Dabbs


On Mon, 23 Aug 2004, Terry Dabbs wrote:

 I've used a version of cygwin from June of 2003. I've loaded a new
 version, and apparently gcc is now gcc-2.

No, gcc-2 was a package of the old gcc-2.95.x compiler.  It was pulled
from the distribution because of bugs.  gcc is currently version 3.3.3.

 The problem is that I can't open the comport with the program that
 previous worked well under the old cygwin/gcc. I noted references in my
 search for the solution about gcc-2 or cygwin not accepting the name
 com1, com2 etc.  I' love some direction here.

This is not a gcc problem at all.  Cygwin will let you open COM1, COM2,
etc., but it will treat them as regular files.

If you are trying to use POSIX functionality (termios, etc.) with that
file descriptor, please use the corresponding POSIX device name listed
here instead:

http://cygwin.com/cygwin-ug-net/using-specialnames.html#AEN825

to open the port.  Doing so should eliminate your problem.

HTH

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
the best safety device in any aircraft is a well-trained pilot...

--
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: sed and dos format

2004-08-24 Thread Brian Dessent
Hannu E K Nevalainen wrote:

 james pentland also wrote:
  this makes sed unusable or undesirable for a large
  number of files i might want to edit.
 
 I don't take this as an implication of 'bulk' edits. So your many files
 falls on this. Also; using sed implies automatic changes.

My response was addressing the point of view that he had lots of files
for a certain application that must remain with DOS line endings and
that they would all possibly be handled in various ways by various sed
scripts.  Obviously for a few random text files u2d is easier.

The poster asked about how to make sed work as he wanted, and to me
making a text mount addresses that question most directly.  Obviously if
he knows how to use sed he is aware of how to use u2d or add an explicit
\r in his scripts, so telling him to use u2d does not paint the whole
picture.  How do I make X work? Use Y. is an incomplete response when
X can easily be made to work as requested.

I agree that text mode mounts have lots of issues but in the context of
his post I invisioned a specific application in a specific drectory or
tree that could all be mounted text, seperate from the rest of the
system.  Obviously mounting all kinds of things text without
consideration is a bad idea.

Regarding efficiency, I am strictly talking about the code path.  Having
Cygwin add a \r when the file is written the first time should be more
efficient than reprocessing the whole thing after it's been processed
the first time, or at the least reparsing the lines in an output filter
pipeline to insert \r's.  Again my reply was under the context of lots
of files that *must* remain DOS-mode where accidently forgetting a u2d
somewhere breaks things just as bad as some obscure text-mode bug in
some app.

This is beginning to get trollish so I will cease further comment in
this thread.

Brian

--
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/



Attn: gtk2-x11 maintainer - postinstall patch

2004-08-24 Thread Robb, Sam
When doing a full installation of Cygiwn on a clean machine,
setup.exe runs into an error when running the postinstall
script for gtk2-x11 as documented in the mail message:

  http://www.cygwin.com/ml/cygwin/2004-07/msg01125.html

Note that when this error message occurs, X has been installed,
but the X postinstall script(s) haven't been run yet.  As a
result, the default PATH doesn't contain /usr/X11R6/bin.

The attached patch to the gtk2-x11 postinstall script works
around the problem by explicitly setting the PATH for the
postinstall script execution.  It also changes the calls to
mkdir and chmod to use absolute paths as well, though this
probably really isn't neccesary with the PATH being set
properly.

-Samrobb

--- gtk2-x11.sh.orig2004-07-06 12:21:39.0 -0400
+++ gtk2-x11.sh 2004-08-24 16:32:09.538908200 -0400
@@ -1,7 +1,9 @@
 #!/usr/bin/sh

-mkdir -p /etc/gtk-2.0
-chmod 777 /etc/gtk-2.0
+export PATH=/usr/bin:/usr/X11R6/bin
+
+/usr/bin/mkdir -p /etc/gtk-2.0
+/usr/bin/chmod 777 /etc/gtk-2.0
 if [ -f /usr/bin/gdk-pixbuf-query-loaders.exe ] ; then \
   /usr/bin/gdk-pixbuf-query-loaders.exe  /etc/gtk-2.0/gdk-pixbuf.loaders ; \
 fi

--
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: gobject-2.0 NOT FOUND!!

2004-08-24 Thread Maya
Thank you Larry for your help!
I downloaded the package needed to get gobject-2.0, but now after typing 'pkg-config 
gtk+-2.0', I get a message saying that 'gnome-config' was not found. What do I have to 
do now?

Thanks in advance

Larry Hall [EMAIL PROTECTED] wrote:

At 08:02 PM 8/23/2004, you wrote:
OS MSW-XP
When I try to compile a simple GTK+ program, after intalling the gtk+ packages from 
'cygwin' I get a message sying that 'gobject-2.0' was not found and to add to the 
PKG_CONFIG_PATH. I tried to do that but 'find.exe' cound not find a 
'gobject-2.0.pc', in fact it does not exist!
Any body knows how to fix this problem?
TIA


Well, first let's start with the response I gave to your previous post
on this subject:

http://cygwin.com/ml/cygwin/2004-08/msg00853.html

Can you fill us in on why this doesn't answer your question?



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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/




-- 
FYI
http://www.astro.umd.edu/~marshall/abbrev.html

E-Mail Policy
http://www.vif.com/users/escalante/Email_Policy.html

* You cannot exercise your power to a 
  point of humiliation.
   - Jean Chretien

* The media's the most powerful entity on earth. They have the power to make the 
innocent guilty and to make the guilty innocent, and that's power.
 - Malcom X
You experience miracles everyday, the first one today happened when you first opened 
your eyes!
 --- Jorge Escalante


__
Switch to Netscape Internet Service.
As low as $9.95 a month -- Sign up today at http://isp.netscape.com/register

Netscape. Just the Net You Need.

New! Netscape Toolbar for Internet Explorer
Search from anywhere on the Web and block those annoying pop-ups.
Download now at http://channels.netscape.com/ns/search/install.jsp

--
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: 1.5.10: msgsnd between threads hangs, between processes ok..

2004-08-24 Thread Corinna Vinschen
On Aug 23 14:24, Don Post wrote:
 I have encountered a problem which I hope someone has seen and has a
 work around for. While I was porting some code that is based on POSIX
 threads and SYSV message queues I found that if the receiver (i.e.
 caller to msgrcv) of the message queue is a child or sibling thread of
 the sender (i.e. caller to msgsnd), then the msgsnd call hangs
 indefinitely even though NOWAIT is specified. If the receiver (caller to
 msgrcv) is another process, then all works fine. I have included a
 simple program that spawns the receiver either as a process (i.e. fork)
 or as a thread (pthread_create). When fork is used, all works find. When
 pthread_create is used, the send hangs. Any ideas/workarounds?

The problem is deep inside cygserver.  The current methods only allow
one concurrent call per process.  If one call blocked, the per-process
locking wasn't released, accidentally. 

My fix solves that very problem, so your application won't hang anymore,
but it doesn't change the fact that only one thread per process can run
an IPC call at a time.  I have an idea how to solve that, but that takes
somewhat more time and I'm not sure I want to change that already for the
upcoming Cygwin release.

Thanks for the testcase, it's highly appreciated.  If you want to give
my patch a try, check out the latest Cygwin developers snapshot from
http://www.cygwin.com/snapshots/


Corinna

-- 
Corinna Vinschen  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader  mailto:[EMAIL PROTECTED]
Red Hat, Inc.

--
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/



[ANNOUNCEMENT] Updated: TeXmacs-1.0.4-3: A scientific wysiwyg Editor and Interface for Computer Algebra Systems

2004-08-24 Thread Andreas Seidl
TeXmacs has been updated to the new stable version 1.0.4.
Canonical homepage:
  http://texmacs.org
NEWS

Cygwin specific:
- PDF exports works now
- please avoid spaces in your username
- if you decide to install the unofficial netpbm package, which installs
to /usr/local/bin/netpbm, then make sure to add this path to the front
of your PATH, in particular if you have MikTeX or an other LaTeX
distribution for Windows installed.
See http://www.texmacs.org/tmweb/about/changes.en.html for the full list.
DESCRIPTION:

GNU TeXmacs is a free scientific text editor, which was both
inspired by TeX and GNU Emacs. The editor allows you to write
structured documents via a wysiwyg (what-you-see-is-what-you-get) and
user friendly interface. New styles may be created by the user. The
program implements high-quality typesetting algorithms and TeX fonts,
which help you to produce professionally looking documents.
The high typesetting quality still goes through for automatically
generated formulas, which makes TeXmacs suitable as an interface for
computer algebra systems. TeXmacs also supports the Guile/Scheme
extension language, so that you may customize the interface and write
your own extensions to the editor.
Converters exist for TeX/LaTeX and Html/MathML/Xml. In the future,
TeXmacs is planned to evolve towards a complete scientific office
suite.
GETTING STARTED QUICKLY:

1. Install TeXmacs
--
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select Editors
or Math and then click on the appropriate fields until the above
announced version number appears if it is not displayed already.
2. Start and test your X

Double click on the Cygwin icon on your Desktop, this brings up a black
Cygwin shell. Assuming you have the xterm package installed, type:
  export DISPLAY=127.0.0.1:0.0
  XWin -multiwindow -clipboard 
  xterm 
In the tray in the lower right corner of your screen you will see a
black X and an additional (white) window should appear. In order not to
set the DISPLAY variable again and again, you should set it as a user's
variable; e.g. under Windows XP:
Start-Control_Panel-System-Advanced-Environment_variables
3. Start TeXmacs

... by typing
  texmacs 
into a Cygwin shell. Try a second time, if there is a problem.
4. Hands-on tutorial

I suggest to try Part 1-3 of the following hands-on tutorial:
http://www.fmi.uni-passau.de/~seidl/texmacs/tmtour.html#3
FURTHER INFORMATION:

If you have TeXmacs-related questions or comments, please send them to
the texmac-users mailing list, see:
  http://lists.texmacs.org/wws/info/texmacs-users
(subscription necessary). I would appreciate it if you would use this
mailing list rather than emailing me directly. Cygwin-related
questions and comments should be sent to the Cygwin mailing list at:
cygwin at cygwin dot com .
Before emailing these lists, make sure to
* read the FAQ at: http://www.texmacs.org/tmweb/help/faq.en.html
* look at the manual, which comes with TeXmacs and which can be browsed
at: http://www.texmacs.org/tmweb/manual/web-manual.en.html
* read about some Windows-related issues at
http://www.fmi.uni-passau.de/~seidl/texmacs/tmtour.html#issues
* search the mailing lists and Google
Have lots of fun with TeXmacs!
Andreas.
--
http://www.fmi.uni-passau.de/~seidl/


--
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/


[ANNOUNCEMENT] New Package: ccrypt-1.7.1-1: A utility for encrypting and decrypting files

2004-08-24 Thread Andreas Seidl
The package ccrypt is now available with the Cygwin distribution.
Canonical homepage:
  http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/
Canonical download:
  http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/download/
DESCRIPTION:

ccrypt is a utility for encrypting and decrypting files and
streams. It was designed as a replacement for the standard unix crypt
utility, which is notorious for using a very weak encryption
algorithm. ccrypt is based on the Rijndael cipher, which is the
U.S. government's chosen candidate for the Advanced Encryption
Standard (AES, see http://www.nist.gov/aes/). This cipher is believed
to provide very strong security.
Unlike unix crypt, the algorithm provided by ccrypt is not symmetric,
i.e., one must specify whether to encrypt or decrypt. The most common
way to invoke ccrypt is via the commands ccencrypt and
ccdecrypt. There is also a ccat command for decrypting a file directly
to the terminal, thus reducing the likelihood of leaving temporary
plaintext files around. In addition, there is a compatibility mode for
decrypting legacy unix crypt files. An emacs mode is also supplied for
editing encrypted text files.
GETTING STARTED QUICKLY:

1. Install ccrypt
-
To update your installation, click on the Install Cygwin now link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Once you've downloaded setup.exe, run it and select Utils
and then click on the appropriate fields until the above
announced version number appears if it is not displayed already.
2. Modify your .emacs file
--
Add to your .emacs file in your home directory the following two lines:
(setq load-path (cons /usr/share/emacs/site-lisp load-path))
(require 'jka-compr-ccrypt jka-compr-ccrypt.el)
Then, if you open an encrypted file, emacs will ask for a password. The
first time you want to save the buffer, emacs will ask again twice, but
for later savings in this session the password will be remembered.
3. Test it
--
At the command prompt:
  cd /tmp
  echo here goes some test  testfile.txt
  ccencrypt testfile.txt
this gives your a file testfile.txt.cpt. You can now either edit it with
emacs, or decrypt it with ccdecrypt again.
FURTHER INFORMATION:

If you have ccrypt-related questions or comments, please check out the 
man page

  http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/ccrypt.html
and the FAQ
  http://quasar.mathstat.uottawa.ca/~selinger/ccrypt/faq.html
before contacting the author.
Andreas Seidl
--
http://www.fmi.uni-passau.de/~seidl

--
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: [ANNOUNCEMENT] Release candidate: gcc-3.4.1-1

2004-08-24 Thread Hans Horn
Group,

just updated to gcc341 and am getting a silly core dump in fortran core.

I'm using the following compile flags:
g77 -c  -O6 -ffast-math -malign-double -funsafe-math-optimizations -fno-trapping-math 
 -fexpensive-optimizations -finline-functions -finline-limit=10 -fstrength-reduce 
 -fgcse -fgcse-lm -fgcse-sm -msse2 -mfpmath=sse -march=pentium4 -fno-underscoring 
 -fno-f2c -Wall -Winline -Wunused -Wuninitialized -ffixed-line-length-132 
src.f -o src.o

Adding -mno-cygwin has no effect.

I've narrowed down where shit is happening: in a call to intrinsic min()!
Doesn't happen in a small stand-alone test code.

It also doesn't happen under mingw gcc341.

anybody else observing similar crap?

H.

Brian Ford wrote:
 On Tue, 24 Aug 2004, Gerrit P. Haase wrote:

 I've made a release candidate of gcc 3.4 available for download.

 NEWS
 
 Too many changes to list here in detaili.  Please see the official
 docs at http://gcc.gnu.org/gcc-3.4 and
 http://gcc.gnu.org/gcc-3.4/changes.html

 Should I assume this means my DWARF2 patches are not yet included :-(.
 Just curious if there is any more effective way of bribing, oops..., I
 meant pleading with you ;-).

 * http://sources.redhat.com/ml/cygwin/2004-06/msg00583.html 




--
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: Crypting

2004-08-24 Thread Andrew DeFaria
Dave Korn wrote:
-Original Message-
From: Dave Korn [mailto:[EMAIL PROTECTED]
Sent: 24 August 2004 19:13
To: '[EMAIL PROTECTED]'
Subject: RE: Crypting
-Original Message-
From: cygwin-owner On Behalf Of Andrew DeFaria
Sent: 24 August 2004 19:12

Corinna Vinschen wrote:
On Aug 24 09:11, Andrew DeFaria wrote:

Sans crypt(1), how can one encrypt a file...?

E.g. `openssl enc -des -in filename -out filename.out
See `man openssl'
Corinna
Thanks. However how do I then decrypt the file? I don't see
a decrypt
command and am lost in the cryptological alphabet soup!

Replace 'enc' with 'dec' ?

Nope. Add either -e or -d. enc stays the same.
cheers,
DaveK
Ok, Ok. So how did you figure that out?!?
--
Whatever happened to Preparations A through G?
--
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: Crypting

2004-08-24 Thread Brian Dessent
Andrew DeFaria wrote:

  Nope. Add either -e or -d. enc stays the same.

 Ok, Ok. So how did you figure that out?!?

man 1 enc

(It is referenced in the SEE ALSO section of 'man openssl'.)

Brian

--
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/



Cygwin-Perl upgrade and modules

2004-08-24 Thread Gary Nielson
The other day, I decided to finally update all my cygwin packages with
setup.exe -- including perl. Went from 5.8.0 to 5.8.5 and now realize that
the path to all the modules I installed is under the older version at
/usr/lib/perl5/site_perl/5.8.0 instead of  /usr/lib/perl5/site_perl/5.8.5.
I've always shied away from upgrading perl in Linux so don't have much
experience dealing with modules from older installations. Must I re-install
all these modules, or can I add a path to them in my scripts, or should I
revert back to the older version of perl and if so, how? Any help
appreciated.

-- Gary



--
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: environment variable name converted to upper case

2004-08-24 Thread Shankar Unni
Larry Hall wrote:
I'm not sure what you mean by 'Posix shells'.  Shells that come with the
Cygwin environment don't expect uppercase.  Windows (and DOS) do, really.
OK, I was a little imprecise.
What I was trying to say was that NT *shells* preserves case in 
environment variables, but is case-insensitive in lookup. Which is why 
it allows variables like Path or PATH interchangeably. You can set 
foo, but look up %FoO% or %fOo, and it'll find that foo and 
return it. But just set prints out foo=..., not FOO=

Posix shells (OK, another bad term - I mean shells originally written 
to run on Unix-y or Posix-y systems - i.e. sh, bash, ksh, csh, etc., but 
not CMD, COMMAND.COM, 4NT, or others), on the other hand, are completely 
case-preserving and case-sensitive.

And in order to be able to see PATH in the environment in cygwin shells 
when the system had set Path, cygwin uppercases all environment vars 
when starting a cygwin process. What I was saying was, how about 
uppercasing just Path/PATH? We can leave the case of the others alone, 
as they are in the system environment.

OK, sure, there's minor complexity in saying
  if (stricmp(var, path) == 0)
uppercase(var)
instead of just
  uppercase(var)
but it reduces the needless element of surprise at the unnecessary 
munging of the environment.

Anyway, not a big point; just a suggestion, and it looks like it's been 
shot down. That's ok..

--
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/


  1   2   >