- 论坛徽章:
- 0
|
原帖由 johnnwang 于 2009-11-30 11:02 发表 ![]()
Operating system: x86_64-whatever-linux2
Configuring for linux-x86_64
Usage: Configure [no- ...] [enable- ...] [-Dxxx] [-lxxx] [-Lxxx] [-fxxx] [-Kxxx] [no-hw-xxx|no-hw] [[no-]threads] [[no-]sha ...
/usr/src/openssl-0.9.8b
[root@blues openssl-0.9.8b]# ls I*
INSTALL INSTALL.MacOS INSTALL.OS2 INSTALL.W32 INSTALL.WCE
INSTALL.DJGPP INSTALL.NW INSTALL.VMS INSTALL.W64
如果是win64读下这个文档INSTALL.W64。
cat INSTALL
386 Use the 80386 instruction set only (the default x86 code is more efficient, but requires at least a 486).
Note: Use compiler flags for any other CPU specific configuration , e.g. "-m32" to build x86 code on an x64 system.
楼主尝试在编译的时候加上:
-m32 |
|