4f381132e1
This may not work for everyone, and probably will not work on AIX 4.3.3.
10 lines
104 B
Bash
Executable File
10 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
export CC="xlc"
|
|
export CXX="xlC"
|
|
export CFLAGS="-qcpluscmt"
|
|
export CXXFLAGS=""
|
|
|
|
./configure
|
|
|