Issues with latest libtool version

2009-01-19 Thread Ravi Kumar
Hi Folks, I had my app compiled and running on OpenSuse 10.2 / SLE 10 , which comes with libtool version of 1.5.26. Now i am trying to build my client on OpenSuse 11.1 or SLE 11 where the libtool version is 2.2 . Here with the latest version automake was exiting with status 1 and Makefiles we

Re: Issues with latest libtool version

2009-01-19 Thread Ravi Kumar
ollowing GNU standard in Makefile.am , followed by autoconf. I have tried autoreconf , but i am still hitting the same issue. Ravi >>> Ralf Wildenhues 1/20/2009 12:15 AM >>> Hello Ravi, * Ravi Kumar wrote on Mon, Jan 19, 2009 at 05:41:59PM CET: > > I had my app compiled

Re: Issues with latest libtool version

2009-01-20 Thread Ravi Kumar
http://pastebin.ca/1313330 , this is output when i run autogen.sh Ravi >>> Ralf Wildenhues 1/20/2009 12:41 PM >>> * Ravi Kumar wrote on Tue, Jan 20, 2009 at 06:37:42AM CET: > I set the ACLOCAL_FLAGS to /usr/share/aclocal , > > Running libtoolize... > libtooli

Re: libtool links with g++ even with only c file

2009-04-18 Thread Ravi Kumar
>>> Vincent Torri 4/18/2009 10:27 PM >>> Hey, > * Vincent Torri wrote on Sat, Apr 18, 2009 at 09:45:24AM CEST: >> i have written a library which can be compiled for windows xp or windows >> ce. The source files are only C files with windows ce, and there is a c++ >> file with windows xp. > > I