RE: Integrating Ralf's rebase into setup.exe

2003-01-03 Thread Ralf Habacker
> > 1) some that go to stdout probably should be stderr, and vice versa. > > still open. I think debug message should go to cerr and normal printing should > go to cout. > This seems mostly to be fixed in the recent cvs release. Ralf

RE: Integrating Ralf's rebase into setup.exe

2003-01-03 Thread Ralf Habacker
> Of course, rebind_main doesn't call BindImage or BindImageEx. It does > have a commented-out call to dll.rebind() -- but > LinkedObjectFile::rebind() doesn't call BindImage() or BindImageEx > either -- LinkedObjectFile::rebind() does all of the work itself. > > Looks like the factorization isn't

Re: Setup vertical scrollbar doesn't display

2003-01-03 Thread Max Bowsher
Earnie Boyd wrote: > Max Bowsher wrote: >> >> There is no other way. >> (Well, of course, it is possible, but please trust me - it's too >> complicated.) >> > > Too complicated!?!? What's complicated about using tar in the root > ``/'' directory? Oh, yea, it's the meta package control that can

RE: Integrating Ralf's rebase into setup.exe

2003-01-03 Thread Ralf Habacker
Hi Gary, > > How about "libhabackersimagehelp.a" etc? > this would suggest, that this is my lib, but there are also others who have worked and probably will work on this library. I habe only started this lib I think imagehelper will be good. Ralf

Re: Setup vertical scrollbar doesn't display

2003-01-03 Thread Earnie Boyd
Max Bowsher wrote: There is no other way. (Well, of course, it is possible, but please trust me - it's too complicated.) Too complicated!?!? What's complicated about using tar in the root ``/'' directory? Oh, yea, it's the meta package control that can't be easily duplicated. The postinst

Re: Setup vertical scrollbar doesn't display

2003-01-03 Thread Max Bowsher
Richard Garrison wrote: > for instance?ahforgot it was my laptop > > 1400x1050 > > the following also does not work(tested each after > rebooting) > > 1280x1024 > 1024x768 > 800x600 No, DPI, not resolution. Right-click Desktop, choose Properties. Settings tab. Advanced button.

Re: config.guess from dejagnu-20021217-1 installed in wrong directory

2003-01-03 Thread Christopher Faylor
On Fri, Jan 03, 2003 at 12:33:19PM +0100, Volker Zell wrote: >Hi > >dejagnu-20021217-1 installs config.guess in /usr/sbin but runtest is >searching for in >/usr/share/dejagnu or /usr/share/dejagnu/libexec resulting in: > >02:17 PM [513]> runtest --version >ERROR: Couldn't find config.guess program

Re: Two versions of uptime, one in procps-010801-2 and one in sh-utils-2.0-3

2003-01-03 Thread Christopher Faylor
On Fri, Jan 03, 2003 at 11:56:49AM +0100, Volker Zell wrote: >Hi > >There are two versions of uptime in the cygwin distro. > >The one from sh-utils-2.0-3 seems to be none functional. > >05:23 PM [513]> uptime >uptime: couldn't get boot time: Bad file descriptor > >The one in procps-010801-2 works f

Re: Setup vertical scrollbar doesn't display

2003-01-03 Thread Max Bowsher
Richard Garrison wrote: > The vertical scrollbar in the setup (initiated from > the download now icon) doesn't display in my windows > XP pro (service pack 1 - mobile PIII) box. Using the > identical procedure on my windows 2k boxes works fine > (the scrollbar displays). Is your XP box using a non

Re: nfsd and mountd

2003-01-03 Thread Joe Buehler
Pavel Tsekov wrote: * Quote the word which indicates the end of the _here_document which is used to create /etc/exports I don't understand very well why the last change was necessary but it fixed the following problem: /usr/bin/nfs-server-config: 69: Syntax error: EOF in backquote substituti

config.guess from dejagnu-20021217-1 installed in wrong directory

2003-01-03 Thread Volker Zell
Hi dejagnu-20021217-1 installs config.guess in /usr/sbin but runtest is searching for in /usr/share/dejagnu or /usr/share/dejagnu/libexec resulting in: 02:17 PM [513]> runtest --version ERROR: Couldn't find config.guess program. Also depending on your PATH statement runtest.exp is only found wh

Two versions of uptime, one in procps-010801-2 and one in sh-utils-2.0-3

2003-01-03 Thread Volker Zell
Hi There are two versions of uptime in the cygwin distro. The one from sh-utils-2.0-3 seems to be none functional. 05:23 PM [513]> uptime uptime: couldn't get boot time: Bad file descriptor The one in procps-010801-2 works for me. Ciao Volker