Linking together .dll using .a static libraries (2)

2009-11-25 Thread hanro
Unfortunately nobody seems to be here who works with Libtool under cygwin and could help me. In the meantime I have found the solution for my question. Libtool 2.2.6 does not work proper under cygwin. It is to be installed Libtool 2.2.7. And everything runs perfectly. -- Jetzt kostenlos herunterl

Linking together .dll using .a static libraries (2)

2009-11-05 Thread hanro
I want to explain the question a bit more. I have in a .dll library implemented, e.g.: FreeContextBuffer(NULL); For this function I need to refer to libsecur32.a. How can I do that? libhello_la_LDFLAGS = -no-undefined -avoid-version -lsecur32 does not work with cygwin. Thanks for help Hanro --

Linking together .dll using .a static libraries (2)

2009-11-04 Thread hanro
on cygwin I had modified the Makefile.am hello example as follows: lib_LTLIBRARIES = libhello.la libhello_la_SOURCES = hello.c libhello_la_LDFLAGS = -no-undefined -avoid-version -lmingw32 but this results in: *** Warning: linker path does not have real file for library -lmingw32. *** I have