Issue using shared object

Issue #90 invalid
Former user created an issue

/usr/bin/ld: /usr/local/lib/libfftw3.a(assert.o): relocation R_X86_64_PC32 against symbol `stdout@@GLIBC_2.2.5' can not be used when making a shared object; recompile with -fPIC /usr/bin/ld: final link failed: bad value

Comments (2)

  1. Michael Keith

    Sorry I didn’t comment on this before, but this isn’t really a bug report. I’m not sure if you solved your issue, but it seems very likely you have used two different compiler versions when building tempo2 and fftw, and this is causing a conflict.

  2. Michael Keith

    Just to tidy this up, I do not think this is a bug in tempo2, but rather a problem with your build environment.

  3. Log in to comment