MC on Solaris 2.5.1 report
- From: David Martin <dmartina excite es>
- To: mc gnome org
- Subject: MC on Solaris 2.5.1 report
- Date: Tue, 17 Jul 2001 10:21:06 -0700 (PDT)
Latest version I managed to install was 4.5.50. Just in case, here's what I
got today when trying with latest snapshot.
uname -a
SunOS mozart 5.5.1 Generic sun4u sparc SUNW,Ultra-1
gcc -v
Reading specs from
/usr/local/lib/gcc-lib/sparc-sun-solaris2.5/2.7.2.f.1/specs
gcc version 2.7.2.f.1
ldd mc
libsocket.so.1 => /usr/lib/libsocket.so.1
libnsl.so.1 => /usr/lib/libnsl.so.1
libglib-1.2.so.0 => /usr/local/lib/libglib-1.2.so.0
libSM.so.6.0 => /usr/lib/X11/libSM.so.6.0
libICE.so.6.3 => /usr/lib/X11/libICE.so.6.3
libX11.so.4 => /usr/openwin/lib/libX11.so.4
libc.so.1 => /usr/lib/libc.so.1
libdl.so.1 => /usr/lib/libdl.so.1
libintl.so.1 => /usr/lib/libintl.so.1
libmp.so.1 => /usr/lib/libmp.so.1
libXext.so.0 => /usr/openwin/lib/libXext.so.0
libw.so.1 => /usr/lib/libw.so.1
LANGUAGE=C mc -V
The Midnight Commander 4.5.50
with mouse support on xterm.
Edition: text mode with X11 support to read modifiers
Virtual File System: tarfs, extfs, ftpfs, mcfs
With builtin Editor
Using S-lang library with terminfo database
With subshell support: as default
With support for background operations
Using locale "C" (from environment variable LANGUAGE)
.
(That was the old one, I know...)
./configure
...
make 2>&1 | tee make.log
...
tail -30 make.log
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -I.. -I../edit
-I../gtkedit -DHAVE_CONFIG_H -g -O2 -Wall -DMIDNIGHT editmenu.c
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -I.. -I../edit
-I../gtkedit -DHAVE_CONFIG_H -g -O2 -Wall -DMIDNIGHT wordproc.c
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -I.. -I../edit
-I../gtkedit -DHAVE_CONFIG_H -g -O2 -Wall -DMIDNIGHT syntax.c
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -I.. -I../edit
-I../gtkedit -DHAVE_CONFIG_H -g -O2 -Wall -DMIDNIGHT editoptions.c
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -I.. -I../edit
-I../gtkedit -DHAVE_CONFIG_H -g -O2 -Wall -DMIDNIGHT bookmark.c
rm -f libedit.a
ar cr libedit.a edit.o editcmd.o editwidget.o editdraw.o editmenu.o
wordproc.o syntax.o editoptions.o bookmark.o
ranlib libedit.a
make[2]: Leaving directory `/home/gfn/dmartin/src/mc-4.5.54a/edit'
Making all in src
make[2]: Entering directory `/home/gfn/dmartin/src/mc-4.5.54a/src'
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -DREGEX_MALLOC
-DHAVE_CONFIG_H -g -O2 -Wall dir.c
gcc -c -I.. -I../intl -I.. -I../slang -I../vfs -I../slang
-DBINDIR=\""/usr/local/bin/"\" -DLIBDIR=\""/usr/local/lib/mc/"\"
-DLOCALEDIR=\""/usr/local/share/locale/"\" -DCONFDIR=\""/usr/local/etc/"\"
-I/usr/local/lib/glib/include -I/usr/local/include -DREGEX_MALLOC
-DHAVE_CONFIG_H -g -O2 -Wall util.c
util.c: In function `get_current_wd':
util.c:916: warning: implicit declaration of function `getwd'
util.c: At top level:
util.c:1360: parse error before `__extension__'
util.c: In function `mc_mkstemps':
util.c:1384: syntax error before `value'
util.c:1407: `value' undeclared (first use this function)
util.c:1407: (Each undeclared identifier is reported only once
util.c:1407: for each function it appears in.)
util.c:1410: `gcc_uint64_t' undeclared (first use this function)
util.c:1410: parse error before `v'
util.c:1414: `v' undeclared (first use this function)
make[2]: *** [util.o] Error 1
make[2]: Leaving directory `/home/gfn/dmartin/src/mc-4.5.54a/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/gfn/dmartin/src/mc-4.5.54a'
make: *** [all] Error 2
*8-) David
_______________________________________________________
¡Tienes cuentas de e-mail GRATIS en Excite España!
A tu disposición en http://correo.excite.es
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]