Hi-
I have not been able to build readline on Solaris 7. No matter
what I change in the configuration, it still gives me the same error.
Any ideas would be greatly appreciated.
Thank you all in advance for the help.
Regards,
Erek
System Configuration:
gcc: 3.3.2
gnu make: 3.80
sparc-sun-solaris2.7
./configure --prefix=/usr/local/mysql
--localstatedir=/usr/local/mysql/data --libexecdir=/usr/local/mysql/bin
--with-extra-charsets=complex --enable-thread-safe-client --enable-local-infile
--disable-shared --with-innodb
Here's the error:
if gcc -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR -I. -I. -I..
-I./../include -I./.. -I.. -O3 -DDBUG_OFF -O3 -fno-omit-frame-pointer
-DHAVE_CURSES_H -I/opt/home2/erek/src/mysql-4.0.18/include
-DHAVE_RWLOCK_T -MT tilde.o -MD -MP -MF ".deps/tilde.Tpo" \
-c -o tilde.o `test -f 'tilde.c' || echo './'`tilde.c; \
then mv -f ".deps/tilde.Tpo" ".deps/tilde.Po"; \
else rm -f ".deps/tilde.Tpo"; exit 1; \
fi
rm -f libreadline.a
false cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o
rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o
undo.o macro.o input.o callback.o terminal.o xmalloc.o history.o
histsearch.o histexpand.o histfile.o nls.o search.o shell.o tilde.o
make[2]: *** [libreadline.a] Error 1
make[2]: Leaving directory `/opt/home2/erek/src/mysql-4.0.18/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/opt/home2/erek/src/mysql-4.0.18'
make: *** [all] Error 2
--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]