ornladios / ADIOS

The old ADIOS 1.x code repository. Look for ADIOS2 for new repo
https://csmd.ornl.gov/adios
Other
54 stars 40 forks source link

configure incorrectly appends -lz flag for libisobar #141

Closed kshitij-v-mehta closed 7 years ago

kshitij-v-mehta commented 7 years ago

If ADIOS is configured with libisobar, -lz is incorrectly appended to LDFLAGS. Output of configure contains:

 - ISOBAR
      - ISOBAR_CFLAGS = 
      - ISOBAR_CPPFLAGS = -I <$HOME>/opt/isobar.0.3.0/installation/include
      - ISOBAR_LDFLAGS = -L <$HOME>/opt/isobar.0.3.0/installation/lib
      - ISOBAR_LIBS = -lisobar -lz

-lz is used by zlib, it should not be appended here.

pnorbert commented 7 years ago

isobar depends on zlib

On Fri, Jul 14, 2017 at 3:34 PM, Kshitij Mehta notifications@github.com wrote:

If ADIOS is configured with libisobar, -lz is incorrectly appended to LDFLAGS. Output of configure contains:

  • ISOBAR
    • ISOBAR_CFLAGS =
    • ISOBAR_CPPFLAGS = -I <$HOME>/opt/isobar.0.3.0/installation/include
    • ISOBAR_LDFLAGS = -L <$HOME>/opt/isobar.0.3.0/installation/lib
    • ISOBAR_LIBS = -lisobar -lz

-lz is used by zlib, it should not be appended here.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/ornladios/ADIOS/issues/141, or mute the thread https://github.com/notifications/unsubscribe-auth/ADGMLb3esWdRNfzHA5diEzUK3CurSx5oks5sN8LggaJpZM4OYpzv .