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

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 int

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 Ralf Corsepius
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 directory. Any idea how to force it to? > Reading the documentatio