Re: libtool c++ compiler for *.c source files

2009-05-24 Thread Andreas Otto
Am Sonntag 24 Mai 2009 16:59:29 schrieb Ralf Wildenhues: Hello Andreas, * Andreas Otto wrote on Fri, May 22, 2009 at 01:17:50PM CEST: 2. I create a C libraray using a couple of *.c files lib_LTLIBRARIES = libceelib.la libceelib_la_SOURCES = foo.c bar.c 3. now I want

Re: build problem on windows

2009-05-11 Thread Andreas Otto
Am Samstag 09 Mai 2009 20:10:05 schrieb Ralf Wildenhues: Hello Andreas, thanks for the report. * Andreas Otto wrote on Fri, May 08, 2009 at 05:49:24PM CEST: this is the setup, cygwin build for mingw host environment automake/autoconf and libtool bash ./configure--prefix=/tmp

build problem on windows

2009-05-08 Thread Andreas Otto
.libs/libmsgque.dll.a -lws2_32 Creating library file: .libs/libmsgque.dll.a it works fine :⁾ but what is the solution ??? - libtool broke the build is a work-around available ? mfg Andreas Otto ___ http://lists.gnu.org/mailman

problem with libtool under windows and cygwin

2009-04-09 Thread Andreas Otto
Hello, just an other question for my software porting project I'm using libtool to create libraries on unix and windows on both system it works fine. later I use this library in java code as JNI library with: System.loadLibrary(javamsgque); this works fine on UNIX

problem creating a wrapper for an executable

2009-02-24 Thread Andreas Otto
Hi, I have a problem with libtool creating a unwanted wrapper 0. OS: WindowsXP / environment cygwin but using the mingw compiler (gcc -mno-cygwin) 1. I only compile shared objects 2. The src directory has shared object files of a library 3. The current directory has a executable *not* using