Re: libtool, gettext, and HP-UX ia64 shared libraries

2007-01-20 Thread Bob Proulx
Let me keep this issue alive and kicking. Libtool is still broken on HP-UX ia64. But with this change it works. I just don't know enough about libtool to suggest where libtool would need to be modified in order to make this a proper fix. Adding -L ../intl/.libs allows this to succeed. This

Re: build program before library

2007-01-20 Thread Ralf Wildenhues
Hello Bob, * Bob Rossi wrote on Fri, Jan 19, 2007 at 04:19:32PM CET: How do I build a program before a library with automake and libtool? By default, the library is being built first and that is not what I want. This is an Automake question. There are several possible answers. The first

Re: Getting foo-config to go into installed bin directory

2007-01-20 Thread Bob Rossi
On Sat, Jan 20, 2007 at 09:05:28AM +0100, Ralf Corsepius wrote: On Fri, 2007-01-19 at 11:38 -0500, Bob Rossi wrote: Hi, I'm writing a Makefile.am file for a library. When I do make, the foo-config is in the build directory. However, when I do 'make install' it doesn't go into the bin

Re: windows static archive, missing symbols

2007-01-20 Thread Brian Dessent
Howard Chu wrote: That's false. It's just an address relocation, performed by the runtime linker. Writing code that requires XXX_STATIC macros is nothing but ignorant, and hasn't been necessary for at least 5 years. You know I did actually test this before posting. Go on, do a hello world