
git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5000 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
9 lines
391 B
Bash
Executable File
9 lines
391 B
Bash
Executable File
#! /bin/sh
|
|
|
|
# We almost need to specify the switches for the OpenCascade library to make
|
|
# configure running successfully.
|
|
# CASROOT=${CASROOT:-/opt/OpenCASCADE6.2.0/ros}
|
|
#./configure CXXFLAGS="-fno-strict-aliasing" LDFLAGS="-Wl,-z,defs" --with-occ-include=$CASROOT/inc --with-occ-lib=$CASROOT/Linux/lib
|
|
./configure CXXFLAGS="-fno-strict-aliasing -Wno-write-strings" LDFLAGS="-Wl,-z,defs"
|
|
|