C -GDK交叉编译误差



我已经进行了交叉编译的libpng 1.6.28,libjpeg-turbo 1.5.1和glib 2.50.3,用于MS Windows,带有i686-w64-mingw32,在Debian延伸到一个特殊的文件夹,但仍然无法让GDK-Pixbuf工作。我用于配置的命令行是:

./configure --host=i686-w64-mingw32 PKG_CONFIG_PATH=/usr/local/mingw32-i686/lib/pkgconfig --prefix=/usr/local/mingw32-i686

它将配置零件的传递良好,但是问题从提出点开始。它引发以下错误:

/usr/local/mingw32-i686/lib/libgio-2.0.a(libgio_2_0_la-giomodule.o): In function `DllMain@12':
/home/maju/GTK-build/glib-2.50.3/gio/giomodule.c:942: multiple definition of `DllMain@12'
./.libs/libgdk_pixbuf-2.0.a(libgdk_pixbuf_2_0_la-gdk-pixbuf-io.o):gdk-pixbuf-io.c:(.text+0x1ca): first defined here
collect2: error: ld returned 1 exit status
Makefile:1859: polecenia dla obiektu 'gdk-pixbuf-csource.exe' nie powiodły się

(最后一行只是GDK-pixbuf-csource.exe的未翻译错误消息)。

也有警告消息:

*** Warning: This system cannot link to static lib archive libgdk_pixbuf-2.0.la.
*** I have the capability to make that library automatically link in when
*** you link to this library.  But I can only do this if you have a
*** shared version of the library, which you do not appear to have.
*** But as you try to build a module library, libtool will still create 
*** a static module, that should work as long as the dlopening application
*** is linked with the -dlopen flag to resolve symbols at runtime.

对于每个必需的库。

任何人都可以向我解释吗?

dllmain可能意味着" glib for dobe nod start static right"

这个补丁https://lists.fedoraproject.org/pipermail/mingw/2013-march/006441.html仍然适用于以后版本的GLIB。la脚。

修补程序的更新版本https://bugzilla.redhat.com/show_bug.cgi?id=1306047

https://bugzilla.redhat.com/attachment.cgi?id=1122789似乎是该补丁的最终版本,请参见

https://smani.fedorapeople.org/glib-prefer-constructors-over-dllmain.patch

不确定cannot link,我为--host=i686-w64-mingw32 --prefix=/Users/rdp/dev/ffmpeg-windows-build-helpers/sandbox/cross_compilers/mingw-w64-i686/i686-w64-mingw32 --disable-shared --enable-static --with-pcre=internal FWIW

配置GLIB以进行交叉编译

相关内容

  • 没有找到相关文章

最新更新