Re: Move from handcrafted makefile to libtool

2006-09-18 Thread Ralf Wildenhues
Hello Stepan, * Stepan Kasal wrote on Thu, Sep 14, 2006 at 03:36:36PM CEST: Hello, project newt currently uses handcrafted makefiles and installs libnewt like this: /usr/lib/libnewt.so.0.52.1 /usr/lib/libnewt.so.0.52 - libnewt.so.0.52.1 where SONAME is libnewt.so.0.52 On which

Re: general question on gcc -print-search-dirs multilib problem

2006-09-18 Thread Ralf Wildenhues
Hello Michael, * Michael Haubenwallner wrote on Wed, Sep 13, 2006 at 05:07:04PM CEST: Based on recent thread on AC_LIBTOOL_SYS_DYNAMIC_LINKER: I wonder why it is actually necessary for libtool to query system library search dirs from gcc, because when gcc is used as linker, it will know

HP-UX module linking problem

2006-09-18 Thread Kent Boortz
Hi, On HP-UX 11.11 PA-RISC I try create a module that is loadable using libltdl. When creating the module, I try link against a static library libmysqlclient. This fails. OS : HP-UX B.11.11 (hppa) c.guess : hppa2.0w-hp-hpux11.11 libtool : 1.5.22 cc : HP92453-01 B.11.11.12 HP C

Re: HP-UX module linking problem

2006-09-18 Thread Albert Chin
On Tue, Sep 19, 2006 at 12:29:50AM +0200, Kent Boortz wrote: On HP-UX 11.11 PA-RISC I try create a module that is loadable using libltdl. When creating the module, I try link against a static library libmysqlclient. This fails. OS : HP-UX B.11.11 (hppa) c.guess :