1 Star 0 Fork 0

wanggang2020/quickfix

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
README.AIX 737 Bytes
一键复制 编辑 原始数据 按行查看 历史
karopawil 提交于 2017-12-07 21:54 +08:00 . Fixed AIX and Solaris compile problems.
I was able to get the 64 bit version of QuickFIX library to compile on AIX 6100-09-05-1524 with IBM XL C/C++ for AIX, V12.1.
Unit tests do not compile so these were disabled.
Also, for building please refer to
https://www.ibm.com/support/knowledgecenter/SSGH3R_13.1.0/com.ibm.xlcpp131.aix.doc/proguide/threadsafe_streams.html
as this may have an impact on your application (like examples).
Example script:
#!/bin/sh
cflagx="-q64 -D_THREAD_SAFE -qthreaded"
cxxflagx="-q64 -D_THREAD_SAFE -qthreaded -D__IBMCPP_TR1__=1"
ldflagx="-q64 -D_THREAD_SAFE -qthreaded"
OBJECT_MODE=64
export OBJECT_MODE
./bootstrap
CC=xlc_r CXX=xlC_r CFLAGS=$cflagx CXXFLAGS=$cxxflagx LDFLAGS=$ldflagx configure --prefix="Your prefix"
make && make install
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/wanggang2020/quickfix.git
git@gitee.com:wanggang2020/quickfix.git
wanggang2020
quickfix
quickfix
master

搜索帮助