Peter Volke writes:
> hi everybody,
> i have a problem with installation of mysql ++ api 1.7.9.
> os:  sun solaris 5.6
> mysql version 3.23.33
> 
> after unpacking the archive with tar, autorun and autoconf i started configure.
> everything was working fine ,
> but "make " gave me the following message:
> 
> ###############################################################
> 
> make  all-recursive
> Making all in sqlplusint
> mksh: Fatal error in reader: = missing from replacement macro reference
> Current working directory /files2/mysql/mysql++-1.7.9/sqlplusint
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive'
> Current working directory /files2/mysql/mysql++-1.7.9
> *** Error code 1
> make: Fatal error: Command failed for target `all-recursive-am'
> 
> #############################################################
> 
> does anybody knows what i made wrong?
> 
> thanks
> 
> peter volke
> 
> 
Hi!

Several problems are possible. First you should use GNU tar and GNU
make. 

Second, you should use g++ 2.95.2 or 2.95.3.

Next, you should have autoconf and automake and run things like this:

automake (ignore warnings)
autoconf
./configure
make


-- 
Regards,
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /    Mr. Sinisa Milivojevic <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__   MySQL AB, FullTime Developer
/_/  /_/\_, /___/\___\_\___/   Larnaca, Cyprus
       <___/   www.mysql.com

---------------------------------------------------------------------
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 <mysql-unsubscribe-##L=##[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to