CFD Online Discussion Forums

CFD Online Discussion Forums (https://www.cfd-online.com/Forums/)
-   OpenFOAM Running, Solving & CFD (https://www.cfd-online.com/Forums/openfoam-solving/)
-   -   What is the value of %24GLIBS (https://www.cfd-online.com/Forums/openfoam-solving/60606-what-value-24glibs.html)

luckyluke April 29, 2005 20:30

Under this folder: OpenFOAM-1
 
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.

mattijs April 30, 2005 09:02

Type 'wmake' and see what it u
 
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++


All times are GMT -4. The time now is 21:42.