|
[Sponsors] |
April 29, 2005, 21:30 |
Under this folder:
OpenFOAM-1
|
#1 |
Member
Luckyluke
Join Date: Mar 2009
Posts: 51
Rep Power: 17 |
Under this folder:
OpenFOAM-1.1\applications\utilities\postProcessing\graphics \PVFoamReader\vtkFoam \Make, the file 'option' reads: EXE_INC = \ -I$(ParaView_INST_DIR)/include/vtk \ -I../PVFoamReader LIB_LIBS = $(GLIBS). What is the value of $(GLIBS)? I type 'echo $GLIBS', it return nothing. Somthing wrong? A simliar question is found in another 'option' file: -I$(LIB_SRC)/cfdTools/incompressible \. $(LIB_SRC)=? Pls help me. Thanks. |
|
April 30, 2005, 10:02 |
Type 'wmake' and see what it u
|
#2 |
Senior Member
Mattijs Janssens
Join Date: Mar 2009
Posts: 1,419
Rep Power: 26 |
Type 'wmake' and see what it uses.
All 'wmake' variables come from (in this order) - $WM_DIR/rules/General/general - $WM_DIR/rules/${WM_ARCH}${WM_COMPILER}/general - $WM_DIR/rules/${WM_ARCH}/c++ |
|
|
|