diff --git a/applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options b/applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options index 424f89a8ab..367e9e2e3c 100644 --- a/applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options +++ b/applications/utilities/surface/surfaceBooleanFeatures/PolyhedronReader/Make/options @@ -20,5 +20,6 @@ EXE_INC = \ -I/usr/include/Qt LIB_LIBS = \ + -L$(CGAL_ARCH_PATH)/lib \ -L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ -ltriSurface diff --git a/src/randomProcesses/Make/options b/src/randomProcesses/Make/options index 4d1c505dae..233247dccd 100644 --- a/src/randomProcesses/Make/options +++ b/src/randomProcesses/Make/options @@ -5,6 +5,8 @@ EXE_INC = \ -I$(LIB_SRC)/surfMesh/lnInclude LIB_LIBS = \ - -L$(FFTW_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) -lfftw3 \ + -L$(FFTW_ARCH_PATH)/lib \ + -L$(FFTW_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ + -lfftw3 \ -lfiniteVolume \ -lsampling diff --git a/src/renumber/SloanRenumber/Make/options b/src/renumber/SloanRenumber/Make/options index 2c8f956a61..bf9567fef2 100644 --- a/src/renumber/SloanRenumber/Make/options +++ b/src/renumber/SloanRenumber/Make/options @@ -5,7 +5,9 @@ EXE_INC = \ -I$(LIB_SRC)/renumber/renumberMethods/lnInclude LIB_LIBS = \ - -L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) -lboost_system \ + -L$(BOOST_ARCH_PATH)/lib \ + -L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ + -lboost_system \ -lmeshTools \ -ldecompositionMethods \ -lrenumberMethods diff --git a/wmake/rules/General/CGAL b/wmake/rules/General/CGAL index 83e8b1df1e..2e7e3d5803 100644 --- a/wmake/rules/General/CGAL +++ b/wmake/rules/General/CGAL @@ -1,13 +1,15 @@ CGAL_INC = \ - -I$(CGAL_ARCH_PATH)/include \ - -I$(MPFR_ARCH_PATH)/include \ -I$(GMP_ARCH_PATH)/include \ + -I$(MPFR_ARCH_PATH)/include \ -I$(BOOST_ARCH_PATH)/include \ + -I$(CGAL_ARCH_PATH)/include \ -I/usr/include CGAL_LIBS = \ - -L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ -L$(GMP_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ + -L$(MPFR_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ + -L$(BOOST_ARCH_PATH)/lib \ -L$(BOOST_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ + -L$(CGAL_ARCH_PATH)/lib \ -L$(CGAL_ARCH_PATH)/lib$(WM_COMPILER_LIB_ARCH) \ -lCGAL