IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 3, 2026, 2:46:01 PM (3 months ago)
Author:
eugene
Message:

need to pass -lz to the library builds for libFITS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-pstamp-20260421/Ohana/Makefile.Common

    r42389 r43005  
    9090        rm -f $@
    9191#       gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc
    92         gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc -Wl,--allow-multiple-definition
     92        gcc -shared -Wl,-soname,$*.so -o $@ $^ -lc $(FULL_LDFLAGS) -Wl,--allow-multiple-definition
    9393        @echo "compiled shared library $*"
    9494        @echo ""
Note: See TracChangeset for help on using the changeset viewer.