Re: Libtool and packaging

2005-07-02 Thread Junichi Uekawa
Hi, If someone has some info on this, do respond... If you do show what kind of source you are referring to, it might help. regards, junichi -- Junichi Uekawa, Debian Developer http://www.netfort.gr.jp/~dancer/ 183A 70FC 4732 1B87 57A5 CE82 D837 7D4E E81E 55C1 -- To

Re: Libtool and packaging

2005-06-30 Thread Alexis Papadopoulos
Hello, I unfortunately deleted all my control files in an attempt to make a fresh start, but created a very simple debian/rules so as to test if the --enable-fast-install solved my problem, here it is : #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # This

Re: Libtool and packaging

2005-06-30 Thread Alexis Papadopoulos
Hello again, I changed the debian/rules of the flac source package, adding a --disable-fast-install at the parameters passed to the configure script and it fails! Well, fails, it doesn't link the libraries as expected. So that's good news, I found the solution to my first problem. The weird

Re: Libtool and packaging

2005-06-29 Thread Alexis Papadopoulos
Hi there, I'm finally on the working computer. After having tried to build the .dev package again, here is the missing info. The command used for compiling 'geo' (one of the binaries that must be linked to librheolef.so (the shared library)) is the following one : /bin/sh ../../libtool

Re: Libtool and packaging

2005-06-29 Thread Alexis Papadopoulos
While looking for a solution I realized that it had something to do with the libtool that was generated in the top_builddir. If I used /usr/bin/libtool the -rpath was correct. So with some help from `diff` I found out what seemed to be a cause, enable-fast-install must be enabled. I'm trying

Re: Libtool and packaging

2005-06-28 Thread Martin Waitz
hoi :) On Mon, Jun 27, 2005 at 01:26:47PM +0200, Alexis Papadopoulos wrote: I'm actually trying to create a .deb package from sources using automake, autoconf and libtool. The resulting files consist of some shell scripts, a shared library and some binaries that must be linked to it. this

Re: Libtool and packaging

2005-06-28 Thread Alexis . Papadopoulos
this should all just work. Well it almost does. The problem is that in tmp/installation/dir/usr/bin (actually it's top_builddir/debian/rheolef/usr/bin) I only get the wrapper scripts created by libtool, and not the executables linked to the library. I don't have now access to the computer on

Libtool and packaging

2005-06-27 Thread Alexis Papadopoulos
Hello, I'm actually trying to create a .deb package from sources using automake, autoconf and libtool. The resulting files consist of some shell scripts, a shared library and some binaries that must be linked to it. I'm having the following problem : the binaries are temporarily linked with