You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
542 B

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