|
(虽然不是linux下的问题,但这里比较高手多)
我在MSYS+MinGW环境下编译SDL库,编译出来的.DLL和.a文件都特别大,比官方发布的大多了。
然后我试图:
export CFLAGS="-s -Os -formit-frame-pointer"
export CXXFLAGS="$CFLAGS"
在./configure时出错,出错信息如下:
checking whether the C compiler (gcc -s -Os -formit-frame-pointer ) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
用cygwin也是同样的情况。
应该怎么设置编译参数呢? |
|