Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用标准的 ./configure 、 make、 make install 编译程序。我正在使用 64 位机器,但我希望可执行文件是 32 位可执行文件。
这样做的方法是什么,我做了 ./configure --help 但对此一无所知(它有 --disable-64bit 但它似乎没有做这项工作
平台和编译器是什么?
我倾向于说:
忘了补充一点,在需要的时候我已经做过好几次了。