Changes between Version 1 and Version 2 of Ticket #59832, comment 30
- Timestamp:
- Mar 16, 2020, 9:08:08 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59832, comment 30
v1 v2 33 33 export CXXFLAGS="-Wall" 34 34 export RANLIB=/opt/local/bin/gcc-ranlib-mp-5 35 export LDFLAGS="-twolevel_namespace -twolevel_namespace_hints"36 35 37 36 export MAKE="make" … … 44 43 echo "CFLAGS: $CFLAGS" 45 44 echo "CXXFLAGS: $CXXFLAGS" 46 echo "LDFLAGS: -twolevel_namespace -twolevel_namespace_hints"45 echo "LDFLAGS: $LDFLAGS" 47 46 echo 48 47 … … 74 73 75 74 echo "Configuring CMake 3.16.5" 76 if ! ./bootstrap --no-system-libs;75 if ! ./bootstrap; 77 76 then 78 77 echo "Failed to configure CMake"