blob: 2357bf18c03b2c7b7864868451bc6260aea71e3d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- a/app/consapp/rnx2rtkp/gcc/makefile
+++ b/app/consapp/rnx2rtkp/gcc/makefile
@@ -8,8 +8,8 @@ OPTS = -DTRACE -DENAGLO -DENAQZS -DEN
# for no lapack
CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) $(OPTS) -g
-#LDLIBS = -lm -lrt
-LDLIBS = ../../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt
+LDLIBS = -lm -lrt
+#LDLIBS = ../../../../lib/iers/gcc/iers.a -lgfortran -lm -lrt
#CFLAGS = -Wall -O3 -ansi -pedantic -Wno-unused-but-set-variable -I$(SRC) -DLAPACK $(OPTS)
#LDLIBS = -lm -lrt -llapack -lblas
|