Re: Implementing LIBTOOL on OpenVMS

2005-12-06 Thread John E. Malmberg
Ralf Wildenhues wrote: Hi John, [ not responding to everyting ] * John E. Malmberg wrote on Mon, Dec 05, 2005 at 09:14:05PM CET: So it would be better if the library authors provided a list. Hmm. Maybe you can convince a few. If the list can be kept platform- independent, maybe a few more

Re: Implementing LIBTOOL on OpenVMS

2005-12-06 Thread Ralf Wildenhues
Hi John, [ not responding to everyting ] * John E. Malmberg wrote on Mon, Dec 05, 2005 at 09:14:05PM CET: > > No problem, I am fighting with pkg-config right now. I'm sorry. > Ralf Wildenhues wrote: > > I had to read a bit about OpenVMS first. > > I assume that you found the documentation li

Re: Implementing LIBTOOL on OpenVMS

2005-12-05 Thread John E. Malmberg
Ralf Wildenhues wrote: Hi John, > Sorry for the delay. No problem, I am fighting with pkg-config right now. I have to fix the CC under bash emulation to ignore some ANSI issues that GCC 3.x apparently does by default, and to include a header file that makes the equivalent of some of the GC

Re: Implementing LIBTOOL on OpenVMS

2005-12-02 Thread Ralf Wildenhues
Hi John, Sorry for the delay. I had to read a bit about OpenVMS first. * John E. Malmberg wrote on Tue, Nov 29, 2005 at 12:25:56AM CET: > Ralf Wildenhues wrote: > >* John E. Malmberg wrote on Fri, Nov 18, 2005 at 09:26:14PM CET: > > >>3. For dot-n releases, in order to provide upward compatibil

Re: Implementing LIBTOOL on OpenVMS

2005-11-28 Thread John E. Malmberg
Ralf Wildenhues wrote: * John E. Malmberg wrote on Fri, Nov 18, 2005 at 09:26:14PM CET: Because of differences between *NIX and OpenVMS in this area, it looks like it may not be possible to make generating shared images on OpenVMS totally transparent to a build procedure with out some coopera

Re: Implementing LIBTOOL on OpenVMS

2005-11-21 Thread Ralf Wildenhues
Hi John, * John E. Malmberg wrote on Fri, Nov 18, 2005 at 09:26:14PM CET: > I am encountering libtool scripts in programs that I am building on OpenVMS. > > Currently the scripts are building static libraries based on what they > can determine from the configure scripts. What I would like to do

Implementing LIBTOOL on OpenVMS

2005-11-20 Thread John E. Malmberg
I am encountering libtool scripts in programs that I am building on OpenVMS. Currently the scripts are building static libraries based on what they can determine from the configure scripts. What I would like to do is to get them to build shared libraries for better efficiency. Because of dif