Re: [png-mng-implement] -version-number and BeOS

2006-05-14 Thread Ralf Wildenhues
Hello John, Christian, everyone, Sorry for the huge delay. * John Bowler wrote on Fri, Mar 31, 2006 at 09:15:42PM CEST: > From: Christian Biesinger > >libtool: link: CURRENT `' must be a nonnegative integer > >libtool: link: `0:9:0' is not valid version information > >make[1]: *** [libpng12.la] E

Problems to understand win32 linking

2006-05-14 Thread Andreas Volz
Hi, I've still some problems to link various libraries (here: against FreeGLUT). I tried it in native windows with mingw and currently with my cross compiler in Gentoo (xmingw). All applications that use FreeGLUT need to link also against -lwinmm and -lgdi32. I tried to avoid this by linking FreeG

Re: Problems to understand win32 linking

2006-05-14 Thread Ralf Wildenhues
Hi Andreas, * Andreas Volz wrote on Sun, May 14, 2006 at 08:24:24PM CEST: > > /bin/sh ../libtool --mode=link i386-mingw32msvc-gcc -Wall -pedantic > -Werror -L/opt/xmingw/i386-mingw32msvc/lib -o libglut.la > -rpath /opt/xmingw/i386-mingw32msvc/lib -version-info 11:0:8 > ... > libglut_la-freeglut

Re: AM_FCFLAGS not working as I expect...

2006-05-14 Thread Alan W. Irwin
On 2006-05-14 05:42+0200 Ralf Wildenhues wrote: Hi Alan, * Alan W. Irwin wrote on Sun, May 14, 2006 at 01:07:37AM CEST: Here is the original problem report. I have ifort 9.1 installed. With a clean plplot checkout and the latest autotools (as recommended) plplot now fails to build. T

Re: Problems to understand win32 linking

2006-05-14 Thread Andreas Volz
Am Sun, 14 May 2006 20:59:00 +0200 schrieb Ralf Wildenhues: > I have a vague deja vu feeling here. Which libtool version are you > using? Which of the libraries are static, import libraries, or > shared? (Is this on Debian, with the libwinmm from the > mingw32-runtime package? That one is an imp

Re: AM_FCFLAGS not working as I expect...

2006-05-14 Thread Ralf Wildenhues
Hi Alan, * Alan W. Irwin wrote on Sun, May 14, 2006 at 09:47:16PM CEST: > On 2006-05-14 05:42+0200 Ralf Wildenhues wrote: > >* Alan W. Irwin wrote on Sun, May 14, 2006 at 01:07:37AM CEST: > >>Here is the message I got from our bootstrap script. > >*snip* > > > >Please post a link to the code that