English 中文(简体)
正式连接窗户中的GTK+图书馆
原标题:Statically linking GTK+ libraries in windows

我已经安装了海合会和德国技术合作公司。 其工作罚款,但需要与我的申请(小额申请)保持固定联系,以便只存在一个。

问题回答

mingw- cross-env 固定在地构造和所有相关的静态平衡

它得到几个次要问题的支持(例如,有麻烦地找到配置档案),但你必须汇编GTK+ yourself! (未清的图书馆不包括静态图书馆)

See thismailing-list thread, for more information on this issue.

正确的答案是两字:未支持。 诚然,如果你想分发你的申请,即2或100 000条线路,那么仅与德国地理统计局加一份复印件。





相关问题
gcc -fPIC seems to muck with optimization flags

Following along from this question: how-do-i-check-if-gcc-is-performing-tail-recursion-optimization, I noticed that using gcc with -fPIC seems to destroy this optimization. I am creating a shared ...

Generate assembler code from C file in linux

I would like to know how to generate assembler code from a C program using Unix. I tried the gcc: gcc -c file.c I also used firstly cpp and then try as but I m getting errors. I m trying to build an ...

Getting rid of pre-compiled headers

OK, I have old Metrowerks code for Mac and Windows where the previous developer used pre-compiled headers for every project that this code base builds. How does one get rid of Pre-compiled headers, ...

Include a .txt file in a .h in C++?

I have a number of places where I need to re-use some template code. Many classes need these items In a .h could I do something like: #include <xxx.txt> and place all of this code in the ....

How to compile for Mac OS X 10.5

I d like to compile my application for version 10.5 and forward. Ever since I upgraded to Snow Leopard and installed the latest XCode, gcc defaults to 10.6. I ve tried -isysroot /Developer/SDKs/...

热门标签