Patrick Vogel writes:
 > Hi all,
 > What's wrong with this
 > 
 > Updating makefiles....
 >  Considering target file 'Makefile'.
 >   Considering target file 'Makefile.in'.
 >    Considering target file 'Makefile.am'.
 >    Looking for an explicit rule for 'Makefile.am'.
 >     Trying pattern rule with stem 'Makefile.am'.
 >     Trying implicit prerequisite 'Makefile.am'.
 > .......
 > .....
 >     No implicit rule for 'makefile.am'
 >     Finished prerequisites of target file 'Makefile.am'
 >    No need to remake target file 'Makefile.am'
 >    Considering target file 'Makefile.am'.
 > .....
 > ......
 > 
 > I only add this row before int main() #include <sqlplus.hh>
 > I am using kdevelop 1.3 MYSQL 3.23.32 and Linux Suse 7.0
 > I add too these lines in Project/option:
 > -I/usr/include/mysql               (compile option) 
 > and
 > /usr/local/lib/libsqlplus.a          (linking option)
 > 
 > Thanks
 > 
 > Patrick
 > 


Hi!

You should run: 

automake
autoconf
./configure (with options of your choice)
make

You should use all latest GNU tools for the above, including GNU make,
GNU libtool etc ..


Regards,

Sinisa

      ____  __     _____   _____  ___     ==  MySQL AB
     /*/\*\/\*\   /*/ \*\ /*/ \*\ |*|     Sinisa Milivojevic
    /*/ /*/ /*/   \*\_   |*|   |*||*|     mailto:[EMAIL PROTECTED]
   /*/ /*/ /*/\*\/*/  \*\|*|   |*||*|     Larnaka, Cyprus
  /*/     /*/  /*/\*\_/*/ \*\_/*/ |*|____
  ^^^^^^^^^^^^/*/^^^^^^^^^^^\*\^^^^^^^^^^^
             /*/             \*\                Developers Team

---------------------------------------------------------------------
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

Reply via email to