Linking on Solaris x86

2003-01-29 Thread Tribhuvan
Hello All, It seems that linking for some compile-time and also run-time libraries for mc on Solaris x86 is not being done properly by configure. The first problem I noticed was: compilation of man2help failed: libglib-2.0 not found next, mc would not run without setting LD_LIBRARY_PATH, which

Re: Linking on Solaris x86

2003-01-29 Thread Pavel Roskin
Hello! It seems that linking for some compile-time and also run-time libraries for mc on Solaris x86 is not being done properly by configure. The first problem I noticed was: compilation of man2help failed: libglib-2.0 not found It's not what I'm seeing on that machine. The problem is with

[PATCH] aclocal.m4: Enable configure to detect the presence ofterminfo database on OpenBSD

2003-01-29 Thread Pavel Tsekov
Hello, Here is another simple patch to improve configure's behaviour on OpenBSD. [..] terminfo(5) on OpenBSD says: /usr/share/terminfo.db file containing terminal descrip- tions on OpenBSD [..] It appears that on OpenBSD 3.2 (i386) the rigth file to look for is

Re: Connection status on menu bar

2003-01-29 Thread David Martin
Something similar happened to me, but I usually have hints enabled. I think that these used to work perfectly but something changed when changing the xterm title (which should have changed nothing for console users). Could it be a +1 or -1 thing somewhere around? It would be easier if the

Re: Connection status on menu bar

2003-01-29 Thread Adam Byrtek / alpha
On Wed, Jan 29, 2003 at 03:13:46PM -0500, David Martin wrote: Something similar happened to me, but I usually have hints enabled. I think that these used to work perfectly but something changed when changing the xterm title (which should have changed nothing for Could you describe your problem

Re: [PATCH] dotdot in the root directory

2003-01-29 Thread Adam Byrtek / alpha
On Wed, Jan 29, 2003 at 10:26:27PM +0100, Jaroslaw Swierczynski wrote: In my opinion .. in the root directory may be very useful. Perhaps MC should let users choose. I've been trying to code it but I run into problems. Please don't implement such a useless option in mc! If people really want

Re: Connection status on menu bar

2003-01-29 Thread Adam Byrtek / alpha
On Wed, Jan 29, 2003 at 10:33:57PM +0100, Filip Kalinski wrote: Not really... The problem is that after finishing ftp command the black line with ftpfs: done string stays on menubar. Menubar should be refreshed after it, I think. I agree, the ftpfs: done message is left on a menubar, but it

Re: rpm --nosignature

2003-01-29 Thread Pavel Roskin
Hello! +# View=%view{ascii} ar p %f control.tar.gz | tar xzO control ./control 2/dev/null ; echo ; echo Filelist: ; ar p %f data.tar.gz | tar tzv That's something different. Checking for programs in PATH from mc.ext is not implemented, but it's planned. Stupid me :-( I didn't

Re: [PATCH] aclocal.m4: Enable configure to detect the presence ofncurses on OpenBSD 3.2

2003-01-29 Thread Pavel Roskin
Hello! OpenBSD 3.2 (I think also earlier versions, but cannot confirm) comes with ncurses as the default screen library. However it is installed as /usr/lib/libcurses.so, there is no libncurses in OpenBSD by default. Strange. I won't be surprized if the link to libncurses is missing for a

Re: [PATCH] aclocal.m4: Enable configure to detect the presence ofterminfo database on OpenBSD

2003-01-29 Thread Pavel Roskin
Hello! Here is another simple patch to improve configure's behaviour on OpenBSD. I don't understand what exactly your patch supposed to fix. What is the problem? Have you tested your patch? Does the problem go away? [..] terminfo(5) on OpenBSD says: /usr/share/terminfo.db file