Closed GoogleCodeExporter closed 9 years ago
I will take a look at this tomorrow.
Original comment by gin...@gmail.com
on 23 Nov 2013 at 11:52
I don't know how Chakra Linux works but this
/usr/bin/ld: warning: libIlmImf.so.6, needed by
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.1/../../../../lib/libIL.so, not found
(try using -rpath or -rpath-link)
seems to suggest that your installed version of DevIL(libIL.so) references an
outdated version of IlmBase. Notice that the actual link flags for the IlmBase
libs are parsed fine by GCC(-lImath -lHalf -lIex -lIexMath -lIlmThread).
Have you tried updating DevIL? This seems to be an upstream problem of the
Chakra repository.
Original comment by gin...@gmail.com
on 24 Nov 2013 at 9:46
Indeed, pink-pony builds and runs fine after rebuilding devil against ilmbase.
Sorry for the false report, please go ahead and close this issue.
Thanks for taking the time to have a look at this.
Original comment by tetr...@gmail.com
on 24 Nov 2013 at 10:53
Original comment by gin...@gmail.com
on 24 Nov 2013 at 10:56
Original issue reported on code.google.com by
tetr...@gmail.com
on 8 Nov 2013 at 1:04