Re: libtool problem on system with 32 and 64 bit libraries

2009-05-08 Thread Markus Elfring
> Sorry that I was not of more help. It does seem necessary to specify > the linker path to 64-bit libraries on the system. The fixes in > libtool 2.2 seem to primarily be to assure that the correct compiler > support and system libraries are used. Libtool queries GCC for the > built-in linker s

build problem on windows

2009-05-08 Thread Andreas Otto
Hi, this is the setup, cygwin build for mingw host environment automake/autoconf and libtool bash ./configure--prefix=/tmp/libmsgque-install \ CC="gcc -mno-cygwin" \ --host=i686-pc-mingw32 \ --build=i686-pc-cygwin \