目前共有5篇帖子。
![]() |
|
![]() |
glib-2.57.1是最后一个压缩包里面有configure脚本的版本。 https://download.gnome.org/sources/glib/2.57/glib-2.57.1.tar.xz |
![]() |
glib-2.59.0是最后一个压缩包里面有configure.ac文件的版本。 https://download.gnome.org/sources/glib/2.59/glib-2.59.0.tar.xz从glib-2.59.1版本开始就只支持meson了,不再支持configure了。 |
![]() |
checking for growing stack pointer... configure: error: in `/home/oct1158/Documents/Code/C/3/bluez/glib-2.57.1':
解决办法: echo glib_cv_stack_grows=no >> arm-linux.cache 然后./configure时带上--cache-file=arm-linux.cache选项。 |
checking for preceeding underscore in symbols... configure: error: in `/home/oct1158/Documents/Code/C/3/bluez/glib-2.57.1':
configure: error: cannot run test program while cross compiling
See `config.log' for more details
解决方案:echo glib_cv_uscore=no >> arm-linux.cache