5 messages in com.mysql.lists.pluspluslibtool problems
FromSent OnAttachments
Lonnie Cumberland29 Jan 2001 12:40 
Thimble Smith31 Jan 2001 09:57 
David Birchfield31 Jan 2001 12:07 
Thimble Smith31 Jan 2001 12:18 
David Birchfield01 Feb 2001 19:26 
Subject:libtool problems
From:Lonnie Cumberland (lonn@yahoo.com)
Date:01/29/2001 12:40:20 PM
List:com.mysql.lists.plusplus

Hello All,

I am currently running Linux Mandrake 7.1 and everything was going well, then...

I modified a copy of the Makefile in the examples directory which looks like:

------------------------------------------------------------------------------ #! /bin/sh

c++ -DHAVE_CONFIG_H -I. -I. -I.. -I../sqlplusint -I../sqlplusint -I/usr/include/mysql -g -O2 -c myfile.cgi.cc

/bin/sh ../libtool --mode=link c++ -g -O2 -L/usr/lib/mysql -o myfile.cgi myfile.cgi.o ../sqlplusint/libsqlplus.la cawfeecgi.a -lz -lmysqlclient

c++ -g -O2 -L/usr/lib/mysql -o .libs/myfile.cgi myfile.cgi.o cawfeecgi.a ../sqlplusint/.libs/libsqlplus.so -lz -lmysqlclient -lz -lmysqlclient -Wl,--rpath -Wl,/usr/local/lib

-------------------------------------------------------------------------------

Everything was working fine and then it looks as all of a sudden the libtool just stop producing an output.

I was getting files like "lt-myfile" in my ".libs" directory and then they just stopped showing up.

This is VERY VERY VERY confusing and I don't know why?

I did not modify anything. Does someone know what might be happening with this?

Also, what can I do with the ABOVE statements to just have one executable so that I will not have to use the libtool?

Any ideas?

Cheers, :( :( :( :( Lonnie