Error during make for mysql 3.23.45

2002-09-10 Thread Niranjan Patel

Hello everybody,

I am getting the following error during make of mysql
3.23.45 on solaris 2.5.
Anybody has an idea please reply

Thanks,
Niranjan


ake[1]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45'
Making all in include
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/include'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/include'
Making all in Docs
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/Docs'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/Docs'
Making all in readline
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/readline'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/readline'
Making all in libmysql
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/libmysql'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/libmysql'
Making all in client
make[2]: Entering directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/client'
c++ -DUNDEF_THREADS_HACK -I./../include   
 -I../include -I./.. -I.. 
  -I..-O3 -DDBUG_OFF  
-fno-implicit-templates -fno-exceptions -fno-rtti
-DHAVE_RWLOCK_T -DSOLARIS -c mysql.cc
cc1plus: Invalid option `-fno-exceptions'
cc1plus: Invalid option `-fno-rtti'
In file included from client_priv.h:19,
 from mysql.cc:28:
./../include/global.h:680: warning: abstract
declarator used as declaration
In file included from mysql.cc:49:
/usr/include/term.h:1043: warning: ANSI C++ forbids
declaration `SGTTYS' with no type or storage class
/usr/include/term.h:1043: parse error before `,'
make[2]: *** [mysql.o] Error 1
make[2]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45/client'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/homes/woprf/n/niranjan/tmpfiles/mysql-3.23.45'
make: *** [all-recursive-am] Error 2


__
Yahoo! - We Remember
9-11: A tribute to the more than 3,000 lives lost
http://dir.remember.yahoo.com/tribute

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Error during make process on mySQL 3.23.40

2001-08-03 Thread Alex Cook

ok, I'm running a Solaris 8 SPARC box, and I configure with:

./configure --enable-thread-safe-client --enable-shared --prefix=/usr2/mysql
--enable-user=acook

I then run make, use GNU make, and get:

ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o
rltty.o co
mplete.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]: ar: Command not found
make[2]: *** [libreadline.a] Error 127
make[2]: Leaving directory `/usr2/people/acook/mysql-3.23.40/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr2/people/acook/mysql-3.23.40'
make: *** [all-recursive-am] Error 2

Is there a different make then the GNU one I should use for the ar command,
or is this a mySQL bug...  pardon the newbie type question, but I'm a little
stumped...

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




RE: Error during make process on mySQL 3.23.40

2001-08-03 Thread Ravi Raman

hi.

find ar...add it to your path..something like:

PATH=$PATH:/usr/sbin
export PATH

type make again.

hth.
-ravi

-Original Message-
From: Alex Cook [mailto:[EMAIL PROTECTED]]
Sent: Friday, August 03, 2001 2:19 PM
To: '[EMAIL PROTECTED]'
Subject: Error during make process on mySQL 3.23.40


ok, I'm running a Solaris 8 SPARC box, and I configure with:

./configure --enable-thread-safe-client --enable-shared --prefix=/usr2/mysql
--enable-user=acook

I then run make, use GNU make, and get:

ar cru libreadline.a readline.o funmap.o keymaps.o vi_mode.o parens.o
rltty.o co
mplete.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]: ar: Command not found
make[2]: *** [libreadline.a] Error 127
make[2]: Leaving directory `/usr2/people/acook/mysql-3.23.40/readline'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr2/people/acook/mysql-3.23.40'
make: *** [all-recursive-am] Error 2

Is there a different make then the GNU one I should use for the ar command,
or is this a mySQL bug...  pardon the newbie type question, but I'm a little
stumped...

-ALEX
Web Designer, LibertyLiveWire
323-603-2118
[EMAIL PROTECTED]


-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php



-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php




Error during make...

2001-01-29 Thread Sanam Azeem

Hello,

We're installing Mysql source mysql-3.23.8-alpha on AIX 4.3.3.0.  We were 
able to run configure without a problem but have problem once make is run, 
we receive the following errors:

"net.c", line 109.9: 1506-045 (S) Undeclared Identifier net.
"net.c", line 114.18: 1506-045 (S) Undeclared Identifier nettype.
"net.c", line 118.11: 1506-045 (S) Undeclared Identifier fd.
make:  The error code from the last command is 1.
Stop.
make:  The error code from the last command is 1.
Stop.
make:  The error code fromt the last command is 2.
Stop.

Kindly assist us with this at your earliest convenience, we would like to 
proceed with the installation ASAP.  Thank you for your help in advance.

Sanam Azeem

(212) 678-5636

-
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/   (the list archive)

To request this thread, e-mail [EMAIL PROTECTED]
To unsubscribe, e-mail [EMAIL PROTECTED]
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php