Re: Problems when compiling glib 2.4.0 with mingw
- From: Tor Lillqvist <tml iki fi>
- To: Vincent Torri <torri math u-strasbg fr>
- Cc: gtk-app-devel-list gnome org
- Subject: Re: Problems when compiling glib 2.4.0 with mingw
- Date: Thu, 25 Mar 2004 07:22:33 +0000
Had it built a static libglib, or a DLL?
no dll has been built
OK, that is a problem. When you ran configure, did it explain why it
won't build shared libraries (i.e., DLLs)? Check the config.log or
rerun configure. Or when you were building libglib, did it warn
something and say it's building a static libglib instead?
# The name that we can dlopen(3).
dlname=''
This should be dlname='libglib-2.0-0.dll' .
# The name of the static archive.
old_library='libglib-2.0.a'
This should be old_library='' .
--tml
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]